Fri, 02 Mar 2007 14:03:30 -0800 Suppress <stdout> before hg export -v (regression from previous patch).
Brendan Cully <brendan@kublai.com> [Fri, 02 Mar 2007 14:03:30 -0800] rev 4125
Suppress <stdout> before hg export -v (regression from previous patch).
Thu, 01 Mar 2007 20:53:38 -0800 Let patch.export handle any fp-like object
Brendan Cully <brendan@kublai.com> [Thu, 01 Mar 2007 20:53:38 -0800] rev 4124
Let patch.export handle any fp-like object
Thu, 01 Mar 2007 22:15:56 +0100 merge with crew-stable
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 01 Mar 2007 22:15:56 +0100] rev 4123
merge with crew-stable
Thu, 01 Mar 2007 22:15:17 +0100 Unified #! paths for python scripts and removed them for test modules.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 01 Mar 2007 22:15:17 +0100] rev 4122
Unified #! paths for python scripts and removed them for test modules.
Tue, 27 Feb 2007 09:05:36 +0100 Use the mercurial i18n infrastructure in the purge extension
Emanuele Aina <em@nerd.ocracy.org> [Tue, 27 Feb 2007 09:05:36 +0100] rev 4121
Use the mercurial i18n infrastructure in the purge extension
Tue, 27 Feb 2007 09:05:36 +0100 Print relative names in the purge extension
Emanuele Aina <em@nerd.ocracy.org> [Tue, 27 Feb 2007 09:05:36 +0100] rev 4120
Print relative names in the purge extension
Tue, 27 Feb 2007 16:48:17 -0600 Merge with crew
Matt Mackall <mpm@selenic.com> [Tue, 27 Feb 2007 16:48:17 -0600] rev 4119
Merge with crew
Tue, 27 Feb 2007 16:47:16 -0600 Merge with stable
Matt Mackall <mpm@selenic.com> [Tue, 27 Feb 2007 16:47:16 -0600] rev 4118
Merge with stable
Tue, 27 Feb 2007 16:20:06 -0600 merge: fix renaming of subdirectories under renamed directories
Matt Mackall <mpm@selenic.com> [Tue, 27 Feb 2007 16:20:06 -0600] rev 4117
merge: fix renaming of subdirectories under renamed directories
Tue, 27 Feb 2007 12:58:40 -0800 Break core of repo.tag into dirstate/hook-free repo._tag for convert-repo
Brendan Cully <brendan@kublai.com> [Tue, 27 Feb 2007 12:58:40 -0800] rev 4116
Break core of repo.tag into dirstate/hook-free repo._tag for convert-repo
Mon, 26 Feb 2007 21:57:33 +0100 Use only integer part of mtime in workingfilectx.date(), fixes test-context.py
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 26 Feb 2007 21:57:33 +0100] rev 4115
Use only integer part of mtime in workingfilectx.date(), fixes test-context.py Similar to what is done in dirstate.status() (changeset 882e703eaa94) and has to be removed when Mercurial switches to subsecond granularity.
Mon, 26 Feb 2007 12:12:29 -0600 Merge with crew
Matt Mackall <mpm@selenic.com> [Mon, 26 Feb 2007 12:12:29 -0600] rev 4114
Merge with crew
Fri, 23 Feb 2007 14:16:50 -0600 Merge with crew
Matt Mackall <mpm@selenic.com> [Fri, 23 Feb 2007 14:16:50 -0600] rev 4113
Merge with crew
Thu, 22 Feb 2007 19:00:05 -0600 Merge with crew
Matt Mackall <mpm@selenic.com> [Thu, 22 Feb 2007 19:00:05 -0600] rev 4112
Merge with crew
Wed, 21 Feb 2007 11:02:37 -0600 convert-repo: use .git/objects/ rather than .git/HEAD to detect git repos
Matt Mackall <mpm@selenic.com> [Wed, 21 Feb 2007 11:02:37 -0600] rev 4111
convert-repo: use .git/objects/ rather than .git/HEAD to detect git repos
Wed, 21 Feb 2007 00:38:06 +0100 Don't keep trailing white space in cvs tags
Edouard Gomez <ed.gomez@free.fr> [Wed, 21 Feb 2007 00:38:06 +0100] rev 4110
Don't keep trailing white space in cvs tags
Wed, 21 Feb 2007 00:38:06 +0100 Change a bit cvsps arguments
Edouard Gomez <ed.gomez@free.fr> [Wed, 21 Feb 2007 00:38:06 +0100] rev 4109
Change a bit cvsps arguments - Force updating the cache - Use internal cvs implementation, reducing overhead - Use quiet mode
Fri, 23 Feb 2007 17:31:00 +0100 Fixed workingfilectx.date() (found by Thomas Waldmann) with test.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 23 Feb 2007 17:31:00 +0100] rev 4108
Fixed workingfilectx.date() (found by Thomas Waldmann) with test.
Tue, 20 Feb 2007 20:55:23 +0100 merge with crew-stable
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 20 Feb 2007 20:55:23 +0100] rev 4107
merge with crew-stable
Sat, 17 Feb 2007 09:54:44 +0100 test-notify: adapt to sed shipped with MacOS
Christian Ebert <blacktrash@gmx.net> [Sat, 17 Feb 2007 09:54:44 +0100] rev 4106
test-notify: adapt to sed shipped with MacOS MacOS X' sed does not have the \? repetition operator.
Sat, 17 Feb 2007 09:55:00 -0200 git binary patches: don't print the header for identical files
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 17 Feb 2007 09:55:00 -0200] rev 4105
git binary patches: don't print the header for identical files
Sat, 17 Feb 2007 09:54:59 -0200 git binary patches: use hashes to detect identical files
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 17 Feb 2007 09:54:59 -0200] rev 4104
git binary patches: use hashes to detect identical files
Sat, 17 Feb 2007 09:54:58 -0200 add test for diffing identical binary files
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 17 Feb 2007 09:54:58 -0200] rev 4103
add test for diffing identical binary files
Sat, 17 Feb 2007 09:54:56 -0200 Don't lie that "binary file has changed"
tailgunner@smtp.ru [Sat, 17 Feb 2007 09:54:56 -0200] rev 4102
Don't lie that "binary file has changed" Without -a option to "hg diff", mdiff.unidiff reported that "Binary file foo has changed" without even trying to compare things. Now it computes MD5 of old and new files, compares them and makes the conclusion.
Sat, 17 Feb 2007 04:50:06 -0200 add some tests for qpush/qpop error codes
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 17 Feb 2007 04:50:06 -0200] rev 4101
add some tests for qpush/qpop error codes
Tue, 13 Feb 2007 08:54:48 -0500 Modify qpush/qpop idempotent operations to return success
Ben Thomas <bthomas@virtualiron.com> [Tue, 13 Feb 2007 08:54:48 -0500] rev 4100
Modify qpush/qpop idempotent operations to return success Modify qpush/qpop such that idempotent instances of the operations return success. That is, repeated qpush -a, qpop -a, qpush patch-name or qpop patch-name will return success. The end goal of each of these operations is to reach a particular state. Whether or not the patches were already applied does not affect that state or operation status. Likewise, be careful to retain the error status on a qpush/qpop without arguments when the end/beginning of the series has been reached.
Sat, 17 Feb 2007 04:50:03 -0200 mq: propagate the return error of pop
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 17 Feb 2007 04:50:03 -0200] rev 4099
mq: propagate the return error of pop
Fri, 16 Feb 2007 05:53:03 -0200 util_win32.py: fix user_rcpath
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Fri, 16 Feb 2007 05:53:03 -0200] rev 4098
util_win32.py: fix user_rcpath Fixes issue504.
Thu, 15 Feb 2007 09:51:57 -0700 Combined the two os_rcpath methods into a single one near rcpath in mercurial/util.py
Shane Holloway <shane.holloway@ieee.org> [Thu, 15 Feb 2007 09:51:57 -0700] rev 4097
Combined the two os_rcpath methods into a single one near rcpath in mercurial/util.py The os_rcpath method delegates to system_rcpath and user_rcpath from the different platform implementations.
Fri, 16 Feb 2007 05:27:37 -0200 merge with crew-stable
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Fri, 16 Feb 2007 05:27:37 -0200] rev 4096
merge with crew-stable
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip