- Jun 18, 2009
-
-
Chia-Huan Wu authored
-
Martin Geisler authored
-
- Jun 17, 2009
-
-
Cédric Duval authored
RFC 5322 states: "Semantically, the angle bracket characters are not part of the msg-id; the msg-id is what is contained between the two angle bracket characters." Hence it should be correct to pass a message Id with no angle brackets to --in-reply-to. Adding them if missing.
-
- Jun 18, 2009
-
-
Christian Ebert authored
-
Cédric Duval authored
Some inspiration taken from the wiki page of the extension.
-
- Jun 16, 2009
-
-
Cédric Duval authored
Thanks to Martin Geisler and timeless for the suggested improvements.
-
- Jun 10, 2009
-
-
Cédric Duval authored
Preceding a .* pattern with an other dot serves little purpose, better anchor the regexp to the start of the file name.
-
- Jun 16, 2009
-
-
Greg Ward authored
Specifically, always run 'cvs commit' with -f option to force commit; add one strategic sleep which seems to be necessary for post-merge clobber-and-commit (-f doesn't force a commit there?).
-
Greg Ward authored
- don't create file 'cvs' where directory 'CVS' already exists
-
Greg Ward authored
- factor out cvsci function (similar to other test-convert-cvs* scripts) - add filterpath function (also similar to other scripts) - generally munge the output of CVS - add lots of output to make it easier to follow when things go wrong This doesn't make the test pass reliably under CVS 1.11; it just makes it behave the same as under CVS 1.12, i.e. sometimes it passes and sometimes it fails. Failure is more frequent with faster hardware.
-
Greg Ward authored
- rename test-convert-cvs-builtincvsps-cvsnt-mergepoints (and related files) to test-convert-cvsnt-mergepoints - this ensures that the test will be run, but does NOT make it pass: in particularly, it fails regularly for me due to the inconsistent behaviour of CVS itself - expect "Branchpoints:" in debugcvsps output
-
Colin Caughie authored
Also updated the import-eol test to test with lines longer than one character, and also empty lines.
-
- Jun 15, 2009
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
- Jun 14, 2009
-
-
Patrick Mezard authored
-
Patrick Mezard authored
The intent is to fix many issues involving patching when win32ext is enabled. With win32ext, the working directory and repository files EOLs are not the same which means that patches made on a non-win32ext host do not apply cleanly because of EOLs discrepancies. A theorically correct approach would be transform either the patched file or the patch content with the encoding/decoding filters used by win32ext. This solution is tricky to implement and invasive, instead we prefer to address the win32ext case, by offering a way to ignore input EOLs when patching and rewriting them when saving the patched result.
-
Brendan Cully authored
-
Brendan Cully authored
-
- Jun 13, 2009
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Patrick Mezard authored
- Display tested revisions without --verbose - Display revision number
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
set .hg/sharedpath to point to the .hg to share with
-
- Jun 12, 2009
-
-
Matt Mackall authored
-
- Jun 13, 2009
-
-
Matt Mackall authored
-
- Jun 10, 2009
-
-
John Mulligan authored
- repository heads are not associated with the closed attribute, so remove it making the code in line with the concept. - Fix functions that were calling heads with the parameter. - Adjust webcommands.branches to include the concept of inactive as well as open and closed branches - Fix code and docstrings in commands to make the correct use of closed branches & branch heads clearer - Improve grammar of 'hg heads' help text (2nd submission) this does not alter the cli for hg branches, that work is still to be done
-
- Jun 08, 2009
-
-
Adrian Buehlmann authored
Warning was "DeprecationWarning: use lock.release instead of del lock"
-
- May 23, 2009
-
-
Nicolas Dumazet authored
The encapsulated watcher alread has a __len__ method for this purpose. Also, repowatcher.watches was never decremented on watch deletions.
-
- May 21, 2009
-
-
Nicolas Dumazet authored
-
Nicolas Dumazet authored
repowatcher.master becomes unnecessary
-
- Jun 13, 2009
-
-
Benoit Boissinot authored
-
Nicolas Dumazet authored
-
- May 25, 2009
-
-
Nicolas Dumazet authored
-