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
Post a Comment