graph view does not show lines with ---

Fabian bona+google at fabian-kreutz.de
Tue Dec 1 04:52:58 CST 2009


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. :)

Bye, Fabian


More information about the Mercurial-devel mailing list