- Jun 16, 2009
-
-
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
-
- Jun 13, 2009
-
-
Nicolas Dumazet authored
When the server crashes, it does not write back on the socket. The message which is then read from the socket is '', which raises a TypeError. Catching TypeError to raise QueryFailed instead.
-
- May 26, 2009
-
-
Nicolas Dumazet authored
split() has nothing to do with the server logic, it does not need to be in the class. Move it on top, next to join() which does the opposite.
-
- Jun 13, 2009
-
-
Benoit Boissinot authored
-
Benoit Boissinot authored
Make what is going on more obvious by explicitely getting the 'closed' attribute from _fp, instead of from the gettatr proxy.
-
- Jun 11, 2009
-
-
Brendan Cully authored
-
Brendan Cully authored
-
Martin Geisler authored
-
Martin Geisler authored
The quotes would go wrong in many places due to differences between asciidoc version 8.2.7 used by Benoit and 8.4.5 used by me. Between those versions asciidoc stopped interpreting the content of `quoted strings`, and so `*` would start bold text in the old version, but do nothing in the new version. To complicate things further, `\*` would escape the bold tag in the old version, but in the new version the backslash was inserted literally into the output (because the backtick quotes it). I've now replaced backticks with non-quoting plusses and escaped backslashes as appropriate.
-
Martin Geisler authored
The so-called "unconstrained quotes" didn't really work, so I reverted them to normal quotes. Tested with asciidoc version 8.2.7 and 8.4.5.
-
- Jun 10, 2009
-
-
timeless developer authored
co-author: Greg Ward <greg-hg@gerg.ca>
-