Commiting the delete of a file

SHvD yippy_yay at yahoo.de
Sat Jul 4 06:18:13 CDT 2009


Hi!

I have a folder managed by Mercurial with the following simple structure:

SandboxFolder
               |_>AFile.txt
                    BFile.txt

For the purpose of clarity, I am omitting the files and folders used by
Mercurial.

After setting up my folder in the way described above, I add the files, and
commit:

D:\SandboxFolder>hg add
D:\SandboxFolder>hg commit

I now decide to delete the BFile from my working directory:

D:\SandboxFolder>del BFile.txt

I try to commit this change:

D:\SandboxFolder>hg commit
nothing changed

Which Isn't true: After all, my BFile has been deleted, deletion is the most
radical change there is!

Mercurial knows this, too:

D:\SandboxFolder>hg status
! BFile.txt

But still:
D:\SandboxFolder>hg commit
nothing changed

Can anyone help me here? Thanx!





 










-- 
View this message in context: http://www.nabble.com/Commiting-the-delete-of-a-file-tp24333682p24333682.html
Sent from the Mercurial mailing list archive at Nabble.com.



More information about the Mercurial mailing list