log

age author description
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
Fri, 18 Aug 2006 22:08:48 -0700 Brendan Cully Add revision range support
Sat, 19 Aug 2006 14:47:31 -0400 Josef "Jeff" Sipek [churn] Fixed churn ignoring the first commit
Tue, 15 Aug 2006 06:15:06 -0400 Josef "Jeff" Sipek [churn] Trivial cleanup
Tue, 15 Aug 2006 05:48:49 -0400 Josef "Jeff" Sipek [churn] Trivial cleanup suggested by Thomas
Tue, 08 Aug 2006 15:29:33 -0400 Josef "Jeff" Sipek [churn] Cleanup suggestions from tonfa
Wed, 26 Jul 2006 19:42:56 -0400 Josef "Jeff" Sipek Churn extension
Sat, 02 Sep 2006 20:24:53 +0800 TK Soh add document on command defaults
Sun, 03 Sep 2006 02:28:39 +0200 Benoit Boissinot do not enable verbose output if quiet is specified in the cmdline
Sat, 02 Sep 2006 23:26:10 +0200 Benoit Boissinot clone: simplifying dest repo creation
Sat, 02 Sep 2006 23:14:35 +0200 Benoit Boissinot sshrepo: when creating a repo, raise an error if it already exists
Sat, 02 Sep 2006 23:06:47 +0200 Benoit Boissinot localrepo: move the repo creation code, fail if the repo exists
Sat, 02 Sep 2006 21:08:54 +0200 Benoit Boissinot sshrepo: flush stderr before connecting to the hg server