Sat, 02 Sep 2006 23:14:35 +0200 sshrepo: when creating a repo, raise an error if it already exists
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 02 Sep 2006 23:14:35 +0200] rev 3033
sshrepo: when creating a repo, raise an error if it already exists
Sat, 02 Sep 2006 23:06:47 +0200 localrepo: move the repo creation code, fail if the repo exists
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 02 Sep 2006 23:06:47 +0200] rev 3032
localrepo: move the repo creation code, fail if the repo exists
Sat, 02 Sep 2006 21:08:54 +0200 sshrepo: flush stderr before connecting to the hg server
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 02 Sep 2006 21:08:54 +0200] rev 3031
sshrepo: flush stderr before connecting to the hg server
Thu, 31 Aug 2006 12:51:02 -0500 gitweb: add file links to filelog page
TK Soh <teekaysoh@yahoo.com> [Thu, 31 Aug 2006 12:51:02 -0500] rev 3030
gitweb: add file links to filelog page
Thu, 31 Aug 2006 12:31:55 -0500 gitweb: add annotate links to changeset page
TK Soh <teekaysoh@yahoo.com> [Thu, 31 Aug 2006 12:31:55 -0500] rev 3029
gitweb: add annotate links to changeset page
Wed, 30 Aug 2006 10:21:02 -0700 Merge with crew
Brendan Cully <brendan@kublai.com> [Wed, 30 Aug 2006 10:21:02 -0700] rev 3028
Merge with crew
Wed, 30 Aug 2006 10:17:35 -0700 Add --git support to hg email
Brendan Cully <brendan@kublai.com> [Wed, 30 Aug 2006 10:17:35 -0700] rev 3027
Add --git support to hg email
Wed, 30 Aug 2006 10:08:56 -0700 Add --git to hg export
Brendan Cully <brendan@kublai.com> [Wed, 30 Aug 2006 10:08:56 -0700] rev 3026
Add --git to hg export
Wed, 30 Aug 2006 19:58:54 +0200 merge with brendan
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 30 Aug 2006 19:58:54 +0200] rev 3025
merge with brendan
Tue, 29 Aug 2006 17:08:55 -0700 Call patch.diff directly instead of printdiff - this also saves an
Brendan Cully <brendan@kublai.com> [Tue, 29 Aug 2006 17:08:55 -0700] rev 3024
Call patch.diff directly instead of printdiff - this also saves an extra walk of the working directory.
Tue, 29 Aug 2006 17:08:42 -0700 Remove dates from git export file lines - they confuse git-apply
Brendan Cully <brendan@kublai.com> [Tue, 29 Aug 2006 17:08:42 -0700] rev 3023
Remove dates from git export file lines - they confuse git-apply
Fri, 28 Jul 2006 13:46:19 -0500 Find the system's MD5 binary.
Will Maier <willmaier@ml1.net> [Fri, 28 Jul 2006 13:46:19 -0500] rev 3022
Find the system's MD5 binary. Different binaries calculate MD5 checksums on different systems. Try a couple known programs and only calculate and verify the checksum if they exist. This should silence warnings on eg OpenBSD.
Tue, 29 Aug 2006 14:04:54 -0500 gitweb: fix annotate page display problem on IE (6.0)
TK Soh <teekaysoh@yahoo.com> [Tue, 29 Aug 2006 14:04:54 -0500] rev 3021
gitweb: fix annotate page display problem on IE (6.0) Bad support of "white-space: pre" property.
Tue, 29 Aug 2006 14:01:11 -0500 gitweb: fix file page display problem on IE (6.0)
TK Soh <teekaysoh@yahoo.com> [Tue, 29 Aug 2006 14:01:11 -0500] rev 3020
gitweb: fix file page display problem on IE (6.0) Bad support of "white-space: pre" property.
Tue, 29 Aug 2006 13:28:38 -0500 gitweb: fix issue 349
TK Soh <teekaysoh@yahoo.com> [Tue, 29 Aug 2006 13:28:38 -0500] rev 3019
gitweb: fix issue 349
Tue, 29 Aug 2006 19:26:58 +0200 Document the fact that revert might overwrite .orig files
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 29 Aug 2006 19:26:58 +0200] rev 3018
Document the fact that revert might overwrite .orig files
Tue, 29 Aug 2006 19:02:57 +0200 Add a hint for revert --all when aborting
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 29 Aug 2006 19:02:57 +0200] rev 3017
Add a hint for revert --all when aborting
Mon, 28 Aug 2006 21:49:02 +0200 fix incorrect warning when walking on a particular rev
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 28 Aug 2006 21:49:02 +0200] rev 3016
fix incorrect warning when walking on a particular rev when a directory was given instead of a file it reported incorrectly 'No such file or directory in rev <rev>' we test if the file is a prefix directory
Sat, 26 Aug 2006 11:19:00 +0200 fix errors reported by pychecker
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 26 Aug 2006 11:19:00 +0200] rev 3015
fix errors reported by pychecker mercurial/merge.py:174: No global (mode) found mercurial/merge.py:253: No global (errno) found
Thu, 24 Aug 2006 15:19:56 -0700 Fixed an exception in notify extension (b2a_hex argument incorrect)
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Thu, 24 Aug 2006 15:19:56 -0700] rev 3014
Fixed an exception in notify extension (b2a_hex argument incorrect) Detailed messages was - incoming.notify hook raised an exception: b2a_hex() argument 1 must be string or read-only character buffer, not stringio
Tue, 22 Aug 2006 12:20:24 -0500 minor docstring fix for revert
TK Soh <teekaysoh@yahoo.com> [Tue, 22 Aug 2006 12:20:24 -0500] rev 3013
minor docstring fix for revert
Mon, 21 Aug 2006 10:46:58 -0700 Allow for MB/sec transfer rates in test-http-proxy and test-ssh.
Lee Cantey <lcantey@gmail.com> [Mon, 21 Aug 2006 10:46:58 -0700] rev 3012
Allow for MB/sec transfer rates in test-http-proxy and test-ssh. Also make the test more specific in test-http.
Tue, 22 Aug 2006 22:49:30 -0300 load extensions only after the ui object has been completely initialized
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 22 Aug 2006 22:49:30 -0300] rev 3011
load extensions only after the ui object has been completely initialized This fixes a traceback printed when hg tries to print another traceback after an extension fails to be loaded. Add a test for that.
Tue, 22 Aug 2006 20:45:03 -0300 Only read .hg/hgrc files from trusted users/groups
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 22 Aug 2006 20:45:03 -0300] rev 3010
Only read .hg/hgrc files from trusted users/groups The list of trusted users and groups is specified in the [trusted] section of a hgrc; the current user is always trusted; "*" can be used to trust all users/groups. Global hgrc files are always read. On Windows (and other systems that don't have the pwd and grp modules), all .hg/hgrc files are read.
Wed, 23 Aug 2006 00:19:24 +0200 Fix hgk extension due to 4ec58b157265 refactoring
Edouard Gomez <ed.gomez@free.fr> [Wed, 23 Aug 2006 00:19:24 +0200] rev 3009
Fix hgk extension due to 4ec58b157265 refactoring
Wed, 23 Aug 2006 08:42:21 -0700 merge.
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 23 Aug 2006 08:42:21 -0700] rev 3008
merge.
Tue, 22 Aug 2006 19:12:09 -0500 merge: add remove to the action hash
Matt Mackall <mpm@selenic.com> [Tue, 22 Aug 2006 19:12:09 -0500] rev 3007
merge: add remove to the action hash
Tue, 22 Aug 2006 18:06:17 -0500 merge: combine merge and get lists
Matt Mackall <mpm@selenic.com> [Tue, 22 Aug 2006 18:06:17 -0500] rev 3006
merge: combine merge and get lists
Tue, 22 Aug 2006 17:42:55 -0500 merge: remove redundant if
Matt Mackall <mpm@selenic.com> [Tue, 22 Aug 2006 17:42:55 -0500] rev 3005
merge: remove redundant if
Tue, 22 Aug 2006 17:26:44 -0500 merge: eliminate mw manifestdict, do everything with m1
Matt Mackall <mpm@selenic.com> [Tue, 22 Aug 2006 17:26:44 -0500] rev 3004
merge: eliminate mw manifestdict, do everything with m1
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip