Wed, 07 May 2008 14:32:00 +0400 addremove: correctly handle intermediate symlinks
Maxim Dounin <mdounin@mdounin.ru> [Wed, 07 May 2008 14:32:00 +0400] rev 6651
addremove: correctly handle intermediate symlinks This fixes problems mentioned in issue660 comments (unrelated to original issue) where directory was renamed, and symlink was added instead. In such situation addremove wasn't able to correctly detect that old files no longer here, but tried to add symlink (and failed due collision with old files).
Fri, 06 Jun 2008 18:31:57 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Fri, 06 Jun 2008 18:31:57 +0200] rev 6650
Merge with crew-stable
Fri, 06 Jun 2008 18:23:33 +0200 test-mq-qrename: test added patch renaming
Patrick Mezard <pmezard@gmail.com> [Fri, 06 Jun 2008 18:23:33 +0200] rev 6649
test-mq-qrename: test added patch renaming
Fri, 06 Jun 2008 18:23:31 +0200 mq: handle added patch renaming correctly
Weijun Wang <weijun.wang@sun.com> [Fri, 06 Jun 2008 18:23:31 +0200] rev 6648
mq: handle added patch renaming correctly
Thu, 05 Jun 2008 16:25:11 +0200 drop superfluous param from revlog.addgroup()
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Thu, 05 Jun 2008 16:25:11 +0200] rev 6647
drop superfluous param from revlog.addgroup()
Tue, 03 Jun 2008 15:41:09 -0500 copies: teach copies about dirstate.copies
Matt Mackall <mpm@selenic.com> [Tue, 03 Jun 2008 15:41:09 -0500] rev 6646
copies: teach copies about dirstate.copies When we're using copies() to find changes between the working directory and its first parent for diff/status/etc., use dirstate.copies() directly. This avoids doing a full statwalk for simple diffs (issue1090) and removes a special case from the status command.
Tue, 03 Jun 2008 09:34:14 +0200 mq: introduce the qfinish command
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 03 Jun 2008 09:34:14 +0200] rev 6645
mq: introduce the qfinish command
Tue, 03 Jun 2008 12:27:48 +0200 merge from crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 03 Jun 2008 12:27:48 +0200] rev 6644
merge from crew-stable
Mon, 02 Jun 2008 21:42:16 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Mon, 02 Jun 2008 21:42:16 +0200] rev 6643
Merge with crew-stable
Sat, 31 May 2008 11:37:55 +0200 resolve: add file codes to doc string
Adrian Buehlmann <adrian@cadifra.com> [Sat, 31 May 2008 11:37:55 +0200] rev 6642
resolve: add file codes to doc string
Thu, 29 May 2008 22:23:33 +0200 merge from crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 29 May 2008 22:23:33 +0200] rev 6641
merge from crew-stable
Thu, 29 May 2008 16:29:28 +0200 Make test-bundle-type work on MacOS 10.4.11
Christian Ebert <blacktrash@gmx.net> [Thu, 29 May 2008 16:29:28 +0200] rev 6640
Make test-bundle-type work on MacOS 10.4.11 head on MacOS Tiger doesn't have a -c option.
Wed, 28 May 2008 22:45:07 +0200 localrepo: fix partial merge test (issue 1111)
Patrick Mezard <pmezard@gmail.com> [Wed, 28 May 2008 22:45:07 +0200] rev 6639
localrepo: fix partial merge test (issue 1111)
Sun, 25 May 2008 13:39:08 -0700 Fix bad span tag in Readme
Lee Cantey <lcantey@gmail.com> [Sun, 25 May 2008 13:39:08 -0700] rev 6638
Fix bad span tag in Readme
Sat, 24 May 2008 18:23:13 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sat, 24 May 2008 18:23:13 +0200] rev 6637
Merge with crew-stable
Fri, 23 May 2008 14:02:48 +0200 merge from crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 23 May 2008 14:02:48 +0200] rev 6636
merge from crew-stable
Tue, 03 Jun 2008 12:10:14 +0200 mq: don't update the working copy on strip if parents aren't stripped
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 03 Jun 2008 12:10:14 +0200] rev 6635
mq: don't update the working copy on strip if parents aren't stripped * * *
Tue, 03 Jun 2008 09:31:36 +0200 mq: qimport: explain insertion point in doc string
Adrian Buehlmann <adrian@cadifra.com> [Tue, 03 Jun 2008 09:31:36 +0200] rev 6634
mq: qimport: explain insertion point in doc string
Mon, 02 Jun 2008 21:38:52 +0200 test-convert-mtn: test descriptions with quotes
Patrick Mezard <pmezard@gmail.com> [Mon, 02 Jun 2008 21:38:52 +0200] rev 6633
test-convert-mtn: test descriptions with quotes
Fri, 16 May 2008 00:48:23 -0700 convert.monotone: fix quotes and backslashes in change descriptions.
David Reiss <davidn@gmail.com> [Fri, 16 May 2008 00:48:23 -0700] rev 6632
convert.monotone: fix quotes and backslashes in change descriptions.
Thu, 29 May 2008 22:21:29 +0200 Active branches fix (issue1104)
Stefano Tortarolo <stefano.tortarolo@gmail.com> [Thu, 29 May 2008 22:21:29 +0200] rev 6631
Active branches fix (issue1104)
Mon, 26 May 2008 14:20:26 +0200 hgweb: correctly validate permissions with streamclone pulling
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 26 May 2008 14:20:26 +0200] rev 6630
hgweb: correctly validate permissions with streamclone pulling
Sun, 25 May 2008 14:05:35 -0700 Fix bad span tag in Readme
Lee Cantey <lcantey@gmail.com> [Sun, 25 May 2008 14:05:35 -0700] rev 6629
Fix bad span tag in Readme
Sat, 24 May 2008 18:11:34 +0200 test-mq-merge: test mq merge and explicit patch queue
Patrick Mezard <pmezard@gmail.com> [Sat, 24 May 2008 18:11:34 +0200] rev 6628
test-mq-merge: test mq merge and explicit patch queue
Thu, 08 May 2008 14:02:42 +1000 mq: qpush -n fix
teki321@gmail.com [Thu, 08 May 2008 14:02:42 +1000] rev 6627
mq: qpush -n fix
Fri, 23 May 2008 16:50:17 +0200 tests: don't run test-convert-cvs if there's no cvs server
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 23 May 2008 16:50:17 +0200] rev 6626
tests: don't run test-convert-cvs if there's no cvs server
Fri, 23 May 2008 13:59:23 +0200 improve help text for clone -U
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 23 May 2008 13:59:23 +0200] rev 6625
improve help text for clone -U
Thu, 22 May 2008 15:48:44 -0500 Added signature for changeset d5cbbe2c49ce
Matt Mackall <mpm@selenic.com> [Thu, 22 May 2008 15:48:44 -0500] rev 6624
Added signature for changeset d5cbbe2c49ce
Thu, 22 May 2008 15:48:42 -0500 Added tag 1.0.1 for changeset d5cbbe2c49ce
Matt Mackall <mpm@selenic.com> [Thu, 22 May 2008 15:48:42 -0500] rev 6623
Added tag 1.0.1 for changeset d5cbbe2c49ce
Thu, 22 May 2008 13:29:47 +0200 merge from crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 22 May 2008 13:29:47 +0200] rev 6622
merge from crew-stable
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip