log

age author description
Tue, 03 Oct 2006 16:36:40 -0700 Brendan Cully mq: update qfold to call delete correctly
Tue, 03 Oct 2006 12:28:27 -0700 Brendan Cully Make changectx.filenode raise repo.LookupError on failure
Tue, 03 Oct 2006 12:14:33 -0700 Brendan Cully Merge with upstream
Tue, 03 Oct 2006 11:54:11 +0200 Thomas Arendsen Hein Fix minor indentation problem in template-vars.txt
Tue, 03 Oct 2006 11:53:35 +0200 Thomas Arendsen Hein Install all files/subdirectories below templates.
Tue, 03 Oct 2006 11:30:59 +0200 Thomas Arendsen Hein Applied coding style to setup.py
Mon, 02 Oct 2006 17:59:39 -0700 Brendan Cully Use parentrevs shortcut in filectx.annotate
Mon, 02 Oct 2006 17:37:57 -0700 Brendan Cully Move raw theme into subdirectory
Mon, 02 Oct 2006 17:35:41 -0700 Brendan Cully Move RSS theme into subdirectory
Mon, 02 Oct 2006 17:30:45 -0700 Brendan Cully Move gitweb theme into subdirectory
Mon, 02 Oct 2006 22:35:52 +0200 Benoit Boissinot [extendedchangelog] add extra metadata in the changelog entry
Mon, 02 Oct 2006 22:35:37 +0200 Benoit Boissinot [extendedchangelog] encode/decode function
Mon, 02 Oct 2006 21:10:31 +0200 Benoit Boissinot fix warnings from pychecker
Mon, 02 Oct 2006 09:58:03 -0700 Brendan Cully Fix gitweb index archive link
Mon, 02 Oct 2006 08:40:26 +0200 Benoit Boissinot merge with crew
Mon, 02 Oct 2006 08:36:29 +0200 Benoit Boissinot test-merge-revert2 solaris fix
Sun, 01 Oct 2006 13:44:08 -0700 Brendan Cully Make filectx.__init__ use LookupError
Sun, 01 Oct 2006 12:56:58 -0700 Brendan Cully hgweb: add methods to get contexts from request
Sun, 01 Oct 2006 12:42:50 -0700 Brendan Cully Raise LookupError in changectx.filectx if filenode can't be found
Sun, 01 Oct 2006 11:58:55 -0700 Brendan Cully Add hg.LookupError
Sun, 01 Oct 2006 19:26:33 +0200 Thomas Arendsen Hein Whitespace/Tab cleanup
Thu, 21 Sep 2006 21:24:53 +0200 Edouard Gomez Add gitweb style hgwebdir
Thu, 21 Sep 2006 21:24:26 +0200 Edouard Gomez Add style support to hgwebdir
Sat, 30 Sep 2006 21:32:29 -0700 Brendan Cully hgweb: use contexts in more handlers
Sat, 30 Sep 2006 20:56:26 -0700 Brendan Cully filelog.annotate is now obsolete
Tue, 03 Oct 2006 01:21:46 -0500 Matt Mackall merge: use new working context object in update
Mon, 02 Oct 2006 22:03:14 -0500 Matt Mackall contexts: add working dir and working file contexts
Mon, 02 Oct 2006 15:28:44 -0500 Matt Mackall context: simplify repr methods
Mon, 02 Oct 2006 15:17:59 -0500 Matt Mackall contexts: use __getattr__ rather than try/except in changectx
Mon, 02 Oct 2006 15:02:28 -0500 Matt Mackall context: make filectx remember changectx in changectx.filectx
Mon, 02 Oct 2006 14:23:38 -0500 Matt Mackall Make filectx lazier
Mon, 02 Oct 2006 12:06:33 -0500 Matt Mackall merge: remove old merge function
Mon, 02 Oct 2006 12:04:48 -0500 Matt Mackall merge: extend file merge function for renames
Sat, 30 Sep 2006 15:15:59 +0200 Benoit Boissinot correctly find the type of 'id' in revlog.lookup
Sat, 30 Sep 2006 12:34:31 +0200 Thomas Arendsen Hein merged brendan's hgweb cleanups
Fri, 29 Sep 2006 16:26:09 -0700 Brendan Cully hgweb: teach siblings and callers to use contexts
Fri, 29 Sep 2006 16:26:09 -0700 Brendan Cully Add lookup method to filectx
Fri, 29 Sep 2006 16:26:09 -0700 Brendan Cully hgweb: kill off #filenode#
Fri, 29 Sep 2006 16:26:09 -0700 Brendan Cully hgweb: kill #manifest#
Sat, 30 Sep 2006 10:29:57 +0200 Thomas Arendsen Hein Remove duplicate walkopts + dryrunopts from addremove.
Sat, 30 Sep 2006 09:46:03 +0200 Thomas Arendsen Hein Merge with upstream
Sat, 30 Sep 2006 09:39:44 +0200 Thomas Arendsen Hein Remove unneeded (and bashismic) export HGMERGE=true.
Fri, 29 Sep 2006 18:17:29 -0700 Brendan Cully Templater expects an iterable copies variable (fixes notify).
Thu, 28 Sep 2006 21:00:01 +0100 Stephen Darnell Remove single character equivalent of --nodates (was -D)
Tue, 26 Sep 2006 00:05:24 +0100 Stephen Darnell Add -D/--nodates options to hg diff/export that removes dates from diff headers
Fri, 29 Sep 2006 23:14:22 +0200 Thomas Arendsen Hein Documentation clarification for --update option to pull and unbundle
Fri, 29 Sep 2006 13:01:19 -0700 Brendan Cully Show copies in hg log.
Fri, 29 Sep 2006 13:00:54 -0700 Brendan Cully Abstract manifest block parsing.
Fri, 29 Sep 2006 13:00:36 -0700 Brendan Cully Make hg.repository work with no path argument
Fri, 29 Sep 2006 21:24:45 +0200 Thomas Arendsen Hein merge with crew
Fri, 29 Sep 2006 21:24:15 +0200 Thomas Arendsen Hein Make "hg log --style=changelog > changelog" work (issue338)
Fri, 29 Sep 2006 19:43:07 +0200 Thomas Arendsen Hein Clarify precedence for template/style in commands.show_changeset():
Fri, 29 Sep 2006 20:00:24 +0200 Benoit Boissinot add remoteopts to bundle command
Fri, 29 Sep 2006 19:59:06 +0200 Benoit Boissinot factor opts: remote repo access options
Fri, 29 Sep 2006 18:39:49 +0200 Benoit Boissinot factor opts: --dry-run option
Fri, 29 Sep 2006 18:39:32 +0200 Benoit Boissinot factor opts: walk options
Fri, 29 Sep 2006 18:39:08 +0200 Benoit Boissinot factor opts: move globalopts to a more logical place
Thu, 28 Sep 2006 11:41:33 -0700 Brendan Cully mq: raise util.Abort instead of using sys.exit(1)
Wed, 27 Sep 2006 14:50:20 -0700 Brendan Cully mq: don't write applied patches into series twice in restore
Wed, 27 Sep 2006 14:32:53 -0700 Brendan Cully mq: bail out if a patch appears more than once in the series file.
Wed, 27 Sep 2006 13:34:20 -0700 Brendan Cully mq: add --summary to qapplied, qunapplied, qtop, qnext and qprev
Wed, 27 Sep 2006 21:44:20 +0200 Thomas Arendsen Hein Merge with crew
Wed, 27 Sep 2006 21:43:45 +0200 Thomas Arendsen Hein Documentation fixes for addremove.
Wed, 27 Sep 2006 08:27:16 -0500 TK Soh hgk: fix mixup of --limit and REVRANGE in hgk call
Wed, 27 Sep 2006 12:08:33 -0700 Brendan Cully gitweb: cosmetic fixes.
Wed, 27 Sep 2006 12:08:32 -0700 Brendan Cully hgweb: yield filenode as well as node in annotate, use filenode in annotateline
Wed, 27 Sep 2006 12:08:30 -0700 Brendan Cully hgweb: fix changeset link in annotate view.
Wed, 27 Sep 2006 20:34:52 +0200 Thomas Arendsen Hein shortuser should stop before the first space character.
Wed, 27 Sep 2006 09:10:31 -0700 Brendan Cully hgweb: make annotate line revisions point to annotation for that rev
Wed, 27 Sep 2006 09:10:29 -0700 Brendan Cully hgweb: fix annotate bugs
Wed, 27 Sep 2006 09:10:28 -0700 Brendan Cully hgweb: use filectx.annotate instead of filelog
Wed, 27 Sep 2006 09:10:21 -0700 Brendan Cully Refactor annotate copy support.
Wed, 27 Sep 2006 09:35:53 +0200 Benoit Boissinot merge with mainline
Tue, 26 Sep 2006 14:40:21 -0500 TK Soh do not disclose proxy user and password in debug messages
Fri, 29 Sep 2006 17:50:59 -0500 Matt Mackall merge: minor nullid cleanup
Fri, 29 Sep 2006 17:47:51 -0500 Matt Mackall context: add __nonzero__ methods
Fri, 29 Sep 2006 16:39:38 -0500 Matt Mackall merge: use repo.parents and parent contexts in update
Fri, 29 Sep 2006 16:29:44 -0500 Matt Mackall Add str methods to contexts
Fri, 29 Sep 2006 16:01:46 -0500 Matt Mackall Add equality operators to changectx and filectx
Fri, 29 Sep 2006 15:56:36 -0500 Matt Mackall localrepo.parents: return null context for no parents
Fri, 29 Sep 2006 15:48:16 -0500 Matt Mackall Add localrepo.parents to get parent changectxs.
Tue, 26 Sep 2006 16:21:52 -0500 Matt Mackall merge: move partial filtering out of manifest merge
Tue, 26 Sep 2006 16:04:07 -0500 Matt Mackall merge: move findcopies after workingmanifest
Tue, 26 Sep 2006 15:58:51 -0500 Matt Mackall findcopies: shortcut for empty working dir
Tue, 26 Sep 2006 13:58:58 +0200 Benoit Boissinot fix users of dirstate.copies broken by b1f10d3223c1
Mon, 25 Sep 2006 22:26:54 -0500 Matt Mackall Merge with crew
Sun, 24 Sep 2006 13:52:27 +0200 Benoit Boissinot optimize revlog.lookup when passed hex(node)[:...]
Sun, 24 Sep 2006 13:52:25 +0200 Benoit Boissinot cleanups in revlog.lookup
Mon, 25 Sep 2006 20:31:05 -0500 Matt Mackall findcopies: use dirstate rename information
Mon, 25 Sep 2006 17:53:17 -0500 Matt Mackall dirstate: add copies function
Mon, 25 Sep 2006 16:45:31 -0500 Matt Mackall Add core copy detection algorithm
Mon, 25 Sep 2006 16:43:21 -0500 Matt Mackall context: change filectx repr to use @
Fri, 22 Sep 2006 16:12:39 -0500 Matt Mackall context: add __repr__ methods
Fri, 22 Sep 2006 16:01:14 -0500 Matt Mackall filectx: lazy linkrev usage
Fri, 22 Sep 2006 15:34:02 -0500 Matt Mackall restore filectx.changectx() method
Fri, 22 Sep 2006 18:29:04 +0200 Benoit Boissinot fix newline in error message
Fri, 22 Sep 2006 17:58:22 +0200 Benoit Boissinot add comments in cachefunc
Fri, 22 Sep 2006 08:19:25 -0700 Brendan Cully filectx.annotate: return filectx for each line instead of rev
Fri, 22 Sep 2006 08:19:25 -0700 Brendan Cully Add cachefunc to abstract function call cache
Fri, 22 Sep 2006 08:19:25 -0700 Brendan Cully Make filectx lazier - some users never use filenode
Fri, 22 Sep 2006 08:19:25 -0700 Brendan Cully context: handle fileid or changeid == 0
Fri, 22 Sep 2006 08:48:56 +0200 Benoit Boissinot merge with crew
Tue, 19 Sep 2006 10:22:30 -0700 Brendan Cully mq: Add --rev argument to qimport, to adopt existing changesets.
Wed, 20 Sep 2006 22:26:47 +0200 Benoit Boissinot manifest.py: remove unnecessary method
Thu, 21 Sep 2006 18:15:44 -0500 Matt Mackall Switch revlog.ancestor to use revisions rather than nodeids
Thu, 21 Sep 2006 16:16:39 -0500 Matt Mackall mpatch: Fix for malloc corner case on AIX
Thu, 21 Sep 2006 16:15:39 -0500 Matt Mackall Merge with crew
Wed, 20 Sep 2006 21:44:35 +0200 Giorgos Keramidas tests: add new test; test-mq-qrefresh
Wed, 20 Sep 2006 16:50:50 -0500 Matt Mackall Abstract ancestor algorithm into generic function
Tue, 19 Sep 2006 15:28:13 -0500 Matt Mackall Merge with crew
Tue, 19 Sep 2006 08:45:39 -0700 Brendan Cully qimport: rename patch to patchname to avoid shadowing module
Fri, 15 Sep 2006 15:23:52 -0700 Brendan Cully Move defaultrev into changectx
Mon, 18 Sep 2006 17:43:31 +0200 Benoit Boissinot fix warnings spotted by pychecker
Mon, 18 Sep 2006 17:32:28 +0200 Benoit Boissinot hgweb: fix errors spotted by pychecker
Mon, 18 Sep 2006 12:01:32 +0200 TK Soh extdiff: use the default option only if the default program is used
Mon, 18 Sep 2006 11:55:38 +0200 Benoit Boissinot Merge with mainline
Fri, 15 Sep 2006 22:55:17 +0200 Mathieu Clabaut Update [extdiff] configuration sample for vimdiff,
Tue, 19 Sep 2006 14:58:54 -0500 Matt Mackall filectx: add rename-aware ancestor algorithm
Sun, 17 Sep 2006 22:59:33 -0500 Matt Mackall changectx: add ancestor function
Sun, 17 Sep 2006 22:58:11 -0500 Matt Mackall filectx: allow passing filelog in init to avoid opening new filelogs