[issue2329] specific sequence of actions causes "hg ci <file>" to commit all changed files

edgimar bugs at mercurial.selenic.com
Fri Aug 13 10:09:01 UTC 2010


New submission from edgimar <edgimar at gmail.com>:

I have identified that the following sequence of actions repeatably results 
in strange behavior of the commit command:

<make changes in working directory to at least a few different files>
hg shelve
hg qimport -r tip
<modify something -- e.g. one of the files which wasn't changed before the 
shelve>
hg qref
hg qfin -a
hg unshelve
<make a couple more modifications of files>
hg ci <specific file>
---> ALL CHANGED FILES ARE COMMITTED -- not just <specific file>


I am using:
  hg version 1.6.2
  hg attic extension - rev. f9c461574aa7

----------
messages: 13332
nosy: edgimar
priority: bug
status: unread
title: specific sequence of actions causes "hg ci <file>" to commit all changed files

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


More information about the Mercurial-devel mailing list