- Jun 19, 2009
-
-
Dirkjan Ochtman authored
-
Peter Arrenbrecht authored
Changes graph() to colorededges(), which operates on the new generic DAG walks and adds color and edge information needed by the web graph. This is in preparation of adding DAG walk filters, like the linear run collapser in the next patch. The idea is to have a bunch of changelog walkers that return basic data. Then we can filter this data. Finally we add edge and formatting info suitable for the output media we want to target (glog, hgweb).
-
- May 16, 2009
-
-
Peter Arrenbrecht authored
-
- Jun 19, 2009
-
-
Peter Arrenbrecht authored
-
- May 16, 2009
-
-
Peter Arrenbrecht authored
-
Peter Arrenbrecht authored
-
- Jun 19, 2009
-
-
Peter Arrenbrecht authored
-
Peter Arrenbrecht authored
-
- May 14, 2009
-
-
Peter Arrenbrecht authored
-
- Jun 19, 2009
-
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
- Jun 18, 2009
-
-
Matt Mackall authored
This create foo.{local,other,base} files for people to manually merge files while littering their working directory.
-
Matt Mackall authored
-
Frank Kingswood authored
Convert now handles errors from p4 during conversion more gracefully. If keyword expansion is enabled in a P4 file then keywords will be unexpanded in hg. Added testcase for p4 filetypes and keyword (un)expansion. This testcase ignores UTF and Apple files to avoid binary data. Edited by pmezard: fixed collation issue on OSX
-
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
-