abort: queue top not at same revision as working directory
Dustin Sallings
dustin at spy.net
Tue Oct 9 12:22:30 CDT 2007
On Oct 9, 2007, at 6:56 , Marcin Kasperski wrote:
> $ 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
Er, qtip. It makes more sense if you look at the log. There are a
bunch of tags mq adds and I don't generally pay much attention to
them because I've got scripts that deal with all that for me.
>> 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....)...
Yes. Cloning seems broken, and it's likely that none of the
commands should touch queues by default.
--
Dustin Sallings
More information about the Mercurial
mailing list