This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients eric.araujo, ezio.melotti, ned.deily, orsenthil, pitrou, r.david.murray
Date 2012-04-03.10:30:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20120403103033.GA2052@mathmagic>
In-reply-to <1333442255.09.0.811841845127.issue14466@psf.upfronthosting.co.za>
Content
On Tue, Apr 03, 2012 at 08:37:35AM +0000, Ezio Melotti wrote:
> 
> Ezio Melotti <ezio.melotti@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.
History
Date User Action Args
2012-04-03 10:30:41orsenthilsetrecipients: + orsenthil, pitrou, ned.deily, ezio.melotti, eric.araujo, r.david.murray
2012-04-03 10:30:41orsenthillinkissue14466 messages
2012-04-03 10:30:41orsenthilcreate