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 francismb
Recipients brett.cannon, eric.araujo, ezio.melotti, francismb, nadeem.vawda
Date 2012-02-20.21:11:29
SpamBayes Score 1.0344099e-06
Marked as misclassified No
Message-id <1329772290.76.0.870658398904.issue14053@psf.upfronthosting.co.za>
In-reply-to
Content
The patch is updated. Notice about:
[...]Ideally, it
  should distinguish between this and other errors by checking the
  subprocess's stderr, so that if a different error occurs, we can still
  print out the error message.
[…]
that should be improved as now stderr is ignored in 'mq_changed_files'
(user case: 'no mq extension enabled'). Suggestions are welcome!

> [..] but this is a bit orthogonal.
IMHO the MQ feature works very well for pydev newbies (as I'm) and it's
a good recommendation (it's a taste thing ...)

> The easiest thing to do is to make some changes and use
> "hg diff>  patch.diff" and the devguide should advertise this IMHO.  This also works fine with `make patchcheck`.

There is some small differences between diff, qdiff and status but if one uses MQ then diff isn't enough. One really wants to know the changes from qparent to qtip and using 'status' as proposed I thing that it's the best solution.

Cheers,
francis
History
Date User Action Args
2012-02-20 21:11:30francismbsetrecipients: + francismb, brett.cannon, nadeem.vawda, ezio.melotti, eric.araujo
2012-02-20 21:11:30francismbsetmessageid: <1329772290.76.0.870658398904.issue14053@psf.upfronthosting.co.za>
2012-02-20 21:11:30francismblinkissue14053 messages
2012-02-20 21:11:29francismbcreate