Tue, 12 Sep 2006 11:11:19 -0700 mq: Add --git option to qrefresh
Brendan Cully <brendan@kublai.com> [Tue, 12 Sep 2006 11:11:19 -0700] rev 3086
mq: Add --git option to qrefresh
Wed, 13 Sep 2006 21:46:36 +0200 Add the -s option to `hg help qseries`.
john.levon@sun.com [Wed, 13 Sep 2006 21:46:36 +0200] rev 3085
Add the -s option to `hg help qseries`.
Wed, 13 Sep 2006 19:57:40 +0200 sshrepo: don't try to validate when creating the repo
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 13 Sep 2006 19:57:40 +0200] rev 3084
sshrepo: don't try to validate when creating the repo - This removes the "repo not found" error when cloning or init-ing a remote repo. - Since the remote hg will abort if the repo already exists we don't need to validate it.
Wed, 13 Sep 2006 08:57:08 -0700 Make qrename handle directory targets; closes #333.
Brendan Cully <brendan@kublai.com> [Wed, 13 Sep 2006 08:57:08 -0700] rev 3083
Make qrename handle directory targets; closes #333.
Tue, 12 Sep 2006 17:27:41 +0200 Fixed python2.3 incompatibility (rsplit) in qpush/qpop with index.
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 12 Sep 2006 17:27:41 +0200] rev 3082
Fixed python2.3 incompatibility (rsplit) in qpush/qpop with index.
Tue, 12 Sep 2006 17:26:20 +0200 Added tests for qpush/qpop with index.
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 12 Sep 2006 17:26:20 +0200] rev 3081
Added tests for qpush/qpop with index.
Mon, 11 Sep 2006 10:23:23 +0200 Fixed OSError "No such file or directory: None" and make IOError consistent.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 11 Sep 2006 10:23:23 +0200] rev 3080
Fixed OSError "No such file or directory: None" and make IOError consistent. The None error occurs when the current working directory is no longer available, e.g. because it was removed in another shell.
Mon, 11 Sep 2006 10:08:30 +0200 If local repository is missing, make error message clearer.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 11 Sep 2006 10:08:30 +0200] rev 3079
If local repository is missing, make error message clearer. Faheem Mitha suggested finding a better error message. The nice error message is taken from cogito.
Sun, 10 Sep 2006 19:15:08 -0300 don't let lazyparser read more data than it can handle
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 10 Sep 2006 19:15:08 -0300] rev 3078
don't let lazyparser read more data than it can handle This should fix issue368.
Sat, 09 Sep 2006 12:56:08 +0200 document changelog format
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 09 Sep 2006 12:56:08 +0200] rev 3077
document changelog format
Sat, 09 Sep 2006 12:51:05 +0200 merge with brendan
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 09 Sep 2006 12:51:05 +0200] rev 3076
merge with brendan
Wed, 30 Aug 2006 15:13:45 -0700 strip: strip changelog before manifest
Brendan Cully <brendan@kublai.com> [Wed, 30 Aug 2006 15:13:45 -0700] rev 3075
strip: strip changelog before manifest
Mon, 28 Aug 2006 16:30:48 -0500 extdiff: do not shell-quote options to new commands
TK Soh <teekaysoh@yahoo.com> [Mon, 28 Aug 2006 16:30:48 -0500] rev 3074
extdiff: do not shell-quote options to new commands revert a change introduced by 453097750fbf
Fri, 08 Sep 2006 10:01:45 +0200 Include section name and parameter name (if available) in config errors.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 08 Sep 2006 10:01:45 +0200] rev 3073
Include section name and parameter name (if available) in config errors. Added tests for this.
Fri, 08 Sep 2006 09:36:18 +0200 Never apply string formatting to generated errors with util.Abort.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 08 Sep 2006 09:36:18 +0200] rev 3072
Never apply string formatting to generated errors with util.Abort. Otherwise error messages containing % chars yield errors or worse. Fixed (hopefully) all users of util.Abort.
Fri, 08 Sep 2006 02:16:16 +0200 hg merge: fix lookup of branch
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 08 Sep 2006 02:16:16 +0200] rev 3071
hg merge: fix lookup of branch add some tests for branch usage
Fri, 08 Sep 2006 01:07:21 +0200 merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 08 Sep 2006 01:07:21 +0200] rev 3070
merge with crew
Fri, 08 Sep 2006 00:56:37 +0200 hgk.py: fix for a bug introduced in 32fd512ca7c0
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 08 Sep 2006 00:56:37 +0200] rev 3069
hgk.py: fix for a bug introduced in 32fd512ca7c0
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 3068
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 3067
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 3066
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 3065
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 3064
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 3063
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 3062
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 3061
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 3060
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 3059
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 3058
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 3057
unlink temporary patch files even when an exception is raised
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip