- Feb 29, 2008
-
-
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
-
- Feb 21, 2008
-
-
Gilles Moris authored
Currently, backout is creating a backout revision as a child node of the backed out node and will leave you at this new head. This has several drawbacks: * this changes the current head * when there is a long history between the backed out node and the current head, this will generate a huge number of diffs that are scary at first sight, and not very natural to review before commit. The change consists to switch back to the original node as soon as the backout node (which becomes the new tip) has been created. Then the --merge option can just merge this new tip in the current node. * the current head/node is not changed from the user's point of view * even without using the --merge option, the backout revision is still easy to locate, as this is the tip * the merge is much more intuitive as diffs of the merge is right you are looking to backout
-
Alexis S. L. Carvalho authored
-
Alexis S. L. Carvalho authored
-