[issue14466] Rip out mq instructions

Senthil Kumaran senthil at uthcode.com
Tue Apr 3 12:30:33 CEST 2012


On Tue, Apr 03, 2012 at 08:37:35AM +0000, Ezio Melotti wrote:
> 
> Ezio Melotti <ezio.melotti at gmail.com> added the comment:
> 
> +   hg import --no-commit < mywork.patch
> 
> Is the '<' correct here?

No!. It should just be hg import --no-commit mywork.patch.

I asked around at PyCon to see if there were people using 'mq' just to
know about their workflow and it's advantages. I think only Ned
mentioned that he was using it, but everyone "theoretically" agreed
that it could be useful extension while working on a patch. When it is
not being used by many, I think it is just adding to the confusion by
it's mention in the devguide. +1 to remove it.




More information about the Python-bugs-list mailing list