- Mar 06, 2008
-
-
Joel Rosdahl authored
-
Joel Rosdahl authored
-
Joel Rosdahl authored
-
Joel Rosdahl authored
-
Joel Rosdahl authored
-
Joel Rosdahl authored
-
Joel Rosdahl authored
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
-
- Mar 05, 2008
-
-
Peter Arrenbrecht authored
When set, you can find the working dir of the test run as a uniquely named subdirectory of --tmpdir so you can inspect it.
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
This treats newly pulled changes as authoritative, and local changes as the "satellite" changes. The prior default behaviour is still available, via the --switch-parent option.
-
- Mar 03, 2008
-
-
Peter Arrenbrecht authored
tests f857eac30cd5 and 0c2b443fb3c3
-
Jesse Glick authored
-
- Mar 02, 2008
-
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
hg status -qA will now hide untracked files as described in the doc string.
-
- Mar 01, 2008
-
-
Zoran Bosnjak authored
The '-q' flag was ignored in status command. But this flag can be used to hide non-tracked files in hg status output. This small correction makes status command more general, similar to 'svn status', where '-q' flag has the same effect. The '-u' and '-A' flags have priority over '-q'. A testcase and doc-string for status was extended to cover '-q' flag.
-
- Feb 29, 2008
-
-
Brendan Cully authored
-
Brendan Cully authored
Although the docs claim that guess_lexer_for_filename will fall back to using file data, my ubuntu 7.10 pygments library seems to ignore the text argument. So call guess_lexer explicitly on failure.
-
Brendan Cully authored
In this case, there is no initial <span> tag.
-
Brendan Cully authored
-
Dirkjan Ochtman authored
-
Brendan Cully authored
-
Brendan Cully authored
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
-
- Feb 28, 2008
-
-
Marti Raudsepp authored
-
Marti Raudsepp authored
Introduces a subtle parsing difference: dstauthor can now contain '=' characters.
-
Marti Raudsepp authored
The extra rstrip is necessary in case the file has uses different line terminators (i.e. CRLF).
-
Marti Raudsepp authored
-
Thomas Arendsen Hein authored
-
Dirkjan Ochtman authored
The original cvs command was called blame. SVN has both, and other VC systems typically also have this as an alias. Makes things easier for converts.
-
Dirkjan Ochtman authored
This makes the concept easier to relate to similar messages given on pull, and allows for a distinction between heads and (named) branches.
-
- Feb 27, 2008
-
-
Patrick Mezard authored
-
Patrick Mezard authored
Like some renames or copy operations, binary file removal does not generate any "file" or "hunk" action, but was not tagged as such and let iterhunk() assume no hunk was applied for the deleted file.
-
Bryan O'Sullivan authored
-