I've found some issues with the implementation of Mercurial Queues in the
plugin that prevent it from actually working, a couple of quick tests reveal
the following problems:

qimport doesn't work at all, this seem to be a problem with the command
being issued.  The name of the patch requested is prepended with --name,
which is used to specify the name to import the patch as, not the name of
the patch file to import.

I'd expect qpush to apply the topmost patch when no patch is selected,
instead it does nothing.  Perhaps this is by design, but it's a little
confusing since it differs from the command line behavior.

qpop doesn't seem to work at all.  I have to use qpop all to remove any
patches.

Haven't spent much time with the other commands, but at first glance they
seem to work.  I'm using Mercurial Eclipse 1.4.1286 and Mercurial 1.3.1 from
the Ubuntu package.

-Mike

--

You received this message because you are subscribed to the Google Groups 
"MercurialEclipse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/mercurialeclipse?hl=.


Reply via email to