0

Im trying to use mercurial for a project that will be developed on some disconnected PCs. I managed to setup the initial repo, and commit. But when I try to push, I get this message:

D:\work\havana2059-dvcs>hg push
pushing to D:\work\havana2059-dvcs
searching for changes
no changes found
waiting for lock on repository D:\work\havana2059-dvcs held by 'serenity:4816'

I have to interrupt it, because it simply stays there. How can I solve this?

  • Possible duplicate of [Mercurial stuck "waiting for lock"](http://stackoverflow.com/questions/12865/mercurial-stuck-waiting-for-lock) – marco.m Feb 05 '17 at 15:59

1 Answers1

2

if you are sure it is supposed to be unlocked, then proceed to manually delete the lock file see Mercurial stuck "waiting for lock"

Community
  • 1
  • 1
arhak
  • 2,282
  • 1
  • 22
  • 37