[issue1775] hg log -fp stops showing patches after first rename

Danek Duvall mercurial-bugs at selenic.com
Thu Jul 30 18:21:31 UTC 2009


New submission from Danek Duvall <danek.duvall at sun.com>:

When running "hg log -fp" on a file that has multiple renames or copies in
its history, diffs are shown up until and including the changeset where the
latest name change took place, but no diffs after that.

I'm not sure if such an example exists in the hg repo, but the pkg(5) repo
has a ready example:

    hg clone ssh://anon@hg.opensolaris.org/hg/pkg/gate pkg5
    cd pkg5
    hg log -fp --git src/util/distro-import/120/SUNWfixes.pkginfo

You'll note that there's a diff at changeset 1270 (empty of change, just the
rename), but none of the changes after (before, in repo time) that show up.

----------
messages: 10255
nosy: dduvall
priority: bug
status: unread
title: hg log -fp stops showing patches after first rename
topic: log

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://mercurial.selenic.com/bts/issue1775>
____________________________________________________



More information about the Mercurial-devel mailing list