abort: queue top not at same revision as working directory
Marcin Kasperski
Marcin.Kasperski at softax.com.pl
Tue Oct 9 08:56:45 CDT 2007
Dustin Sallings <dustin at spy.net> writes:
> You could update to qbase (qparent? one of those), qpop -a, update
> again, and then qpush
$ hg up -r qbase
4 files updated, 0 files merged, 2 files removed, 0 files unresolved
$ hg qpop -a
abort: queue top not at same revision as working directory
$ hg up -r qparent
13 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ hg qpop -a
abort: queue top not at same revision as working dir
:-((((
Anything else I could try?
> In general, you probably want to qpop -a before doing anything else
> with the repo.
I feel there is some room for Mercurial improvement for this use case
(sync-ed repos with MQ active....)...
More information about the Mercurial
mailing list