[issue732] hg log --follow shows history for removed plus new file with same name

Paul Sterk mercurial-bugs at selenic.com
Fri Sep 7 16:44:51 CDT 2007


New submission from Paul Sterk <paul.sterk at sun.com>:

To duplicate:

Add and commit a file (e.g., 'test')
Remove and commit 'test'.
Add and commit new file called 'test' that is unrelated to first 'test' file.
Execute hg log -f test

Expected result: to see file history for just the new 'test' file.  
Current result: you see combined file history for both old and new 'test' files.

----------
messages: 3980
nosy: psterk
priority: urgent
status: unread
title: hg log --follow shows history for removed plus new file with same name

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



More information about the Mercurial-devel mailing list