Alexander Solovyov <piranha at piranha.org.ua> [Mon, 23 Mar 2009 10:41:42 +0100] rev 7879
templater: ability to display diffstat for log-like commands
Alexander Solovyov <piranha@piranha.org.ua> [Mon, 23 Mar 2009 13:15:57 +0100] rev 7878
templater: use contexts consistently throughout changeset_templater
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Mon, 23 Mar 2009 13:13:27 +0100] rev 7877
cleanup: whitespace cleanup
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Mon, 23 Mar 2009 13:13:11 +0100] rev 7876
cleanup: drop enumerate() when index is not used
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Mon, 23 Mar 2009 13:13:06 +0100] rev 7875
cleanup: drop unused assignments
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Mon, 23 Mar 2009 13:13:02 +0100] rev 7874
cleanup: drop variables for unused return values
They are unnecessary. I did leave them in localrepo.py where there is
something like:
_junk = foo()
_junk = None
to free memory early. I don't know if just `foo()` will free the return
value as early.
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Mon, 23 Mar 2009 13:12:07 +0100] rev 7873
cleanup: drop unused imports
Alexander Solovyov <piranha@piranha.org.ua> [Mon, 23 Mar 2009 13:12:03 +0100] rev 7872
contrib: add perflog and perftemplating commands to perf extension
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 23 Mar 2009 13:12:44 +0100] rev 7871
merge with crew-stable
madhu@madhu [Wed, 25 Mar 2009 01:49:03 +0530] rev 7870
Returns lines changed for paths specified as arguments correctly.
This fixes issue 1569. hg churn <path> now returns only the number
of lines changed in the path, if the path is specified by filtering
files through a match filter at the changeset level. test-churn
has been updated to take care of this issue.
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 23 Mar 2009 13:11:11 +0100] rev 7869
cleanup: remove all trailing whitespace
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Mon, 23 Mar 2009 11:12:01 +0100] rev 7868
keepalive: fix reference to IncompleteRead
Pascal Quantin <pascal.quantin@gmail.com> [Mon, 23 Mar 2009 10:48:45 +0100] rev 7867
merge tools: fix typo in Beyond Compare's 3 command line
Fix a typo error preventing 'base' to be displayed properly.
Matt Mackall <mpm@selenic.com> [Fri, 20 Mar 2009 18:55:20 -0500] rev 7866
Merge with -stable
Matt Mackall <mpm@selenic.com> [Fri, 20 Mar 2009 18:49:44 -0500] rev 7865
Fix new CVS test output
Matt Mackall <mpm@selenic.com> [Fri, 20 Mar 2009 17:58:11 -0500] rev 7864
Added signature for changeset 02981000012e
Matt Mackall <mpm@selenic.com> [Fri, 20 Mar 2009 17:58:04 -0500] rev 7863
Added tag 1.2.1 for changeset 02981000012e
Greg Ward <greg-hg@gerg.ca> [Wed, 18 Mar 2009 09:15:38 -0400] rev 7862
cvsps: recognize and eliminate CVS' synthetic "file added" revisions.
Steve Borho <steve@borho.org> [Mon, 09 Mar 2009 21:00:37 -0500] rev 7861
demandimport: blacklist pythoncom
win32com.shell would segfault at import time if pythoncom
was demand loaded.
Matt Mackall <mpm@selenic.com> [Fri, 20 Mar 2009 14:38:50 -0500] rev 7860
diffstat: use width 80 by default and avoid division by zero
Lee Cantey <lcantey@gmail.com> [Thu, 19 Mar 2009 10:25:13 -0700] rev 7859
Fix for merge changes introduced in rev 9fe7e6acf525
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 18 Mar 2009 17:49:48 +0100] rev 7858
merge with crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 18 Mar 2009 17:49:11 +0100] rev 7857
convert: honor 2.3 compatibility (rsplit)
Matt Mackall <mpm@selenic.com> [Tue, 17 Mar 2009 13:46:53 -0500] rev 7856
Merge with stable
Benjamin Pollack <benjamin@bitquabit.com> [Tue, 17 Mar 2009 11:34:40 -0400] rev 7855
regression test for issue1552
Ensures that fetch correctly infers what to merge when pulling a
repository with inactive branches.
Benjamin Pollack <benjamin@bitquabit.com> [Tue, 17 Mar 2009 11:47:40 -0400] rev 7854
fetch: do not count inactive branches when inferring a merge
The fetch extension would erroneously consider inactive branches when
inferring which branches to merge. It now considers only active
branches.
Matt Mackall <mpm@selenic.com> [Tue, 17 Mar 2009 13:43:11 -0500] rev 7853
bundlerepo: reintroduce dirstate
Michael Springmann <michael.springmann@unibas.ch> [Fri, 13 Mar 2009 21:14:57 +0100] rev 7852
exporting patch:
Fixed behavior of revsplit for branch names including the @-symbol.
Matt Mackall <mpm@selenic.com> [Mon, 16 Mar 2009 17:21:10 -0500] rev 7851
imported patch issue1546-hg-bisect-command-doesn-t-work-with-shell-scripts.patch
Augie Fackler <durin42@gmail.com> [Mon, 09 Mar 2009 17:13:12 -0500] rev 7850
bisect: fix --command for me.