hg push with mq applied

Robin Farine robin.farine at terminus.org
Fri May 25 02:38:35 CDT 2007


Hi,

On Thu May 24 2007 19:47, Bernd Schubert wrote:

> I'm adding patches to a project and I'm doing this on my local
> disk. In order store this to save (backuped) storage I would like
> to push everything to the backuped dir,  but this fails with
>
> abort: source has mq patches applied
>
> Well I know that it has mq patches applied and I would like to
> push these patches as well.

But what happens when later you make changes to some of the patches 
and try to push again ?

> Any idea what I should do?

If you want to keep the changes in a patch queue, in my opinion it's 
good Hg does not allow to push the associated change sets. You can 
push the repo without patches and rsync the patch queue. But if you 
consider these changes as permanent, you can

  hg qdel [-k] -r qbase

before the push.

Robin


More information about the Mercurial mailing list