[issue444] hg log -p <file> shows all files in changesets

John Levon mercurial-bugs at selenic.com
Fri Dec 8 17:14:25 CST 2006


New submission from John Levon <levon at movementarian.org>:

hg log -p <file> is now showing all files in the diffs instead of
just the file requested. This is a regression:

xenbld:sunos.hg $ hg log -v -r 67ca5dbaab94 >a
xenbld:sunos.hg $ hg log -v -r 67ca5dbaab94 Makefile>b
xenbld:sunos.hg $ diff a b

$ hg --version
Mercurial Distributed SCM (version 9103dab96093+20061118)

Working case:

[moz at pent hg]$ hg log -pr d0db3462d568 hgweb.cgi >a.diff
[moz at pent hg]$ hg log -pr d0db3462d568 >b.diff
[moz at pent hg]$ ls -lh a.diff b.diff
-rw-rw-r--  1 moz moz 816 Dec  8 23:10 a.diff
-rw-rw-r--  1 moz moz 15K Dec  8 23:10 b.diff

----------
messages: 2498
nosy: movement
priority: urgent
status: unread
title: hg log -p <file> shows all files in changesets

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



More information about the Mercurial-devel mailing list