Hi,
I have a project folder like this:
project/
cow/
a.java
horse/
b.java
both a.java and b.java were modified. I navigated into horse/, and did:
hg ci
but for some reason even a.java got checked in, even though I was in a different folder, ugh. Is there a way to undo the checkin? I want to leave the files alone, just basically roll back the checkin. I haven't committed it yet or anything.
For the future, what was the right way to do this checkin, local just to horse/ ?
Thanks