[PATCH 0 of 1] Fix a small corner of log behaviour

Bryan O'Sullivan bos at serpentine.com
Wed Aug 24 17:44:59 CDT 2005


The log rewrite I posted earlier has the behaviour that if you ran log in
a directory under the repository root, you only got changes at and below 
that directory.  This patch fixes that behaviour.  Now, you get repo-wide
history unless you pass arguments to log, in which case it operates at and
below whatever directory you're in.

Pull from http://www.serpentine.com/hg

	<b
-------------- next part --------------
1 files changed, 6 insertions(+), 1 deletion(-)
mercurial/commands.py |    7 ++++++-


More information about the Mercurial mailing list