graph view does not show lines with ---

Matt Mackall mpm at selenic.com
Tue Dec 1 14:48:13 CST 2009


On Tue, 2009-12-01 at 02:52 -0800, Fabian wrote:
> Moi!
> 
> > Would you mind providing a small sequence of (bash/hg) commands, to
> > reproduce the issue you're describing?
> 
> Sure, though there is not much to script:
> 
> mkdir testcase; cd testcase
> echo -e "foo\n---*/\n" >file
> hg init
> hg commit -A -m create
> echo >file
> hg commit -m "delete comment"
> hg view
> 
> ----
> Filtering the +++ / --- in diff headers sounds like a likely cause to
> me. :)

Almost certainly.

Unfortunately, the hgk extension is more or less unmaintained at this
point, so some interested party will have to dive into it if they want
this fixed.

-- 
http://selenic.com : development and support for Mercurial and Linux




More information about the Mercurial-devel mailing list