- Nov 08, 2010
-
-
kiilerix authored
-
kiilerix authored
-
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 07, 2010
-
-
Patrick Mezard authored
-
Patrick Mezard authored
- Handle 'subset' argument - Stop returning the null rev from p1 and parents, as in the non-dirstate case - Order parents as in the non-dirstate case (ascending revs)
-
- 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.
-
Matt Mackall authored
-
Steve Losh authored
-
Martin Geisler authored
-
Ronny Pfannschmidt authored
-
- Nov 04, 2010
-
-
Kevin Bullock authored
This patch makes the 'set' argument to revset function parents() optional. Like p1() and p2(), if no argument is given, returns the parent(s) of the working directory. Morally equivalent to 'p1()+p2()', as expected.
-
Kevin Bullock authored
This patch makes the 'set' argument to revset functions p1() and p2() optional. If no argument is given, p1() and p2() return the first or second parent of the working directory. If the working directory is not an in-progress merge (no 2nd parent), p2() returns the empty set. For a checkout of the null changeset, both p1() and p2() return the empty set.
-
Adrian Buehlmann authored
- Don't call atomictempfile or nlinks() if the path is malformed (no basename). Let posixfile() raise IOError directly. - atomictempfile already breaks up hardlinks, no need to poke at the file with nlinks() if atomictemp. - No need to copy the file contents to break hardlinks for 'w'rite modes (w, wb, w+, w+b). Unlinking and recreating the file is faster.
-
Christian Ebert authored
-
Matt Mackall authored
-
Martin Geisler authored
-
Martin Geisler authored
-
Erik Zielke authored
Use field list instead of option list in convert help, because the option list format used, with defaults and type of argument is not supported by docutils.
-
Martin Geisler authored
After 0d09991f91ee the hg(1) manpage contains a section with help extracted from the extensions, so we should depend on them too.
-
- Nov 03, 2010
-
-
Christian Ebert authored
Similarly rename variable in kwtemplater.overwrite().
-
- Nov 02, 2010
-
-
Ronny Pfannschmidt authored
-
- Nov 04, 2010
-
-
Steve Borho authored
Changeset descriptions are not guaranteed to have a trailing carriage return.
-
- Nov 03, 2010
-
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Patrick Mezard authored
-
- Oct 21, 2010
-
-
Steve Borho authored
The patch parser goes through all of that trouble extracting the commit message from the patch file. It seems such a waste not to use it.
-
- Nov 02, 2010
-
-
Thomas Arendsen Hein 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
-