Thu, 07 Sep 2006 13:53:20 -0500 allow shell-quoting in command defaults
TK Soh <teekaysoh@yahoo.com> [Thu, 07 Sep 2006 13:53:20 -0500] rev 3065
allow shell-quoting in command defaults
Thu, 07 Sep 2006 14:13:01 +0200 hgk.py: use mercurial.patch functions when possible
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 07 Sep 2006 14:13:01 +0200] rev 3064
hgk.py: use mercurial.patch functions when possible
Thu, 07 Sep 2006 14:12:39 +0200 git --diff: fix traceback when getting mode change
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 07 Sep 2006 14:12:39 +0200] rev 3063
git --diff: fix traceback when getting mode change - use the manifest instead of the mode in the working dir if the diff is against two revisions - add a testcase
Thu, 07 Sep 2006 14:01:00 +0200 hgk.py: use nullid instead of a constant
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 07 Sep 2006 14:01:00 +0200] rev 3062
hgk.py: use nullid instead of a constant
Wed, 06 Sep 2006 02:15:33 +0200 hgk.py: fix warnings from pychecker
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 06 Sep 2006 02:15:33 +0200] rev 3061
hgk.py: fix warnings from pychecker - unused variables - usage of undefined variables (opts and filterfiles)
Wed, 06 Sep 2006 02:13:08 +0200 hgk.py: add an optional file list to debug-diff-tree
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 06 Sep 2006 02:13:08 +0200] rev 3060
hgk.py: add an optional file list to debug-diff-tree this solves a problem when hgk was trying to display merges diff
Tue, 27 Jun 2006 01:41:07 +0300 really treat the right side of acl.{allow,deny} as a list of users
Mikhail Sobolev <mss@mawhrin.net> [Tue, 27 Jun 2006 01:41:07 +0300] rev 3059
really treat the right side of acl.{allow,deny} as a list of users the current implementation seems to expect only user per pattern, which contradicts the documentation available at the file beginning.
Tue, 05 Sep 2006 11:33:47 +0200 merge crew with hg-churn
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 05 Sep 2006 11:33:47 +0200] rev 3058
merge crew with hg-churn
Tue, 05 Sep 2006 12:40:45 +0900 Fix for Python 2.3 compatibility.
Shun-ichi GOTO <shunichi.goto@gmail.com> [Tue, 05 Sep 2006 12:40:45 +0900] rev 3057
Fix for Python 2.3 compatibility. Note: Name of comparing function of sort() is "cmpfunc" in Python 2.3 and "cmp" in Python 2.4.
Thu, 24 Aug 2006 16:12:23 -0500 hgk: use short changeset hashes
TK Soh <teekaysoh@yahoo.com> [Thu, 24 Aug 2006 16:12:23 -0500] rev 3056
hgk: use short changeset hashes this fixes the missing tags on hgk window
Tue, 05 Sep 2006 01:15:46 +0200 merge with brendan
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 05 Sep 2006 01:15:46 +0200] rev 3055
merge with brendan
Tue, 05 Sep 2006 01:11:14 +0200 unlink temporary patch files even when an exception is raised
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 05 Sep 2006 01:11:14 +0200] rev 3054
unlink temporary patch files even when an exception is raised
Wed, 30 Aug 2006 13:42:57 -0700 Remove temporary git patch files
Brendan Cully <brendan@kublai.com> [Wed, 30 Aug 2006 13:42:57 -0700] rev 3053
Remove temporary git patch files
Wed, 30 Aug 2006 13:12:26 -0700 Fix git patch application when cwd != repo.root
Brendan Cully <brendan@kublai.com> [Wed, 30 Aug 2006 13:12:26 -0700] rev 3052
Fix git patch application when cwd != repo.root
Wed, 30 Aug 2006 12:55:10 -0700 Detect git patches in patchbomb makepatch function
Brendan Cully <brendan@kublai.com> [Wed, 30 Aug 2006 12:55:10 -0700] rev 3051
Detect git patches in patchbomb makepatch function
Mon, 04 Sep 2006 23:27:14 +0200 merge with hg-churn
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 04 Sep 2006 23:27:14 +0200] rev 3050
merge with hg-churn
Mon, 04 Sep 2006 16:02:25 -0400 [churn] Moved churn extension from hgext to contrib
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Mon, 04 Sep 2006 16:02:25 -0400] rev 3049
[churn] Moved churn extension from hgext to contrib
Sun, 03 Sep 2006 18:41:16 -0400 [churn] Fix progress bar not incrementing when merge cset is encountered
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Sun, 03 Sep 2006 18:41:16 -0400] rev 3048
[churn] Fix progress bar not incrementing when merge cset is encountered
Sun, 03 Sep 2006 16:30:07 -0400 [churn] progress meter
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Sun, 03 Sep 2006 16:30:07 -0400] rev 3047
[churn] progress meter
Sun, 03 Sep 2006 16:25:41 -0400 [churn] Ignore merge csets
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Sun, 03 Sep 2006 16:25:41 -0400] rev 3046
[churn] Ignore merge csets Merge changesets attributed a large number of lines to people that didn't actually develop it, but simply merged the code. By ignoring merges, we get a more accurate picture of how much code everyone changed.
Sun, 03 Sep 2006 16:23:18 -0400 [churn] repo.changes was renamed to repo.status
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Sun, 03 Sep 2006 16:23:18 -0400] rev 3045
[churn] repo.changes was renamed to repo.status
Sun, 03 Sep 2006 06:06:02 -0400 Merge with mpm
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Sun, 03 Sep 2006 06:06:02 -0400] rev 3044
Merge with mpm
Sat, 19 Aug 2006 15:20:54 -0400 Merge with Brendan Cully
Josef "Jeff" Sipek <jeff@josefsipek.net> [Sat, 19 Aug 2006 15:20:54 -0400] rev 3043
Merge with Brendan Cully
Fri, 18 Aug 2006 22:08:48 -0700 Add revision range support
Brendan Cully <brendan@kublai.com> [Fri, 18 Aug 2006 22:08:48 -0700] rev 3042
Add revision range support
Sat, 19 Aug 2006 14:47:31 -0400 [churn] Fixed churn ignoring the first commit
Josef "Jeff" Sipek <jeff@josefsipek.net> [Sat, 19 Aug 2006 14:47:31 -0400] rev 3041
[churn] Fixed churn ignoring the first commit
Tue, 15 Aug 2006 06:15:06 -0400 [churn] Trivial cleanup
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Tue, 15 Aug 2006 06:15:06 -0400] rev 3040
[churn] Trivial cleanup
Tue, 15 Aug 2006 05:48:49 -0400 [churn] Trivial cleanup suggested by Thomas
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Tue, 15 Aug 2006 05:48:49 -0400] rev 3039
[churn] Trivial cleanup suggested by Thomas
Tue, 08 Aug 2006 15:29:33 -0400 [churn] Cleanup suggestions from tonfa
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Tue, 08 Aug 2006 15:29:33 -0400] rev 3038
[churn] Cleanup suggestions from tonfa Use demandload Be smarter about the final list creation
Wed, 26 Jul 2006 19:42:56 -0400 Churn extension
Josef "Jeff" Sipek <jeff@josefsipek.net> [Wed, 26 Jul 2006 19:42:56 -0400] rev 3037
Churn extension
Sat, 02 Sep 2006 20:24:53 +0800 add document on command defaults
TK Soh <teekaysoh@yahoo.com> [Sat, 02 Sep 2006 20:24:53 +0800] rev 3036
add document on command defaults
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip