- Mar 02, 2008
-
-
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
-
- Feb 26, 2008
-
-
Thomas Arendsen Hein authored
manifest.tmpl is still used, so people having their own templates don't have to change them. "cmd=manifest" still works, new style URLs are not affected, because they already used "/file/".
-
Thomas Arendsen Hein authored
-
Steve Borho authored
-
- Jan 29, 2008
-
-
Jesse Glick authored
Useful for creating XML documents directly from Hg logging. Can also be used for HTML. For use in content, will escape '&', '<', and for completeness '>' (although it is not strictly necessary). For use in attributes, will also escape ' and ". Will also replace nonprinting (ASCII) control characters with spaces, since these are illegal in XML.
-
- Feb 24, 2008
-
-
Patrick Mezard authored
-
Patrick Mezard authored
- eluding convert.svn.branches defaults to "branches" - convert.svn.branches= disables branches detection - convert.svn.branches=/ is equivalent to former convert.svn.branches=
-
- Feb 21, 2008
-
-
John Mulligan authored
-
- Feb 23, 2008
-
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
- Feb 21, 2008
-
-
Peter Arrenbrecht authored
-
- Feb 22, 2008
-
-
file://localhost/file:///Thomas Arendsen Hein authored
file://localhost/ URLs are generated by Mac OS X API calls like [NSURL fileURLWithPath:]. Imported patch from Paul Bx.
-
- Feb 21, 2008
-
-
Peter Arrenbrecht authored
-
- Feb 22, 2008
-
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
-