Wed, 13 Aug 2008 20:18:40 -0500 verify: only warn on copy nullid
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:40 -0500] rev 6889
verify: only warn on copy nullid
Wed, 13 Aug 2008 20:18:40 -0500 make commit fail when committing unresolved files
Stefano Tortarolo <stefano.tortarolo@gmail.com> [Wed, 13 Aug 2008 20:18:40 -0500] rev 6888
make commit fail when committing unresolved files
Wed, 13 Aug 2008 20:18:40 -0500 Update win32mbcs extension
Shun-ichi Goto <shunichi.goto@gmail.com> [Wed, 13 Aug 2008 20:18:40 -0500] rev 6887
Update win32mbcs extension * Code cleanup by Matt. * Fix the issue with case-insensitive fs support by wrapping also util.fspath() and util.checkcase() * Abort program when path conversion is failed.
Wed, 13 Aug 2008 20:18:40 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:40 -0500] rev 6886
Merge with stable
Wed, 13 Aug 2008 23:31:10 +0200 convert: implement startrev for hg source
Patrick Mezard <pmezard@gmail.com> [Wed, 13 Aug 2008 23:31:10 +0200] rev 6885
convert: implement startrev for hg source
Tue, 12 Aug 2008 17:47:08 +0200 merge with crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 12 Aug 2008 17:47:08 +0200] rev 6884
merge with crew-stable
Wed, 13 Aug 2008 17:11:53 -0500 Added signature for changeset d2375bbee6d4
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 17:11:53 -0500] rev 6883
Added signature for changeset d2375bbee6d4
Wed, 13 Aug 2008 17:11:48 -0500 Added tag 1.0.2 for changeset d2375bbee6d4
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 17:11:48 -0500] rev 6882
Added tag 1.0.2 for changeset d2375bbee6d4
Tue, 12 Aug 2008 10:05:00 -0400 Folding correction and missing import 1.0.2
Remy Roy <remyroy@remyroy.com> [Tue, 12 Aug 2008 10:05:00 -0400] rev 6881
Folding correction and missing import
Sun, 10 Aug 2008 22:55:00 -0500 util: disinfect lookup_reg strings (issue1126)
Matt Mackall <mpm@selenic.com> [Sun, 10 Aug 2008 22:55:00 -0500] rev 6880
util: disinfect lookup_reg strings (issue1126) lookup_reg could return Unicode strings, which would infect other strings and generate unexpected tracebacks. Spotted by Rémy Roy. Fold in silly nested function while we're at it.
Thu, 31 Jul 2008 22:41:19 +0300 test symlinks on symlink-capable os but non-capable filesystem (issue1149)
Dov Feldstern <dfeldstern@fastimap.com> [Thu, 31 Jul 2008 22:41:19 +0300] rev 6879
test symlinks on symlink-capable os but non-capable filesystem (issue1149) The "real" way to test this is to mount a non-symlink-capable filesystem, and try working on it; however, I don't know how to mount filesystems as a non-priveleged user from within the testing framework. So instead, os.symlink is overridden to raise the exception that would be raised on such a filesystem.
Sun, 10 Aug 2008 21:55:23 -0500 util: set_flags should survive failure to create link
Matt Mackall <mpm@selenic.com> [Sun, 10 Aug 2008 21:55:23 -0500] rev 6878
util: set_flags should survive failure to create link
Sun, 10 Aug 2008 21:55:06 -0500 util: set_flags shouldn't know about repo flag formats
Matt Mackall <mpm@selenic.com> [Sun, 10 Aug 2008 21:55:06 -0500] rev 6877
util: set_flags shouldn't know about repo flag formats
Sun, 10 Aug 2008 18:38:43 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Sun, 10 Aug 2008 18:38:43 -0500] rev 6876
Merge with stable Simplify the copy search algorithm
Sun, 10 Aug 2008 18:01:03 -0500 add a fix for issue 1175
Matt Mackall <mpm@selenic.com> [Sun, 10 Aug 2008 18:01:03 -0500] rev 6875
add a fix for issue 1175 If we copy a file followed by an update, it's possible for the parent manifest to no longer contain the source file of the copy, which could cause commit to fail. If this happens, we search backwares from the first parent to find the most likely original revision.
Sun, 10 Aug 2008 18:01:03 -0500 commit: simplify file copy logic
Matt Mackall <mpm@selenic.com> [Sun, 10 Aug 2008 18:01:03 -0500] rev 6874
commit: simplify file copy logic
Sat, 09 Aug 2008 11:46:20 +0200 Make test-convert-mtn pass on systems where mtn add -R uses different order
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 09 Aug 2008 11:46:20 +0200] rev 6873
Make test-convert-mtn pass on systems where mtn add -R uses different order
Sat, 19 Jul 2008 18:19:50 +0200 Add ancestors and descendants to revlog
Stefano Tortarolo <stefano.tortarolo@gmail.com> [Sat, 19 Jul 2008 18:19:50 +0200] rev 6872
Add ancestors and descendants to revlog This patch adds two methods to revlog: - ancestors: given a list of revisions returns their ancestors - descendants: given a list of revisions return their descendants
Sat, 09 Aug 2008 02:10:22 +0200 mdiff: compare content of binary files directly
Martin Geisler <mg@daimi.au.dk> [Sat, 09 Aug 2008 02:10:22 +0200] rev 6871
mdiff: compare content of binary files directly A plain Python string comparison stops when the first mismatch is found, whereas the call to md5 would need to compute the hash over the entire string and only then do the comparison.
Fri, 08 Aug 2008 18:49:55 +0200 merge with crew-stable
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 08 Aug 2008 18:49:55 +0200] rev 6870
merge with crew-stable
Fri, 08 Aug 2008 18:48:26 +0200 Make test-hardlinks-safety repeatable and executable
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 08 Aug 2008 18:48:26 +0200] rev 6869
Make test-hardlinks-safety repeatable and executable
Fri, 08 Aug 2008 18:37:50 +0200 convert: Fix debugging output when running multiple commands with xargs.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 08 Aug 2008 18:37:50 +0200] rev 6868
convert: Fix debugging output when running multiple commands with xargs.
Thu, 07 Aug 2008 09:53:57 +0200 keyword: add verify to nokwcommands after refactor in e79a8f36c2a5
Christian Ebert <blacktrash@gmx.net> [Thu, 07 Aug 2008 09:53:57 +0200] rev 6867
keyword: add verify to nokwcommands after refactor in e79a8f36c2a5 Add test as well. Thanks to Guy Brand for spotting this.
Thu, 07 Aug 2008 09:53:27 +0200 merge with crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 07 Aug 2008 09:53:27 +0200] rev 6866
merge with crew-stable
(0) -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 +30000 tip