Thu, 11 Dec 2008 13:33:35 +0000 convert-cvs: correctly handle Removed replies, fixes bug 1427
Frank Kingswood <frank@kingswood-consulting.co.uk> [Thu, 11 Dec 2008 13:33:35 +0000] rev 7513
convert-cvs: correctly handle Removed replies, fixes bug 1427
Thu, 04 Dec 2008 13:42:47 +0000 Fix test-acl failure on AIX due to read only LOGNAME.
Jim Hague <jim.hague@acm.org> [Thu, 04 Dec 2008 13:42:47 +0000] rev 7512
Fix test-acl failure on AIX due to read only LOGNAME. On AIX /etc/profile sets LOGNAME read only. This causes test-acl to fail when it comes to set LOGNAME in do_push(). Work around this by using env to set LOGNAME and run the command.
Fri, 12 Dec 2008 12:34:57 -0800 Merge with crew
Brendan Cully <brendan@kublai.com> [Fri, 12 Dec 2008 12:34:57 -0800] rev 7511
Merge with crew
Thu, 04 Dec 2008 11:21:31 -0800 Update zsh completion to use debugcomplete -v instead of parsing help
Brendan Cully <brendan@kublai.com> [Thu, 04 Dec 2008 11:21:31 -0800] rev 7510
Update zsh completion to use debugcomplete -v instead of parsing help
Thu, 04 Dec 2008 11:21:15 -0800 Make debugcomplete -v print aliases as well as commands
Brendan Cully <brendan@kublai.com> [Thu, 04 Dec 2008 11:21:15 -0800] rev 7509
Make debugcomplete -v print aliases as well as commands
Thu, 11 Dec 2008 23:36:43 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Thu, 11 Dec 2008 23:36:43 +0100] rev 7508
Merge with crew-stable
Thu, 11 Dec 2008 22:59:35 +0100 patch: catch only IOError from makedirs()
Patrick Mezard <pmezard@gmail.com> [Thu, 11 Dec 2008 22:59:35 +0100] rev 7507
patch: catch only IOError from makedirs()
Thu, 11 Dec 2008 22:59:35 +0100 test-mq-missing: add test for directory creation on git copy
Patrick Mezard <pmezard@gmail.com> [Thu, 11 Dec 2008 22:59:35 +0100] rev 7506
test-mq-missing: add test for directory creation on git copy
Tue, 09 Dec 2008 14:27:47 +0100 When applying a git diff, ensure that the target dir exists for new files
Stefan Rusek <stefan@rusek.org> [Tue, 09 Dec 2008 14:27:47 +0100] rev 7505
When applying a git diff, ensure that the target dir exists for new files
Wed, 10 Dec 2008 16:29:53 +0000 Revise Bugzilla module comments into extension help.
Jim Hague <jim.hague@acm.org> [Wed, 10 Dec 2008 16:29:53 +0000] rev 7504
Revise Bugzilla module comments into extension help. Revise the comments detailing module usage at the start of the Bugzilla extension into extension help text. Expand the detail given on extension settings, in an attempt to permit the user to configure successfully without having to study the extension code. Show a sample configuration as well.
Wed, 10 Dec 2008 17:47:56 +0100 test-convert-cvs-builtincvsps: test debugcvsps command
Patrick Mezard <pmezard@gmail.com> [Wed, 10 Dec 2008 17:47:56 +0100] rev 7503
test-convert-cvs-builtincvsps: test debugcvsps command
Wed, 10 Dec 2008 14:02:54 +0000 Add debugcvsps command, replacing cvsps script
Frank Kingswood <frank@kingswood-consulting.co.uk> [Wed, 10 Dec 2008 14:02:54 +0000] rev 7502
Add debugcvsps command, replacing cvsps script
Wed, 10 Dec 2008 11:32:31 +0100 merge stable changes, via crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 10 Dec 2008 11:32:31 +0100] rev 7501
merge stable changes, via crew-stable
Wed, 10 Dec 2008 11:30:11 +0100 merge changes from stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 10 Dec 2008 11:30:11 +0100] rev 7500
merge changes from stable
Tue, 02 Dec 2008 15:31:48 +0100 hgrc 5: fix email.charsets documentation
Christian Ebert <blacktrash@gmx.net> [Tue, 02 Dec 2008 15:31:48 +0100] rev 7499
hgrc 5: fix email.charsets documentation
Tue, 02 Dec 2008 15:31:33 +0100 notify: no charset conversion when testing
Christian Ebert <blacktrash@gmx.net> [Tue, 02 Dec 2008 15:31:33 +0100] rev 7498
notify: no charset conversion when testing Same as for patchbomb. Make "test" a notifier attribute so we don't have to check the boolean over and over.
Tue, 09 Dec 2008 17:02:52 -0800 Merge with crew-stable
Brendan Cully <brendan@kublai.com> [Tue, 09 Dec 2008 17:02:52 -0800] rev 7497
Merge with crew-stable
Tue, 09 Dec 2008 17:01:14 -0800 issue1419: catch strange readline import error on windows
Brendan Cully <brendan@kublai.com> [Tue, 09 Dec 2008 17:01:14 -0800] rev 7496
issue1419: catch strange readline import error on windows
Wed, 10 Dec 2008 00:29:10 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Wed, 10 Dec 2008 00:29:10 +0100] rev 7495
Merge with crew-stable
Wed, 10 Dec 2008 00:16:12 +0100 util: disable walkrepo() recursive behaviour
Patrick Mezard <pmezard@gmail.com> [Wed, 10 Dec 2008 00:16:12 +0100] rev 7494
util: disable walkrepo() recursive behaviour Revert b1aea76f700 and 268c582bd42a for performances reasons. Traversing checkout working directories may be too expensive.
Tue, 09 Dec 2008 09:58:13 +0000 Fix Bugzilla integration to work with new Bugzilla 3.2.
Jim Hague <jim.hague@acm.org> [Tue, 09 Dec 2008 09:58:13 +0000] rev 7493
Fix Bugzilla integration to work with new Bugzilla 3.2. Bugzilla 3.2 changes the type of all MySQL tables it uses from MyISAM to InnoDB. MyISAM does not support transactions, and performs an implied commit after each update. InnoDB does support transactions, and so exposes a bug where changes to the Bugzilla database were not committed, and so with 3.2 are lost when the database connection closes.
Mon, 08 Dec 2008 20:42:53 +0100 tests: test-walkrepo shouldn't throw SystemExit
Benoit Allard <benoit@aeteurope.nl> [Mon, 08 Dec 2008 20:42:53 +0100] rev 7492
tests: test-walkrepo shouldn't throw SystemExit Write to stdout instead of throwing Exceptions
Sun, 07 Dec 2008 19:59:01 +0100 bookmarks: this is a comment, not a string
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 07 Dec 2008 19:59:01 +0100] rev 7491
bookmarks: this is a comment, not a string
Sun, 07 Dec 2008 19:34:07 +0100 Merge bookmarks
David Soria Parra <dsp@php.net> [Sun, 07 Dec 2008 19:34:07 +0100] rev 7490
Merge bookmarks
Sun, 07 Dec 2008 19:33:26 +0100 Merge backout
David Soria Parra <dsp@php.net> [Sun, 07 Dec 2008 19:33:26 +0100] rev 7489
Merge backout
Sun, 07 Dec 2008 19:31:38 +0100 Backed out changeset 4c3e0ad58c5b
David Soria Parra <dsp@php.net> [Sun, 07 Dec 2008 19:31:38 +0100] rev 7488
Backed out changeset 4c3e0ad58c5b In discussion with mpm and tonfa we decided that we need a more generic solution and not a bookmark specific.
Sun, 07 Dec 2008 19:28:09 +0100 Merge backout
David Soria Parra <dsp@php.net> [Sun, 07 Dec 2008 19:28:09 +0100] rev 7487
Merge backout
Sun, 07 Dec 2008 19:27:57 +0100 Backed out changeset 187a13bd14c6
David Soria Parra <dsp@php.net> [Sun, 07 Dec 2008 19:27:57 +0100] rev 7486
Backed out changeset 187a13bd14c6 In discussion with mpm and tonfa we decided that we need a better rev syntax instead of a bookmark specific solution.
Sun, 07 Dec 2008 08:47:02 +0100 Merge bookmarks
David Soria Parra <dsp@php.net> [Sun, 07 Dec 2008 08:47:02 +0100] rev 7485
Merge bookmarks
Sat, 06 Dec 2008 19:30:20 +0100 bookmarks: do not overwrite bookmarks.current if not necessary
David Soria Parra <dsp@php.net> [Sat, 06 Dec 2008 19:30:20 +0100] rev 7484
bookmarks: do not overwrite bookmarks.current if not necessary If we update to the ref that the bookmarks.current points to, we do not want to update bookmarks.current
Sat, 06 Dec 2008 14:03:30 +0200 bookmarks: add --only-bookmark option to log
Alexander Solovyov <piranha@piranha.org.ua> [Sat, 06 Dec 2008 14:03:30 +0200] rev 7483
bookmarks: add --only-bookmark option to log
Sat, 06 Dec 2008 16:15:59 +0100 bookmarks: Fix tests
David Soria Parra <dsp@php.net> [Sat, 06 Dec 2008 16:15:59 +0100] rev 7482
bookmarks: Fix tests As we merge tags now with bookmarks we have add those tags to the tests.
Sat, 06 Dec 2008 01:10:11 +0100 bookmarks: more git-like branches
David Soria Parra <dsp@php.net> [Sat, 06 Dec 2008 01:10:11 +0100] rev 7481
bookmarks: more git-like branches Bookmarks are not really git branches, but with the track.current option we try to focus more on a git like behavior as this was requested.
Thu, 09 Oct 2008 08:49:03 +0200 bookmarks: Include bookmarks in tags.
Martin Geisler <mg...@daimi.au.dk> [Thu, 09 Oct 2008 08:49:03 +0200] rev 7480
bookmarks: Include bookmarks in tags.
Fri, 05 Dec 2008 11:12:46 +0100 bookmarks: Fix indention
David Soria Parra <dsp@php.net> [Fri, 05 Dec 2008 11:12:46 +0100] rev 7479
bookmarks: Fix indention
Fri, 05 Dec 2008 09:38:17 +0100 bookmarks: Adds support for a --non-bookmarked option to push
Stefan Rusek <stefan@rusek.org> [Fri, 05 Dec 2008 09:38:17 +0100] rev 7478
bookmarks: Adds support for a --non-bookmarked option to push
Sat, 06 Dec 2008 20:17:45 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sat, 06 Dec 2008 20:17:45 +0100] rev 7477
Merge with crew-stable
Sat, 06 Dec 2008 20:10:31 +0100 convert: backout a7492fb2107b
Patrick Mezard <pmezard@gmail.com> [Sat, 06 Dec 2008 20:10:31 +0100] rev 7476
convert: backout a7492fb2107b This change is brain damaged, there is no reason the copyfrom revision of the project items may have any relevance when deciding the revision parent. It is meaningful only when fetching files content. Incorrect converted graph was spotted in pyglet svn repository at: ------------------------------------------------------------------------ r274 | r1chardj0n3s | 2006-12-21 02:02:14 +0100 (Jeu, 21 Dec 2006) | 2 lines Changed paths: A /branches/richard-glx-version (from /trunk:269) M /branches/richard-glx-version/pyglet/window/xlib/__init__.py R /branches/richard-glx-version/tests/test.py (from /trunk/tests/test.py:270) R /branches/richard-glx-version/tools/info.py (from /trunk/tools/info.py:272) R /branches/richard-glx-version/website/get_involved.php (from /trunk/website/get_involved.php:273) Branching to horribly mangle GLX
Sat, 06 Dec 2008 20:07:44 +0100 Rewrite svn tests using svndump
Patrick Mezard <pmezard@gmail.com> [Sat, 06 Dec 2008 20:07:44 +0100] rev 7475
Rewrite svn tests using svndump They are: - faster to run (12s vs 30s in test-convert-svn-branches case) - easier to craft - easier to debug - more portable
Sat, 06 Dec 2008 15:57:11 +0100 use inst.args instead of using __getitem__ directly
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 06 Dec 2008 15:57:11 +0100] rev 7474
use inst.args instead of using __getitem__ directly DeprecationWarning: __getitem__ not supported for exception classes in 3.x; use args attribute
Sat, 06 Dec 2008 15:53:57 +0100 exceptions should inherit the Exception class
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 06 Dec 2008 15:53:57 +0100] rev 7473
exceptions should inherit the Exception class
Sat, 06 Dec 2008 15:40:04 +0100 convert/cvs: do not compare None with int
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 06 Dec 2008 15:40:04 +0100] rev 7472
convert/cvs: do not compare None with int
Sat, 06 Dec 2008 15:37:15 +0100 use repr() instead of backticks
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 06 Dec 2008 15:37:15 +0100] rev 7471
use repr() instead of backticks
Sat, 06 Dec 2008 14:27:31 +0100 use repr() instead of backticks
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 06 Dec 2008 14:27:31 +0100] rev 7470
use repr() instead of backticks
Fri, 05 Dec 2008 22:22:14 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Fri, 05 Dec 2008 22:22:14 +0100] rev 7469
Merge with crew-stable
Tue, 18 Nov 2008 21:46:01 -0600 rebase: add support to keep branch names
Augie Fackler <durin42@gmail.com> [Tue, 18 Nov 2008 21:46:01 -0600] rev 7468
rebase: add support to keep branch names Callback on extra fields added by Patrick Mezard <pmezard@gmail.com>.
Wed, 03 Dec 2008 22:03:05 -0800 Merge with crew
Brendan Cully <brendan@kublai.com> [Wed, 03 Dec 2008 22:03:05 -0800] rev 7467
Merge with crew
Wed, 03 Dec 2008 22:01:34 -0800 Update zsh completion for new help format
Brendan Cully <brendan@kublai.com> [Wed, 03 Dec 2008 22:01:34 -0800] rev 7466
Update zsh completion for new help format
Mon, 01 Dec 2008 13:42:04 +0000 tests: allow cvs import to reorder its filename list
Frank Kingswood <frank@kingswood-consulting.co.uk> [Mon, 01 Dec 2008 13:42:04 +0000] rev 7465
tests: allow cvs import to reorder its filename list Also fix script to generate non-zero length test file b.
Wed, 03 Dec 2008 01:28:33 +0100 re-add +x bit for test-convert-darcs (was missing from 14ed6662af48)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 03 Dec 2008 01:28:33 +0100] rev 7464
re-add +x bit for test-convert-darcs (was missing from 14ed6662af48)
Tue, 02 Dec 2008 13:06:18 -0600 Added signature for changeset 2a67430f92f1
Matt Mackall <mpm@selenic.com> [Tue, 02 Dec 2008 13:06:18 -0600] rev 7463
Added signature for changeset 2a67430f92f1
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
Thu, 27 Nov 2008 01:10:27 +0100 rpm spec: include python egg in rpm
Mads Kiilerich <mads@kiilerich.com> [Thu, 27 Nov 2008 01:10:27 +0100] rev 7432
rpm spec: include python egg in rpm Better complicance with packaging guidelines http://fedoraproject.org/wiki/Packaging/Python http://fedoraproject.org/wiki/Packaging/Python/Eggs
Thu, 27 Nov 2008 01:09:11 +0100 buildrpm: complain when hg command isn't available
Mads Kiilerich <mads@kiilerich.com> [Thu, 27 Nov 2008 01:09:11 +0100] rev 7431
buildrpm: complain when hg command isn't available Before it complained "You are not inside a Mercurial repository!" which wasn't true.
Thu, 27 Nov 2008 00:57:32 +0100 util: use existing never() instead of custom lambda
Mads Kiilerich <mads@kiilerich.com> [Thu, 27 Nov 2008 00:57:32 +0100] rev 7430
util: use existing never() instead of custom lambda
Thu, 27 Nov 2008 00:57:31 +0100 tests: Skip tests if they will fail because of outer repo
Mads Kiilerich <mads@kiilerich.com> [Thu, 27 Nov 2008 00:57:31 +0100] rev 7429
tests: Skip tests if they will fail because of outer repo For different reasons these tests will fail if run in a tmpdir which is in a hg repo. The following three tests assumes no .hg in path dirs - I don't know how to work around that: * test-dispatch explicitly tests for no repo and expects "abort: There is no Mercurial repository here (.hg not found)!" * test-extension expects parentui to be None when not cd'ed to a repo dir * test-globalopts tests that implicit -R works correctly - that could perhaps be done from another repo instead of assuming no repo The following two might be worth investigating further: * test-convert-svn-sink fails for unknown reasons, starting with "abort: unresolved merge conflicts (see hg resolve)" * test-glog gets strange failures when testing "from outer space"
Thu, 27 Nov 2008 00:57:30 +0100 tests: use killdaemons in hgweb tests
Mads Kiilerich <mads@kiilerich.com> [Thu, 27 Nov 2008 00:57:30 +0100] rev 7428
tests: use killdaemons in hgweb tests hgweb tests often failed on my system because the serve port wasn't free when a new hgweb was started; the killed hg wasn't completely dead yet. Now we use killdaemons which waits for the process to die.
Wed, 26 Nov 2008 22:27:37 +0100 util_win32: fix Windows version checking (issue1358)
Patrick Mezard <pmezard@gmail.com> [Wed, 26 Nov 2008 22:27:37 +0100] rev 7427
util_win32: fix Windows version checking (issue1358) shell.SHGetPathFromIDList() segfaults when called in Apache.
Fri, 21 Nov 2008 22:27:11 +0000 Graphlog extension adds a --graph option to log/in/out
Alpar Juttner <alpar@cs.elte.hu> [Fri, 21 Nov 2008 22:27:11 +0000] rev 7426
Graphlog extension adds a --graph option to log/in/out The --graph option shows the ascii revision graph when used in conjunction with the incoming, outgoing or log commands. It also makes sure that incompatible options (e.g. --newest-first) are not used.
Sun, 23 Nov 2008 20:16:29 +0100 tests: disable test-convert-darcs properly for darcs 2
Mads Kiilerich <mads@kiilerich.com> [Sun, 23 Nov 2008 20:16:29 +0100] rev 7425
tests: disable test-convert-darcs properly for darcs 2 The x bit was disabled without notice in 8046f0a070a6
Sun, 23 Nov 2008 18:17:02 +0100 Fix rpmlint warnings
Mads Kiilerich <mads@kiilerich.com> [Sun, 23 Nov 2008 18:17:02 +0100] rev 7424
Fix rpmlint warnings contrib/mercurial.spec:9: W: hardcoded-path-in-buildroot-tag /tmp/build.%{name}-%{version}-%{release} A path is hardcoded in your Buildroot tag. It should be replaced by something like %{_tmppath}/%name-root. contrib/mercurial.spec:31: W: rpm-buildroot-usage %prep rm -rf $RPM_BUILD_ROOT $RPM_BUILD_ROOT should not be touched during %build or %prep stage, as it will break short circuiting.
Sun, 23 Nov 2008 18:16:02 +0100 Make rpm spec less explicit
Mads Kiilerich <mads@kiilerich.com> [Sun, 23 Nov 2008 18:16:02 +0100] rev 7423
Make rpm spec less explicit Fixes: * current buildrpm failing on Fedora because of unexpected zeroconf extensions * unowned directories hgext/*/
Wed, 26 Nov 2008 13:11:08 -0600 Merge with crew
Matt Mackall <mpm@selenic.com> [Wed, 26 Nov 2008 13:11:08 -0600] rev 7422
Merge with crew
Wed, 26 Nov 2008 18:23:35 +0100 Catch both IOError and OSError, fix regression introduced by 8046f0a070a6
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 26 Nov 2008 18:23:35 +0100] rev 7421
Catch both IOError and OSError, fix regression introduced by 8046f0a070a6
Tue, 25 Nov 2008 18:45:08 -0800 inotify: remove unused imports (thanks pyflakes)
Brendan Cully <brendan@kublai.com> [Tue, 25 Nov 2008 18:45:08 -0800] rev 7420
inotify: remove unused imports (thanks pyflakes)
Tue, 25 Nov 2008 18:32:44 -0800 color: don't run status twice for -n
Brendan Cully <brendan@kublai.com> [Tue, 25 Nov 2008 18:32:44 -0800] rev 7419
color: don't run status twice for -n Just cut off the status characters.
Tue, 25 Nov 2008 18:21:00 -0800 color: fix status -n
Brendan Cully <brendan@kublai.com> [Tue, 25 Nov 2008 18:21:00 -0800] rev 7418
color: fix status -n
Tue, 25 Nov 2008 16:30:40 +0100 keyword: do not shadow builtin format (detected by pychecker)
Christian Ebert <blacktrash@gmx.net> [Tue, 25 Nov 2008 16:30:40 +0100] rev 7417
keyword: do not shadow builtin format (detected by pychecker)
Tue, 25 Nov 2008 16:40:54 -0600 hooks: restore io correctly on exception
Jesse Long <jesse@virtualpostman.co.za> [Tue, 25 Nov 2008 16:40:54 -0600] rev 7416
hooks: restore io correctly on exception
Tue, 25 Nov 2008 23:26:33 +0100 protocol: use changegroupsubset() if possible (issue1389)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 25 Nov 2008 23:26:33 +0100] rev 7415
protocol: use changegroupsubset() if possible (issue1389) Due to the fix to the pull race, to avoid sending unnecessary changesets, use changegroupsubset if possible. This will increase the load on the server.
Tue, 25 Nov 2008 16:24:22 -0600 Merge with crew
Matt Mackall <mpm@selenic.com> [Tue, 25 Nov 2008 16:24:22 -0600] rev 7414
Merge with crew
Tue, 25 Nov 2008 23:13:14 +0100 email: add References field in the header
Benoit Allard <benoit@aeteurope.nl> [Tue, 25 Nov 2008 23:13:14 +0100] rev 7413
email: add References field in the header This hopefully helps clients get the threading right.
Tue, 25 Nov 2008 22:52:25 +0100 coal/paper: link to shortlog instead of log from error pages
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 25 Nov 2008 22:52:25 +0100] rev 7412
coal/paper: link to shortlog instead of log from error pages
Tue, 25 Nov 2008 22:40:16 +0100 coal/paper: move actual templates from coal to paper
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 25 Nov 2008 22:40:16 +0100] rev 7411
coal/paper: move actual templates from coal to paper
Tue, 25 Nov 2008 22:53:01 +0100 coal/paper: show branch name in changeset view
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 25 Nov 2008 22:53:01 +0100] rev 7410
coal/paper: show branch name in changeset view
Tue, 25 Nov 2008 21:54:28 +0100 coal/paper: display tags and branch in filelog page
Benoit Allard <benoit@aeteurope.nl> [Tue, 25 Nov 2008 21:54:28 +0100] rev 7409
coal/paper: display tags and branch in filelog page
Tue, 25 Nov 2008 22:32:11 +0100 coal/paper/monoblue: show branch names in hgweb graph
Benoit Allard <benoit@aeteurope.nl> [Tue, 25 Nov 2008 22:32:11 +0100] rev 7408
coal/paper/monoblue: show branch names in hgweb graph
Tue, 25 Nov 2008 22:51:10 +0100 coal/paper: display branch names in log
Benoit Allard <benoit@aeteurope.nl> [Tue, 25 Nov 2008 22:51:10 +0100] rev 7407
coal/paper: display branch names in log
Tue, 25 Nov 2008 17:54:49 +0100 hgweb: support broken IIS 5 behavior with .cgi in PATH_INFO
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 25 Nov 2008 17:54:49 +0100] rev 7406
hgweb: support broken IIS 5 behavior with .cgi in PATH_INFO
Tue, 25 Nov 2008 22:23:17 +0100 manifest: fix _search() corner-case
Patrick Mezard <pmezard@gmail.com> [Tue, 25 Nov 2008 22:23:17 +0100] rev 7405
manifest: fix _search() corner-case It failed when searching the empty string in the null revision.
Mon, 24 Nov 2008 17:16:39 -0800 Improved error message for log --follow
Brendan Cully <brendan@kublai.com> [Mon, 24 Nov 2008 17:16:39 -0800] rev 7404
Improved error message for log --follow Mads Kiilerich notes that the existing message was unclear when a nonexistent file was supplied.
Tue, 25 Nov 2008 01:22:43 +0100 Improve the monoblue theme for hgwebdir
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 25 Nov 2008 01:22:43 +0100] rev 7403
Improve the monoblue theme for hgwebdir
Sat, 22 Nov 2008 00:21:57 -0800 import: add similarity option (issue295)
Brendan Cully <brendan@kublai.com> [Sat, 22 Nov 2008 00:21:57 -0800] rev 7402
import: add similarity option (issue295)
Sun, 23 Nov 2008 18:08:19 -0800 mq: recover more gracefully from interrupted qrefresh (issue1216)
Brendan Cully <brendan@kublai.com> [Sun, 23 Nov 2008 18:08:19 -0800] rev 7401
mq: recover more gracefully from interrupted qrefresh (issue1216)
Sun, 23 Nov 2008 16:07:47 -0800 mq: use atomictempfiles during patch refresh
Brendan Cully <brendan@kublai.com> [Sun, 23 Nov 2008 16:07:47 -0800] rev 7400
mq: use atomictempfiles during patch refresh
Sat, 22 Nov 2008 14:04:42 -0800 mq: create patch header class to abstract header manipulation
Brendan Cully <brendan@kublai.com> [Sat, 22 Nov 2008 14:04:42 -0800] rev 7399
mq: create patch header class to abstract header manipulation
Sun, 23 Nov 2008 00:44:31 -0800 mq: gracefully abort qpush/qgoto to guarded patch (issue1186)
Brendan Cully <brendan@kublai.com> [Sun, 23 Nov 2008 00:44:31 -0800] rev 7398
mq: gracefully abort qpush/qgoto to guarded patch (issue1186)
Fri, 07 Nov 2008 02:47:12 +0100 More verbose logging when filemerge searches for merge-tool
Mads Kiilerich <mads@kiilerich.com> [Fri, 07 Nov 2008 02:47:12 +0100] rev 7397
More verbose logging when filemerge searches for merge-tool Previously it was very hard to find out what was going on when the expected merge tool wasn't used. This patch tries to improve that. hg merge -v now shows which tools were searched for but not found.
Fri, 21 Nov 2008 15:51:40 -0800 templater: return data in increasing chunk sizes
Brendan Cully <brendan@kublai.com> [Fri, 21 Nov 2008 15:51:40 -0800] rev 7396
templater: return data in increasing chunk sizes Currently hgweb is not streaming its output -- it accumulates the entire response before sending it. This patch restores streaming behaviour. To avoid having to synchronously write many tiny fragments, this patch also adds buffering to the template generator. Local testing of a fetch of a 100,000 line file with wget produces a slight slowdown overall (up from 6.5 seconds to 7.2 seconds), but instead of waiting 6 seconds for headers to arrive, output begins immediately.
Sat, 22 Nov 2008 16:57:49 +0100 tests: fix tests broken by 03b60f2f90bf
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 22 Nov 2008 16:57:49 +0100] rev 7395
tests: fix tests broken by 03b60f2f90bf
Thu, 20 Nov 2008 18:15:50 -0800 hgweb (coal/paper): make file, diff and annotate easier to render
Brendan Cully <brendan@kublai.com> [Thu, 20 Nov 2008 18:15:50 -0800] rev 7394
hgweb (coal/paper): make file, diff and annotate easier to render This patch removes tables altogether for file and diff, and removes one column from annotate, making firefox's incremental renderer much faster for large files.
(0) -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip