[Bug 3988] New: Tagging commits to .hgtags leaving a dirty working directory

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Thu Jul 18 04:38:31 CDT 2013


http://bz.selenic.com/show_bug.cgi?id=3988

          Priority: normal
            Bug ID: 3988
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: Tagging commits to .hgtags leaving a dirty working
                    directory
          Severity: bug
    Classification: Unclassified
                OS: Windows
          Reporter: gideon at accursoft.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 2.6
         Component: Mercurial
           Product: Mercurial

If I tag with a dirty working directory, mercurial updates .hgtags and commits
it, without warning about uncommitted changes. This can be demonstrated with:

hg init foo
cd foo
echo foo>foo
hg add foo
hg ci -m foo
echo bar>foo
hg tag foo
hg st
hg log

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list