- Dec 13, 2006
-
-
Matt Mackall authored
-
Matt Mackall authored
-
- Dec 12, 2006
-
-
Matt Mackall authored
We were aborting if the copied from rev was before the cut-off limit, rather than the copied _to_ rev. The copied from rev can be arbitrarily old.
-
Brendan Cully authored
-
Thomas Arendsen Hein authored
-
Benoit Boissinot authored
-
Brendan Cully authored
-
Brendan Cully authored
-
- Dec 11, 2006
-
-
Thomas Arendsen Hein authored
b2ae81a7df29 already implemented this for branch merges.
-
Thomas Arendsen Hein authored
- "import os" was missing in hgwebdir.cgi, added to comments for both script. - HGENCODING has to be set before importing hgweb, otherwise you'll get mixed encoding in changelog vs. file content/diffs. - "import sys" is only needed when changing sys.path - document purpose of cgitb.
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
- Dec 10, 2006
-
-
Matt Mackall authored
-
Alexis S. L. Carvalho authored
-
Thomas Arendsen Hein authored
Otherwise people getting an error message with an old installation might wonder why this file is corrupted.
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
- Nov 20, 2006
-
-
Mathieu Clabaut authored
Addition of the -m and -l options for hg import. 'hg tag' still lacks the --logfile option which short form conflicts with its --local option.
-
- Dec 10, 2006
-
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Matt Mackall authored
-
- Dec 01, 2006
-
-
Benoit Boissinot authored
-
- Dec 09, 2006
-
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
- Dec 10, 2006
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
This will catch some tricky problems with tools and setup.
-
Matt Mackall authored
-
Matt Mackall authored
-
- Dec 09, 2006
-
-
Matt Mackall authored
default to ASCII abort if unknown encoding wrap abort strings with _ add test
-
Benoit Boissinot authored
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
OSErrors will already be handled in the outside try/except.
-
Thomas Arendsen Hein authored
- Use koi8-r instead of euc-jp, as the later isn't available in python2.3. - Add unicode representation for latin1 e', too. - Use date "1000000 0" like in other tests (though not strictly needed because we no longer use %c as default datestr format).
-
Thomas Arendsen Hein authored
and simplify the expression.
-