merge - What does "use 'hg update' to get a consistent checkout" mean? -


i accidentally ran hg update featurebranch while working directory had changes. when asked me resolve merge conflicts on first file, pressed ctrl-c kill command. when try commit error:

abort: last update interrupted (use 'hg update' consistent checkout) 

what mean , how recover situation?

hg update -r . no-op update working branch without changing files , fix error message.

i'm not entirely sure how/why works, if explains accept answer.


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -