[issue2203] Commit does not include added/removed files

Marcel bugs at mercurial.selenic.com
Thu May 20 16:03:46 UTC 2010


New submission from Marcel <marcel_mercurial-bugs at datkan.net>:

Since I upgraded from Mercurial 1.4.1 to 1.5.1 on Debian Testing I get the
problem that Mercurial does not seem to include added and removed files in
the following commit (only modified files). Doing a commit again does
include these files.

What I did, with faked files:

marcelvb at test-mercurial:~/hg-repo$ uname -a
Linux test-mercurial 2.6.32-trunk-amd64 #1 SMP Sun Jan 10 22:40:40 UTC 2010
x86_64 GNU/Linux

marcelvb at test-mercurial:~/hg-repo$ mount
/dev/mapper/test--mercurial-root on / type ext3 (rw,errors=remount-ro)

marcelvb at test-mercurial:~/hg-repo$ hg version
Mercurial Distributed SCM (version 1.5.1)

marcelvb at test-mercurial:~/hg-repo$ hg -v commit --addremove
adding new1.java
adding new2.java
modified1.java
modified2.java
committed changeset 50:28d10e2fdfb3

marcelvb at test-mercurial:~/hg-repo$ hg stat
A new1.java
A new2.java

marcelvb at test-mercurial:~/hg-repo$ hg -v commit --addremove
new1.java
new2.java
committed changeset 51:b3afe9638b99

----------
messages: 12608
nosy: marcelvb
priority: bug
status: unread
title: Commit does not include added/removed files

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


More information about the Mercurial-devel mailing list