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 ezio.melotti
Recipients chris.jerdonek, eric.araujo, ezio.melotti, georg.brandl, orsenthil, r.david.murray, sandro.tosi, tshepang
Date 2013-01-09.06:27:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357712864.71.0.329384080589.issue16814@psf.upfronthosting.co.za>
In-reply-to
Content
> I frequently go back and forth between `make html` and `hg diff`.

Mercurial commands work on the whole repo, regardless on the dir you are in (unlike SVN ones).  That's why I usually just cd in Doc/ and do everything (opening files with editor/browser, make *, hg *) from there.  Even when I prepare a patch I can do `hg di > ../patch.diff` if I want it in the root.

I don't think there's any harm in mentioning briefly `make -C Doc html` though.
History
Date User Action Args
2013-01-09 06:27:44ezio.melottisetrecipients: + ezio.melotti, georg.brandl, orsenthil, eric.araujo, r.david.murray, sandro.tosi, chris.jerdonek, tshepang
2013-01-09 06:27:44ezio.melottisetmessageid: <1357712864.71.0.329384080589.issue16814@psf.upfronthosting.co.za>
2013-01-09 06:27:44ezio.melottilinkissue16814 messages
2013-01-09 06:27:44ezio.melotticreate