"hg log -b ." restricts the hg log output to the changesets in the currently active branch.
Other commands (such as "hg outgoing") similarly accept "-b ." to request restricting their operation to the current branch. Also, for anyone that wasn't already aware, "hg update" supports tab completion when switching branches, which can make life a bit easier when working with named branches. Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com