いくつかのリビジョンをキューにインポートし、それらすべてをポップしようとしました。残念ながら、同じリポジトリにアクセスしている他のMercurialクライアントによると、hg qpop -a
正常に完了しませんでした。
> hg qpop -a
popping 115.diff
popping 114.diff
popping 113.diff
popping 112.diff
popping 111.diff
abort: The process cannot access the file because it is being used by
another process
C:\Program Files (x86)\Mercurial\library.zip\mercurial\dispatch.py:217:
DeprecationWarning: use lock.release instead of del lock
これで、パッチを元に戻すことができなくなりました。Mercurialは常に「不明なノード」について不平を言います。
> hg qpush -a
mq status file refers to unknown node b6fb614866f1
abort: working directory revision is not qtip
これはどういう意味で、この問題をどのように解決できますか?