abort: queue top not at same revision as working directory
Marcin Kasperski
Marcin.Kasperski at softax.com.pl
Fri Oct 5 09:53:45 CDT 2007
Well, when I try hg qpush or hg qpop, I get the following error message:
abort: queue top not at same revision as working directory
What happened? Well, I had some hg repo with mq enabled (and itself
versioned, qinit -c). Developed some patches there.
Then I cloned this repo and patches repo to some other machine,
developed something there and commited.
Then I pulled both repo and patches repo to the original machine and
updated.
And since then I get this message.
I suspect that maybe it has sth to do with the fact that I did not
qpop before pulling main repo. Am I right?
BTW: what is the 'official' way of working in such situation - when
patches repo is cloned? Is it necessary to qpop on both sides before
pull?
More information about the Mercurial
mailing list