◐ Shell
clean mode source ↗

Message 179414 - Python tracker

> 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.