[Bug 3821] New: Files modified after an update
mercurial-bugs at selenic.com
mercurial-bugs at selenic.com
Wed Feb 13 11:07:55 UTC 2013
http://bz.selenic.com/show_bug.cgi?id=3821
Priority: normal
Bug ID: 3821
CC: mercurial-devel at selenic.com
Assignee: bugzilla at selenic.com
Summary: Files modified after an update
Severity: bug
Classification: Unclassified
OS: Linux
Reporter: pourriel at sbgodin.fr
Hardware: PC
Status: UNCONFIRMED
Version: 2.2.2
Component: Mercurial
Product: Mercurial
Created attachment 1713
--> http://bz.selenic.com/attachment.cgi?id=1713&action=edit
the full output made by the commands
After an update to a previous revset, some files are marked as
modified by the update. I can even commit, even it there's nothing
inside.
Here is an example involving one single file inside a repository you
may know a bit:
$ cd /tmp
$ hg clone http://selenic.com/hg/ mercurial
(...)
$ cd mercurial
(...)
$ hg update 1094
$ hg status
M mercurial/dirstate.py
$ hg diff
(nothing)
$ $ hg --version
Mercurial Distributed SCM (version 2.2.2)
(...)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Mercurial-devel
mailing list