- Nov 08, 2010
-
-
kiilerix authored
-
kiilerix authored
-
kiilerix authored
This makes test output less ambiguous. Failing test output will be escaped and marked up if necessary. A Python string-escape compatible encoding is used, but not everything is encoded - especially not \n and \t and '.
-
kiilerix authored
Output chunks without a trailing LF will now work but get (no-eol) appended. This change mostly moves code around so we can handle that an output line starts with data from previous command, followed by salt and the next command.
-
- Nov 05, 2010
-
-
kiilerix authored
9a2de8dae27b made this simple test-test.t succeed silently: $ printf ' $ true' > test-test.t but did not give a usable .err in this case: $ printf ' $ false' > test-test.t The missing LF will now be fixed in the test output and it will thus give a test failure and a solution in the .err file.
-
Steve Losh authored
-
Ronny Pfannschmidt authored
-
- Nov 01, 2010
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Wagner Bruna authored
-
Matt Mackall authored
-
kiilerix authored
There is no tests for this, but the parameter order was obviously wrong.
-
Matt Mackall authored
-
Jens Bäckman authored
-
- Oct 31, 2010
-
-
Chia-Huan Wu authored
-
Yuya Nishihara authored
-
- Oct 30, 2010
-
-
Wagner Bruna authored
-
Matt Mackall authored
-
- Nov 01, 2010
-
-
Patrick Mezard authored
-
Martin Geisler authored
-
Martin Geisler authored
-
- Oct 30, 2010
-
-
Steve Borho authored
-
- Nov 01, 2010
-
-
Martin Geisler authored
This prevents spurious errors when a changeset hash happens to match the port number. Before, this invocation gave a test failure: $ ./run-tests.py test-log.t --port 24427 ERROR: /home/mg/src/mercurial-crew/tests/test-log.t output changed --- /home/mg/src/mercurial-crew/tests/test-log.t +++ /home/mg/src/mercurial-crew/tests/test-log.t.err @@ -626,12 +626,12 @@ $ hg log -b default changeset: 2:c3a4f03cc9a7 - parent: 0:24427303d56f + parent: 0:$HGPORT303d56f user: test date: Thu Jan 01 00:00:00 1970 +0000 summary: commit on default ...
-
- Oct 30, 2010
-
-
Matt Mackall authored
-
Matt Mackall authored
-f 1 shows extra data from revlogv1 (aka revlogng) including flags and size (based on a patch by Pradeepkumar Gayam <in3xes@gmail.com>)
-
- Oct 29, 2010
-
-
Kevin Bullock authored
-
- Oct 30, 2010
-
-
Michael Sperber authored
The p4 command-line client sometimes fails upon doing "p4 describe" when trying to produce a patch. (I'm guessing it's a bug in p4.) However, "hg convert" doesn't even make use of the patch, and it can be elided by adding "-s" to the p4 command line here.
-
Matt Mackall authored
When parentdelta is enabled, we choose the delta that has the minimum distance to its base. Otherwise, base may be sufficiently far away to require a full version, resulting in greatly reduced compression.
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
buildtext stores its result in _addrevision scope to avoid repeated builds cachedelta is already visible
-
Matt Mackall authored
-
- Oct 28, 2010
-
-
Katsunori FUJIWARA authored
-
Wagner Bruna authored
Reviewed formatting fixes from eda77c3e246a.
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
-
- Oct 29, 2010
-
-
Martin Geisler authored
-