[issue760] hg status --copies does not work well with --rev
Patrick Mézard
mercurial-bugs at selenic.com
Wed Oct 3 15:59:12 UTC 2007
New submission from Patrick Mézard <pmezard at gmail.com>:
Copies are only detected when referenced by the dirstate. The ability to know a
file used to be named like another in a previous rev may be useful to diff
across revisions. Having a copy/rename aware diff command maybe useful too.
$ hg init
$ echo a > a
$ hg ci -Am t
adding a
$ hg copy a b
$ hg ci -Am t
$ hg st --rev 0 --copies
A b
----------
messages: 4067
nosy: pmezard
priority: bug
status: unread
title: hg status --copies does not work well with --rev
____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue760>
____________________________________________________
More information about the Mercurial-devel
mailing list