Mon, 23 Mar 2009 10:41:42 +0100 templater: ability to display diffstat for log-like commands
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
Mon, 23 Mar 2009 13:15:57 +0100 templater: use contexts consistently throughout changeset_templater
Alexander Solovyov <piranha@piranha.org.ua> [Mon, 23 Mar 2009 13:15:57 +0100] rev 7878
templater: use contexts consistently throughout changeset_templater
Mon, 23 Mar 2009 13:13:27 +0100 cleanup: whitespace cleanup
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Mon, 23 Mar 2009 13:13:27 +0100] rev 7877
cleanup: whitespace cleanup
Mon, 23 Mar 2009 13:13:11 +0100 cleanup: drop enumerate() when index is not used
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Mon, 23 Mar 2009 13:13:11 +0100] rev 7876
cleanup: drop enumerate() when index is not used
Mon, 23 Mar 2009 13:13:06 +0100 cleanup: drop unused assignments
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Mon, 23 Mar 2009 13:13:06 +0100] rev 7875
cleanup: drop unused assignments
Mon, 23 Mar 2009 13:13:02 +0100 cleanup: drop variables for unused return values
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.
Mon, 23 Mar 2009 13:12:07 +0100 cleanup: drop unused imports
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Mon, 23 Mar 2009 13:12:07 +0100] rev 7873
cleanup: drop unused imports
Mon, 23 Mar 2009 13:12:03 +0100 contrib: add perflog and perftemplating commands to perf extension
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
Mon, 23 Mar 2009 13:12:44 +0100 merge with crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 23 Mar 2009 13:12:44 +0100] rev 7871
merge with crew-stable
Wed, 25 Mar 2009 01:49:03 +0530 Returns lines changed for paths specified as arguments correctly.
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.
Mon, 23 Mar 2009 13:11:11 +0100 cleanup: remove all trailing whitespace
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 23 Mar 2009 13:11:11 +0100] rev 7869
cleanup: remove all trailing whitespace
Mon, 23 Mar 2009 11:12:01 +0100 keepalive: fix reference to IncompleteRead
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Mon, 23 Mar 2009 11:12:01 +0100] rev 7868
keepalive: fix reference to IncompleteRead
Mon, 23 Mar 2009 10:48:45 +0100 merge tools: fix typo in Beyond Compare's 3 command line
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.
Fri, 20 Mar 2009 18:55:20 -0500 Merge with -stable
Matt Mackall <mpm@selenic.com> [Fri, 20 Mar 2009 18:55:20 -0500] rev 7866
Merge with -stable
Fri, 20 Mar 2009 18:49:44 -0500 Fix new CVS test output
Matt Mackall <mpm@selenic.com> [Fri, 20 Mar 2009 18:49:44 -0500] rev 7865
Fix new CVS test output
Fri, 20 Mar 2009 17:58:11 -0500 Added signature for changeset 02981000012e
Matt Mackall <mpm@selenic.com> [Fri, 20 Mar 2009 17:58:11 -0500] rev 7864
Added signature for changeset 02981000012e
Fri, 20 Mar 2009 17:58:04 -0500 Added tag 1.2.1 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
Wed, 18 Mar 2009 09:15:38 -0400 cvsps: recognize and eliminate CVS' synthetic "file added" revisions. 1.2.1
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.
Mon, 09 Mar 2009 21:00:37 -0500 demandimport: blacklist pythoncom
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.
Fri, 20 Mar 2009 14:38:50 -0500 diffstat: use width 80 by default and avoid division by zero
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
Thu, 19 Mar 2009 10:25:13 -0700 Fix for merge changes introduced in rev 9fe7e6acf525
Lee Cantey <lcantey@gmail.com> [Thu, 19 Mar 2009 10:25:13 -0700] rev 7859
Fix for merge changes introduced in rev 9fe7e6acf525
Wed, 18 Mar 2009 17:49:48 +0100 merge with crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 18 Mar 2009 17:49:48 +0100] rev 7858
merge with crew-stable
Wed, 18 Mar 2009 17:49:11 +0100 convert: honor 2.3 compatibility (rsplit)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 18 Mar 2009 17:49:11 +0100] rev 7857
convert: honor 2.3 compatibility (rsplit)
Tue, 17 Mar 2009 13:46:53 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Tue, 17 Mar 2009 13:46:53 -0500] rev 7856
Merge with stable
Tue, 17 Mar 2009 11:34:40 -0400 regression test for issue1552
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.
Tue, 17 Mar 2009 11:47:40 -0400 fetch: do not count inactive branches when inferring a merge
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.
Tue, 17 Mar 2009 13:43:11 -0500 bundlerepo: reintroduce dirstate
Matt Mackall <mpm@selenic.com> [Tue, 17 Mar 2009 13:43:11 -0500] rev 7853
bundlerepo: reintroduce dirstate
Fri, 13 Mar 2009 21:14:57 +0100 exporting patch:
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.
Mon, 16 Mar 2009 17:21:10 -0500 imported patch issue1546-hg-bisect-command-doesn-t-work-with-shell-scripts.patch
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
Mon, 09 Mar 2009 17:13:12 -0500 bisect: fix --command for me.
Augie Fackler <durin42@gmail.com> [Mon, 09 Mar 2009 17:13:12 -0500] rev 7850
bisect: fix --command for me.
Mon, 16 Mar 2009 17:21:06 -0500 atom: fix URLs used in entry GUIDs
Matt Mackall <mpm@selenic.com> [Mon, 16 Mar 2009 17:21:06 -0500] rev 7849
atom: fix URLs used in entry GUIDs
Mon, 16 Mar 2009 16:58:41 -0500 resolve: move reset to localrepo.commit
Matt Mackall <mpm@selenic.com> [Mon, 16 Mar 2009 16:58:41 -0500] rev 7848
resolve: move reset to localrepo.commit This way rebase doesn't leave a stale resolve state
Mon, 16 Mar 2009 16:58:41 -0500 resolve: keep .orig files
Matt Mackall <mpm@selenic.com> [Mon, 16 Mar 2009 16:58:41 -0500] rev 7847
resolve: keep .orig files
Mon, 09 Mar 2009 18:44:44 +0100 test-merge-tools: test ui.merge functionality and selection of internal tools
Mads Kiilerich <mads@kiilerich.com> [Mon, 09 Mar 2009 18:44:44 +0100] rev 7846
test-merge-tools: test ui.merge functionality and selection of internal tools
Thu, 05 Mar 2009 12:58:13 +0200 zeroconf: advertise repositories with hostname
Alexander Solovyov <piranha@piranha.org.ua> [Thu, 05 Mar 2009 12:58:13 +0200] rev 7845
zeroconf: advertise repositories with hostname
Mon, 16 Mar 2009 17:56:50 -0500 Merge with crew
Matt Mackall <mpm@selenic.com> [Mon, 16 Mar 2009 17:56:50 -0500] rev 7844
Merge with crew
Tue, 10 Mar 2009 23:41:37 +0100 i18n: better Danish word for "working directory"
Martin Geisler <mg@daimi.au.dk> [Tue, 10 Mar 2009 23:41:37 +0100] rev 7843
i18n: better Danish word for "working directory"
Tue, 10 Mar 2009 23:32:40 +0100 i18n: add Danish translation for "commit"
Martin Geisler <mg@daimi.au.dk> [Tue, 10 Mar 2009 23:32:40 +0100] rev 7842
i18n: add Danish translation for "commit"
Tue, 10 Mar 2009 23:32:13 +0100 i18n: translated help for all basic commands into Danish
Martin Geisler <mg@daimi.au.dk> [Tue, 10 Mar 2009 23:32:13 +0100] rev 7841
i18n: translated help for all basic commands into Danish
Tue, 10 Mar 2009 23:31:18 +0100 i18n: updated fuzzy Danish translations
Martin Geisler <mg@daimi.au.dk> [Tue, 10 Mar 2009 23:31:18 +0100] rev 7840
i18n: updated fuzzy Danish translations
Tue, 10 Mar 2009 23:30:51 +0100 i18n: merged new strings into Danish translation
Martin Geisler <mg@daimi.au.dk> [Tue, 10 Mar 2009 23:30:51 +0100] rev 7839
i18n: merged new strings into Danish translation
Sat, 07 Mar 2009 23:36:22 +0900 i18n: update Japanese translation to follow bd8f44638847
FUJIWARA Katsunori <foozy@lares.dti.ne.jp> [Sat, 07 Mar 2009 23:36:22 +0900] rev 7838
i18n: update Japanese translation to follow bd8f44638847
Sat, 07 Mar 2009 20:30:20 +0100 merge with -stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 07 Mar 2009 20:30:20 +0100] rev 7837
merge with -stable
Fri, 06 Mar 2009 12:35:48 -0800 Merge with main
Brendan Cully <brendan@kublai.com> [Fri, 06 Mar 2009 12:35:48 -0800] rev 7836
Merge with main
Wed, 04 Mar 2009 23:23:59 +0100 Optimization of pure.base85.b85encode
Mads Kiilerich <mads@kiilerich.com> [Wed, 04 Mar 2009 23:23:59 +0100] rev 7835
Optimization of pure.base85.b85encode This makes pure python base85 encoding 3x faster than before. Now it is only 40x slower than the C version.
Mon, 09 Mar 2009 11:41:38 -0500 Merge with crew-stable
Matt Mackall <mpm@selenic.com> [Mon, 09 Mar 2009 11:41:38 -0500] rev 7834
Merge with crew-stable
Sat, 07 Mar 2009 20:16:03 +0100 verify: find correct first corrupted cset for missing/corrupted revlogs
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 07 Mar 2009 20:16:03 +0100] rev 7833
verify: find correct first corrupted cset for missing/corrupted revlogs
Sat, 07 Mar 2009 20:04:56 +0100 verify: do not abort on fully corrupted revlog
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 07 Mar 2009 20:04:56 +0100] rev 7832
verify: do not abort on fully corrupted revlog
Sat, 07 Mar 2009 00:59:41 +0100 hgweb: fix allow_read permissions when a user is specified
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 07 Mar 2009 00:59:41 +0100] rev 7831
hgweb: fix allow_read permissions when a user is specified Thanks to Juan Pablo Aroztegi for reporting and debugging it.
Thu, 05 Mar 2009 14:53:59 +0100 test-identify: require no-outer-repo
Mads Kiilerich <mads@kiilerich.com> [Thu, 05 Mar 2009 14:53:59 +0100] rev 7830
test-identify: require no-outer-repo The test expects "There is no Mercurial repository here (.hg not found)"
Thu, 05 Mar 2009 10:38:39 +0100 update copyright date in version information
Benoit Allard <benoit@aeteurope.nl> [Thu, 05 Mar 2009 10:38:39 +0100] rev 7829
update copyright date in version information
Thu, 05 Mar 2009 14:44:13 +0800 Typo fix
Dongsheng Song <dongsheng.song@gmail.com> [Thu, 05 Mar 2009 14:44:13 +0800] rev 7828
Typo fix
Wed, 04 Mar 2009 22:56:17 -0600 update copyright in ReadMe.html
Steve Borho <steve@borho.org> [Wed, 04 Mar 2009 22:56:17 -0600] rev 7827
update copyright in ReadMe.html
Fri, 06 Mar 2009 09:15:47 -0600 setup.py: fix version detection for tarball
Matt Mackall <mpm@selenic.com> [Fri, 06 Mar 2009 09:15:47 -0600] rev 7826
setup.py: fix version detection for tarball - don't do version detection if there's no .hg directory - shrink try: clause - don't write __version__.py if version is unknown (we might overwrite the real version)
Wed, 04 Mar 2009 19:04:21 -0600 Added signature for changeset 11efa41037e2
Matt Mackall <mpm@selenic.com> [Wed, 04 Mar 2009 19:04:21 -0600] rev 7825
Added signature for changeset 11efa41037e2
Wed, 04 Mar 2009 19:04:20 -0600 Added tag 1.2 for changeset 11efa41037e2
Matt Mackall <mpm@selenic.com> [Wed, 04 Mar 2009 19:04:20 -0600] rev 7824
Added tag 1.2 for changeset 11efa41037e2
Tue, 03 Mar 2009 21:32:23 +0000 convert: Perforce source for conversion to Mercurial 1.2
Frank Kingswood <frank@kingswood-consulting.co.uk> [Tue, 03 Mar 2009 21:32:23 +0000] rev 7823
convert: Perforce source for conversion to Mercurial
Wed, 04 Mar 2009 18:42:24 -0600 remove tests for long-gone imerge extension
Matt Mackall <mpm@selenic.com> [Wed, 04 Mar 2009 18:42:24 -0600] rev 7822
remove tests for long-gone imerge extension
Wed, 04 Mar 2009 13:06:16 -0600 merge: better error messages to lead users to hg update --clean to abandon merges.
Augie Fackler <durin42@gmail.com> [Wed, 04 Mar 2009 13:06:16 -0600] rev 7821
merge: better error messages to lead users to hg update --clean to abandon merges. Fixes issue1533.
Wed, 04 Mar 2009 17:02:16 -0600 audit: be even pickier (issue1450)
Matt Mackall <mpm@selenic.com> [Wed, 04 Mar 2009 17:02:16 -0600] rev 7820
audit: be even pickier (issue1450)
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip