log

age author description
Sun, 17 Sep 2006 16:13:03 -0500 Matt Mackall merge: pull manifest comparison out into separate function
Sun, 17 Sep 2006 16:02:09 -0500 Matt Mackall Merge with mainline
Sun, 17 Sep 2006 15:59:59 -0500 Matt Mackall merge: move set_exec to actions
Sun, 17 Sep 2006 15:54:51 -0500 Matt Mackall merge: add forget to action list
Sun, 17 Sep 2006 15:24:00 -0500 Matt Mackall merge: add codes to action list, eliminate None elements
Sun, 17 Sep 2006 15:10:56 -0500 Matt Mackall merge: convert actions to list
Fri, 15 Sep 2006 16:01:16 -0500 Matt Mackall Merge with backout
Fri, 15 Sep 2006 16:00:16 -0500 Matt Mackall Back out trusted hgrc change for now
Fri, 15 Sep 2006 15:22:45 -0500 Matt Mackall Merge with crew
Wed, 13 Sep 2006 13:14:08 -0700 Matt Doar Add support for diffstat in commit emails, and move diffstat from
Thu, 14 Sep 2006 19:24:00 -0700 Brendan Cully cat: default to working dir parent instead of tip
Fri, 15 Sep 2006 00:51:27 +0200 Benoit Boissinot merge with brendan
Wed, 13 Sep 2006 18:24:58 -0700 Brendan Cully hgk: add --limit, and revranges
Wed, 13 Sep 2006 13:50:28 -0700 Brendan Cully hgk: add revision numbers
Thu, 14 Sep 2006 22:52:47 +0200 Brendan Cully mq: handle patch names containing ":"
Thu, 14 Sep 2006 11:19:35 -0700 Brendan Cully Move revision parsing into cmdutil.
Wed, 13 Sep 2006 14:37:51 -0300 Alexis S. L. Carvalho Avoid negative block sizes in lazyparser.
Thu, 14 Sep 2006 15:35:55 +0200 Brendan Cully mq: add qdelete --forget option
Wed, 13 Sep 2006 16:41:03 -0700 Brendan Cully mq: do not update an empty working directory after strip.
Tue, 12 Sep 2006 11:11:19 -0700 Brendan Cully mq: Add --git option to qrefresh
Wed, 13 Sep 2006 21:46:36 +0200 john levon Add the -s option to `hg help qseries`.
Wed, 13 Sep 2006 19:57:40 +0200 Benoit Boissinot sshrepo: don't try to validate when creating the repo
Wed, 13 Sep 2006 08:57:08 -0700 Brendan Cully Make qrename handle directory targets; closes #333.
Tue, 12 Sep 2006 17:27:41 +0200 Thomas Arendsen Hein Fixed python2.3 incompatibility (rsplit) in qpush/qpop with index.
Tue, 12 Sep 2006 17:26:20 +0200 Thomas Arendsen Hein Added tests for qpush/qpop with index.
Mon, 11 Sep 2006 10:23:23 +0200 Thomas Arendsen Hein Fixed OSError "No such file or directory: None" and make IOError consistent.
Mon, 11 Sep 2006 10:08:30 +0200 Thomas Arendsen Hein If local repository is missing, make error message clearer.
Sun, 10 Sep 2006 19:15:08 -0300 Alexis S. L. Carvalho don't let lazyparser read more data than it can handle
Sat, 09 Sep 2006 12:56:08 +0200 Benoit Boissinot document changelog format
Sat, 09 Sep 2006 12:51:05 +0200 Benoit Boissinot merge with brendan
Wed, 30 Aug 2006 15:13:45 -0700 Brendan Cully strip: strip changelog before manifest
Mon, 28 Aug 2006 16:30:48 -0500 TK Soh extdiff: do not shell-quote options to new commands
Fri, 08 Sep 2006 10:01:45 +0200 Thomas Arendsen Hein Include section name and parameter name (if available) in config errors.
Fri, 08 Sep 2006 09:36:18 +0200 Thomas Arendsen Hein Never apply string formatting to generated errors with util.Abort.
Fri, 08 Sep 2006 02:16:16 +0200 Benoit Boissinot hg merge: fix lookup of branch
Fri, 08 Sep 2006 01:07:21 +0200 Benoit Boissinot merge with crew
Fri, 08 Sep 2006 00:56:37 +0200 Benoit Boissinot hgk.py: fix for a bug introduced in 32fd512ca7c0
Thu, 07 Sep 2006 13:53:20 -0500 TK Soh allow shell-quoting in command defaults
Thu, 07 Sep 2006 14:13:01 +0200 Benoit Boissinot hgk.py: use mercurial.patch functions when possible
Thu, 07 Sep 2006 14:12:39 +0200 Benoit Boissinot git --diff: fix traceback when getting mode change
Thu, 07 Sep 2006 14:01:00 +0200 Benoit Boissinot hgk.py: use nullid instead of a constant
Wed, 06 Sep 2006 02:15:33 +0200 Benoit Boissinot hgk.py: fix warnings from pychecker
Wed, 06 Sep 2006 02:13:08 +0200 Benoit Boissinot hgk.py: add an optional file list to debug-diff-tree
Tue, 27 Jun 2006 01:41:07 +0300 Mikhail Sobolev really treat the right side of acl.{allow,deny} as a list of users
Tue, 05 Sep 2006 11:33:47 +0200 Benoit Boissinot merge crew with hg-churn
Tue, 05 Sep 2006 12:40:45 +0900 Shun-ichi GOTO Fix for Python 2.3 compatibility.
Thu, 24 Aug 2006 16:12:23 -0500 TK Soh hgk: use short changeset hashes
Tue, 05 Sep 2006 01:15:46 +0200 Benoit Boissinot merge with brendan
Tue, 05 Sep 2006 01:11:14 +0200 Benoit Boissinot unlink temporary patch files even when an exception is raised
Wed, 30 Aug 2006 13:42:57 -0700 Brendan Cully Remove temporary git patch files
Wed, 30 Aug 2006 13:12:26 -0700 Brendan Cully Fix git patch application when cwd != repo.root
Wed, 30 Aug 2006 12:55:10 -0700 Brendan Cully Detect git patches in patchbomb makepatch function
Mon, 04 Sep 2006 23:27:14 +0200 Benoit Boissinot merge with hg-churn
Mon, 04 Sep 2006 16:02:25 -0400 Josef "Jeff" Sipek [churn] Moved churn extension from hgext to contrib
Sun, 03 Sep 2006 18:41:16 -0400 Josef "Jeff" Sipek [churn] Fix progress bar not incrementing when merge cset is encountered
Sun, 03 Sep 2006 16:30:07 -0400 Josef "Jeff" Sipek [churn] progress meter
Sun, 03 Sep 2006 16:25:41 -0400 Josef "Jeff" Sipek [churn] Ignore merge csets
Sun, 03 Sep 2006 16:23:18 -0400 Josef "Jeff" Sipek [churn] repo.changes was renamed to repo.status
Sun, 03 Sep 2006 06:06:02 -0400 Josef "Jeff" Sipek Merge with mpm
Sat, 19 Aug 2006 15:20:54 -0400 Josef "Jeff" Sipek Merge with Brendan Cully