hg reporting files as modified when they are not
Benoit Boissinot
bboissin at gmail.com
Thu Sep 18 17:34:02 CDT 2008
On Thu, Sep 18, 2008 at 9:00 AM, Remy Blank <remy.blank at pobox.com> wrote:
>
> I seems that this is not consistently the case. If I just plain "hg up" to
> revision 0, no changes are reported by "hg st". If I modify a file to its
> content at the revision I will update to before updating, that file is
> reported as modified. But in both cases, the real state of the repository is
> exactly the same.
The content of the working directory is merged, so maybe it's a bug
during the merge
where the dirstate is incorrectly updated (or the file is incorrectly merged).
Which version is it ? Can you open a bug in the bts ?
regards,
Benoit
More information about the Mercurial
mailing list