- Oct 09, 2010
-
-
Patrick Mezard authored
patch(1) does silently ignore malformed hunks but this is not something we want to copy.
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Patrick Mezard authored
By now the internal patcher is probably more reliable than anything we might find on the command line.
-
Patrick Mezard authored
-
Patrick Mezard authored
-
kiilerix authored
Use a glob instead of expecting $TESTTMP.
-
Martin Geisler authored
-
Augie Fackler authored
-
Benoit Boissinot authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Benoit Boissinot authored
var and home expansion should be done first.
-
- Aug 17, 2010
-
-
Dan Villiom Podlaski Christiansen authored
This provides two new features: - Mercurial may be installed into a non-standard location without having to set PYTHONPATH. - Multiple installations can use Mercurial from different locations.
-
- Oct 09, 2010
-
-
Brodie Rao authored
-
Brodie Rao authored
-
Dan Villiom Podlaski Christiansen authored
When using a versioned patch repository, you would get a spurious warning when deleting and adding the same patch. Before: $ hg qdelete --keep 3.diff $ hg qimport --existing 3.diff adding 3.diff to series file 3.diff already tracked! After: $ hg qdelete --keep 3.diff $ hg qimport --existing 3.diff adding 3.diff to series file
-
Brodie Rao authored
-
Adrian Buehlmann authored
The testsuite lacks a testcase for the bug introduced in 208fc9ad6a48. This patch amends 301d7626e0ff (which fixed 208fc9ad6a48) by adding a testcase for that bug. With 208fc9ad6a48, test-alias.t (as modified by this patch) fails with "hg tglog: invalid arguments".
-
Dan Villiom Podlaski Christiansen authored
-
Augie Fackler authored
-
Benjamin Pollack authored
-
- Oct 08, 2010
-
-
Martin Geisler authored
-
Martin Geisler authored
-
- Oct 09, 2010
-
-
Nicolas Dumazet authored
When path is too long to be an Unix socket address, we create a socket in a temporary directory and link from the long path to the shorter one. But checks in server code at startup were insufficient in this case, and used to raise an unclear "tried linking .hg/inotify.sock to a temporary socket but .hg/inotify.sock already exists"
-
- Oct 08, 2010
-
-
Nicolas Dumazet authored
-
- Oct 09, 2010
-
-
kiilerix authored
Long tmpdir names caused truncation of subject anyway, and that made $TESTTMP replacement fail.
-
kiilerix authored
-
kiilerix authored
Continued lines can also start with space. Note that this hack also incorrectly patches the diff output.
-
kiilerix authored
Previously no '# ' lines came through the parser. Now only the first '# ' lines are processed, from '# HG changeset patch' and to the first line not starting with '# '.
-
kiilerix authored
test-notify is made a bit more stable by stripping "all" folders away instead of just 3.
-
kiilerix authored
This reduces the number of patterns that must be adjusted when writing tests.
-
kiilerix authored
$HGTMP isn't needed - and if we need something like that then $TESTTMP is more appropriate.
-
kiilerix authored
These nice starts ended up being replaced with globs.
-
kiilerix authored
Many globs now just match $TESTTMP and is no longer needed.
-
kiilerix authored
This reduces the number of patterns that must be adjusted when writing tests.
-
Matt Mackall authored
-
- Oct 04, 2010
-
-
Brodie Rao authored
This ensures the repo config is read relative to the repo root during dispatch.
-
Brodie Rao authored
ui.readconfig() already handles IOError in this case.
-