Tue, 02 Dec 2008 13:06:17 -0600 Added tag 1.1 for changeset 2a67430f92f1
Matt Mackall <mpm@selenic.com> [Tue, 02 Dec 2008 13:06:17 -0600] rev 7462
Added tag 1.1 for changeset 2a67430f92f1
Tue, 02 Dec 2008 13:05:40 -0600 encoding: normalize some silly encoding names 1.1
Matt Mackall <mpm@selenic.com> [Tue, 02 Dec 2008 13:05:40 -0600] rev 7461
encoding: normalize some silly encoding names
Tue, 02 Dec 2008 19:36:43 +0100 push: use the fast changegroup() path on push
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 02 Dec 2008 19:36:43 +0100] rev 7460
push: use the fast changegroup() path on push The race doesn't happen on push (because the discovery is done in the same hg process), so use the fast path instead.
Mon, 01 Dec 2008 10:45:22 -0500 color: replace effect-specific reset control codes with general purpose one
Brodie Rao <me+hg@dackz.net> [Mon, 01 Dec 2008 10:45:22 -0500] rev 7459
color: replace effect-specific reset control codes with general purpose one
Tue, 02 Dec 2008 10:13:52 -0600 color: Add tests for colorized diff and status output.
Augie Fackler <durin42@gmail.com> [Tue, 02 Dec 2008 10:13:52 -0600] rev 7458
color: Add tests for colorized diff and status output.
Wed, 26 Nov 2008 22:58:07 +0100 diff colorization: finish highlighting trailing whitespace
Georg Brandl <georg@python.org> [Wed, 26 Nov 2008 22:58:07 +0100] rev 7457
diff colorization: finish highlighting trailing whitespace
Tue, 02 Dec 2008 16:46:45 +0100 color: diff colorization
Brodie Rao <me+hg@dackz.net> [Tue, 02 Dec 2008 16:46:45 +0100] rev 7456
color: diff colorization This colorizes diff, qdiff, log -p, outgoing -p, incoming -p, and tip -p.
Wed, 26 Nov 2008 08:58:31 -0500 color: add --color switch
Brodie Rao <me+hg@dackz.net> [Wed, 26 Nov 2008 08:58:31 -0500] rev 7455
color: add --color switch --color works like GNU grep --color. --color=auto only colorizes output for non-dumb terminals that are TTYs.
Mon, 01 Dec 2008 20:10:02 -0800 mq: filter out empty commit messages in qfold
Brendan Cully <brendan@kublai.com> [Mon, 01 Dec 2008 20:10:02 -0800] rev 7454
mq: filter out empty commit messages in qfold
Mon, 01 Dec 2008 20:09:10 -0800 mq: drop copy sources removed during qfold
Brendan Cully <brendan@kublai.com> [Mon, 01 Dec 2008 20:09:10 -0800] rev 7453
mq: drop copy sources removed during qfold (see issue1405)
Mon, 01 Dec 2008 14:06:02 -0800 inotify: do not complain that inotify is not running if autostart is False
Brendan Cully <brendan@kublai.com> [Mon, 01 Dec 2008 14:06:02 -0800] rev 7452
inotify: do not complain that inotify is not running if autostart is False
Mon, 01 Dec 2008 13:38:26 -0800 inotify: close most file descriptors when autostarting
Brendan Cully <brendan@kublai.com> [Mon, 01 Dec 2008 13:38:26 -0800] rev 7451
inotify: close most file descriptors when autostarting Otherwise, operations that autostart while talking to an SSH repository prevent SSH stderr from closing normally. This causes hangs at the end of hg clone or hg pull -u.
Mon, 01 Dec 2008 14:20:20 +0100 hgweb: extend [paths] syntax to match repositories recursively (issue852)
Patrick Mezard <pmezard@gmail.com> [Mon, 01 Dec 2008 14:20:20 +0100] rev 7450
hgweb: extend [paths] syntax to match repositories recursively (issue852) This feature somehow duplicates [collections] but it is simpler to use and has less issues under Windows where using absolute path as configuration file key is not supported. Suggested by Dirkjan Ochtman <dirkjan@ochtman.nl>
Mon, 01 Dec 2008 13:44:34 +0100 help: try topics before commands to avoid "diffs" showing help for diffstat
Georg Brandl <georg@python.org> [Mon, 01 Dec 2008 13:44:34 +0100] rev 7449
help: try topics before commands to avoid "diffs" showing help for diffstat
Mon, 01 Dec 2008 12:11:28 +0100 Fix non-empty $CDPATH causing failed tests.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 01 Dec 2008 12:11:28 +0100] rev 7448
Fix non-empty $CDPATH causing failed tests. If CDPATH contains '.', every cd command prints the target path, which causes additional output in tests and makes them fail.
Sun, 30 Nov 2008 22:51:42 +0100 convert: improve reporting of invalid svn bindings
Patrick Mezard <pmezard@gmail.com> [Sun, 30 Nov 2008 22:51:42 +0100] rev 7447
convert: improve reporting of invalid svn bindings
Sun, 30 Nov 2008 22:01:26 +0100 convert: work around svn.ra.get_files() not releasing input buffer
Patrick Mezard <pmezard@gmail.com> [Sun, 30 Nov 2008 22:01:26 +0100] rev 7446
convert: work around svn.ra.get_files() not releasing input buffer
Sun, 30 Nov 2008 18:38:42 +0100 gitweb: fix graph again after previous faulty commit (1e0677756f60)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 30 Nov 2008 18:38:42 +0100] rev 7445
gitweb: fix graph again after previous faulty commit (1e0677756f60)
Fri, 28 Nov 2008 11:38:41 +0100 Improvement to 14ce129cfcd: Use try/except and pass filename on errors
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 28 Nov 2008 11:38:41 +0100] rev 7444
Improvement to 14ce129cfcd: Use try/except and pass filename on errors Without the second part, the error message would be abort: Is a directory instead of abort: Is a directory: /home/user/.cvspass
Fri, 28 Nov 2008 09:50:30 +0100 gitweb: fix graph display in IE
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 28 Nov 2008 09:50:30 +0100] rev 7443
gitweb: fix graph display in IE
Thu, 27 Nov 2008 10:13:20 +0100 convert: check existence of ~/.cvspass before reading it
Edouard Gomez <ed.gomez@free.fr> [Thu, 27 Nov 2008 10:13:20 +0100] rev 7442
convert: check existence of ~/.cvspass before reading it
Thu, 27 Nov 2008 22:04:51 +0100 convert cvs: Fix branch name parsing
Mads Kiilerich <mads@kiilerich.com> [Thu, 27 Nov 2008 22:04:51 +0100] rev 7441
convert cvs: Fix branch name parsing cvsps version 2.2b1 as found in Fedora 10 outputs the following format: --------------------- PatchSet 1 Date: 2008/11/26 00:59:46 Author: mk Branch: HEAD Tag: (none) Branches: INITIAL Log: Initial revision Members: a:INITIAL->1.1 b/c:INITIAL->1.1 --------------------- The parser overwrote the Branch value with noise from the misparsed Branches value.
Thu, 27 Nov 2008 11:14:43 -0800 Fix test breakage introduced in 07faba78cf5a
Brendan Cully <brendan@kublai.com> [Thu, 27 Nov 2008 11:14:43 -0800] rev 7440
Fix test breakage introduced in 07faba78cf5a
Thu, 27 Nov 2008 11:05:50 -0800 Ignore eclipse droppings
Brendan Cully <brendan@kublai.com> [Thu, 27 Nov 2008 11:05:50 -0800] rev 7439
Ignore eclipse droppings
Thu, 27 Nov 2008 11:04:29 -0800 Add hgcia to hgext
Brendan Cully <brendan@kublai.com> [Thu, 27 Nov 2008 11:04:29 -0800] rev 7438
Add hgcia to hgext
Thu, 27 Nov 2008 18:46:45 +0100 tests: fix test results for 07faba78cf5a
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 27 Nov 2008 18:46:45 +0100] rev 7437
tests: fix test results for 07faba78cf5a
Thu, 27 Nov 2008 17:00:54 +0100 diff: fix obscure off-by-one error in diff -p
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 27 Nov 2008 17:00:54 +0100] rev 7436
diff: fix obscure off-by-one error in diff -p
Thu, 27 Nov 2008 16:07:17 +0100 bundlerepo doesn't really have a dirstate, throw AttributeError if requested
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 27 Nov 2008 16:07:17 +0100] rev 7435
bundlerepo doesn't really have a dirstate, throw AttributeError if requested
Thu, 27 Nov 2008 16:07:13 +0100 kill some trailing spaces
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 27 Nov 2008 16:07:13 +0100] rev 7434
kill some trailing spaces
Thu, 27 Nov 2008 01:35:12 +0100 merge with mpm
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 27 Nov 2008 01:35:12 +0100] rev 7433
merge with mpm
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip