Ezio Melotti added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16814>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to