- Jul 17, 2007
-
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
This is now invoked by default only if ui.patch is set. Otherwise, we use our built-in patch. If that fails because it can't find any valid hunks, we'll fall back to trying the external patch command.
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
The original repo is http://oss.oracle.com/mercurial/mason/mpatch
-
Alexis S. L. Carvalho authored
-
Alexis S. L. Carvalho authored
Right now the backends assume we're working in UTF-8 and there's no good way to ignore the encoding when adding revisions.
-
Alexis S. L. Carvalho authored
The only reason to use the matcher code instead of calling util.canonpath directly is to be able to use "path:canonical/path/to/file" patterns.
-
Thomas Arendsen Hein authored
-
Bryan O'Sullivan authored
This also fixes an asymmetry bug in which we called the pretag hook if we were going to create a local tag, but didn't call the tag hook afterwards.
-
Bryan O'Sullivan authored
-
- Jul 16, 2007
-
-
Bryan O'Sullivan authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Bryan O'Sullivan authored
-
- Jul 15, 2007
-
-
Thomas Arendsen Hein authored
-
Patrick Mezard authored
-
Matt Mackall authored
If one side's revision is identical to the ancestor, we skip the rest of the copy detection logic.
-
Thomas Arendsen Hein authored
Adjusted the documentation for this and for the fact that the destionation is created even if a name is specified.
-
Patrick Mezard authored
-
- Jul 14, 2007
-
-
Patrick Mezard authored
hghave detects system features like symlinks availability at run-time. Tests can be skipped by starting them with: "$TESTDIR/hghave" symlink || exit 80 The 80 exit status triggers hghave output handling by run-tests.py. Also, tests output can be locally patched on the fly to match reference output.
-
Patrick Mezard authored
-
Matt Mackall authored
-
Matt Mackall authored
-
- Jul 09, 2007
-
-
Giorgos Keramidas authored
-
- Jul 12, 2007
-
-
Jesse Glick authored
-
- Jul 14, 2007
-
-
jon christopher authored
hg-version-other window is unimplemented in mercurial.el. The version below works for me, YMMV.
-
- Jul 06, 2007
-
-
Christian Ebert authored
-
- Jul 13, 2007
-
-
Brendan Cully authored
-
Wesley J. Landaker authored
Instead of each place in hgweb_mod that needs to check for SSL or get the protocol scheme (http vs. https) doing it ad-hoc, make them just look at the wsgi.url_scheme which because of previous patches is now always set correctly.
-
Brendan Cully authored
-
- Jul 12, 2007
-
-
Wesley J. Landaker authored
This fixes the bug where hg serve with SSL will always detect the wrong urlbase for templates. This is also part of unifying the CGI interface and hg serve interface to both use standard wsgi.
-
Wesley J. Landaker authored
Some servers send on/off, 0/1, yes/no, and may be upper or lower case. This fix will handle all of those permutations. It was inspired by the detection done in in some other wsgi python web applications I looked at.
-
- Jul 11, 2007
-
-
Alexis S. L. Carvalho authored
-
- Jul 10, 2007
-
-
Wesley J. Landaker authored
-
- Jul 11, 2007
-
-
Brendan Cully authored
-
Brendan Cully authored
-
Brendan Cully authored
-
- Jul 10, 2007
-
-
Brendan Cully authored
-
Brendan Cully authored
-