Patrick Mezard <pmezard@gmail.com> [Thu, 11 Dec 2008 22:59:35 +0100] rev 7507
patch: catch only IOError from makedirs()
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
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
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.
Patrick Mezard <pmezard@gmail.com> [Wed, 10 Dec 2008 17:47:56 +0100] rev 7503
test-convert-cvs-builtincvsps: test debugcvsps command
Frank Kingswood <frank@kingswood-consulting.co.uk> [Wed, 10 Dec 2008 14:02:54 +0000] rev 7502
Add debugcvsps command, replacing cvsps script
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 10 Dec 2008 11:32:31 +0100] rev 7501
merge stable changes, via crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 10 Dec 2008 11:30:11 +0100] rev 7500
merge changes from stable
Christian Ebert <blacktrash@gmx.net> [Tue, 02 Dec 2008 15:31:48 +0100] rev 7499
hgrc 5: fix email.charsets documentation
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.
Brendan Cully <brendan@kublai.com> [Tue, 09 Dec 2008 17:02:52 -0800] rev 7497
Merge with crew-stable
Brendan Cully <brendan@kublai.com> [Tue, 09 Dec 2008 17:01:14 -0800] rev 7496
issue1419: catch strange readline import error on windows
Patrick Mezard <pmezard@gmail.com> [Wed, 10 Dec 2008 00:29:10 +0100] rev 7495
Merge with crew-stable
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.
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.
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
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
David Soria Parra <dsp@php.net> [Sun, 07 Dec 2008 19:34:07 +0100] rev 7490
Merge bookmarks
David Soria Parra <dsp@php.net> [Sun, 07 Dec 2008 19:33:26 +0100] rev 7489
Merge backout
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.
David Soria Parra <dsp@php.net> [Sun, 07 Dec 2008 19:28:09 +0100] rev 7487
Merge backout
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.
David Soria Parra <dsp@php.net> [Sun, 07 Dec 2008 08:47:02 +0100] rev 7485
Merge bookmarks
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
Alexander Solovyov <piranha@piranha.org.ua> [Sat, 06 Dec 2008 14:03:30 +0200] rev 7483
bookmarks: add --only-bookmark option to log
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.
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.
Martin Geisler <mg...@daimi.au.dk> [Thu, 09 Oct 2008 08:49:03 +0200] rev 7480
bookmarks: Include bookmarks in tags.
David Soria Parra <dsp@php.net> [Fri, 05 Dec 2008 11:12:46 +0100] rev 7479
bookmarks: Fix indention
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