Matt Mackall <mpm@selenic.com> [Sun, 10 Aug 2008 18:38:43 -0500] rev 6876
Merge with stable
Simplify the copy search algorithm
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.
Matt Mackall <mpm@selenic.com> [Sun, 10 Aug 2008 18:01:03 -0500] rev 6874
commit: simplify file copy logic
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
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
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.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 08 Aug 2008 18:49:55 +0200] rev 6870
merge with crew-stable