Mon, 15 Dec 2008 12:02:18 -0800 inotify: do not attempt to monkeypatch bundlerepos
Brendan Cully <brendan@kublai.com> [Mon, 15 Dec 2008 12:02:18 -0800] rev 7522
inotify: do not attempt to monkeypatch bundlerepos
Sun, 14 Dec 2008 23:05:18 -0800 Merge with crew-stable
Brendan Cully <brendan@kublai.com> [Sun, 14 Dec 2008 23:05:18 -0800] rev 7521
Merge with crew-stable
Fri, 05 Dec 2008 14:51:50 +0100 patch: simplify linereader
Bartosz SKOWRON <getxsick@gmail.com> [Fri, 05 Dec 2008 14:51:50 +0100] rev 7520
patch: simplify linereader
Sun, 14 Dec 2008 18:13:41 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 14 Dec 2008 18:13:41 +0100] rev 7519
Merge with crew-stable
Sat, 13 Dec 2008 13:28:20 +0100 merge with -stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 13 Dec 2008 13:28:20 +0100] rev 7518
merge with -stable
Sun, 14 Dec 2008 23:04:29 -0800 patch: handle git patches that remove symlinks (issue1438)
Brendan Cully <brendan@kublai.com> [Sun, 14 Dec 2008 23:04:29 -0800] rev 7517
patch: handle git patches that remove symlinks (issue1438)
Sun, 14 Dec 2008 17:35:19 +0100 context: enforce memctx.files() unicity
Patrick Mezard <pmezard@gmail.com> [Sun, 14 Dec 2008 17:35:19 +0100] rev 7516
context: enforce memctx.files() unicity localrepo.commitctx() expects changed files lists to contain unique items and does not sort itself. Passing duplicates makes them evaluated more than once and changes the committed changelog id.
Sat, 13 Dec 2008 18:32:29 +0100 store: encode trailing period and space on directory names (issue1417)
Adrian Buehlmann <adrian@cadifra.com> [Sat, 13 Dec 2008 18:32:29 +0100] rev 7515
store: encode trailing period and space on directory names (issue1417) Windows won't create directories with names ending in period or space, so we encode the last period/space character in directory names of non-hashed paths in the store using reversible ~xx encoding (' ' -> '~20', '.' -> '~2e'). With this change it is possible to remove a directory ending in period or space that was inadvertantly checked in on a linux system while still being able to clone such a repository with its full history to Windows (see also issue793).
Sat, 13 Dec 2008 17:39:56 +0100 store: don't create dirs ending in period or space for hashed paths (issue1417)
Adrian Buehlmann <adrian@cadifra.com> [Sat, 13 Dec 2008 17:39:56 +0100] rev 7514
store: don't create dirs ending in period or space for hashed paths (issue1417) Windows won't create directories with names ending in period or space, so we replace the last period/space character in truncated directory names of hashed paths with some other character (underbar).
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
(0) -3000 -1000 -300 -100 -48 +48 +100 +300 +1000 +3000 +10000 +30000 tip