Thu, 27 Jul 2006 19:26:01 +0200 reupdate the options after loading the repo
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 27 Jul 2006 19:26:01 +0200] rev 2716
reupdate the options after loading the repo local .hgrc could possibly override them, command line take priority
Fri, 28 Jul 2006 09:00:59 +0200 merge with upstream
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 28 Jul 2006 09:00:59 +0200] rev 2715
merge with upstream
Thu, 27 Jul 2006 15:20:35 -0500 Fix test permission
Matt Mackall <mpm@selenic.com> [Thu, 27 Jul 2006 15:20:35 -0500] rev 2714
Fix test permission
Fri, 28 Jul 2006 09:00:30 +0200 Fix test-mq-qnew-twice exit code and output.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 28 Jul 2006 09:00:30 +0200] rev 2713
Fix test-mq-qnew-twice exit code and output.
Thu, 27 Jul 2006 18:24:59 -0700 mq: fix queue.apply to not call os.chdir()
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 18:24:59 -0700] rev 2712
mq: fix queue.apply to not call os.chdir() call to os.chdir broke "hg -R dirname qpush". instead pass -d (change directory) option to patch command.
Thu, 27 Jul 2006 16:41:59 -0700 mq: move many error messages to util.Abort
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 16:41:59 -0700] rev 2711
mq: move many error messages to util.Abort
Thu, 27 Jul 2006 16:08:56 -0700 mq: do not allow to qnew a patch twice
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 16:08:56 -0700] rev 2710
mq: do not allow to qnew a patch twice
Thu, 27 Jul 2006 15:53:08 -0700 run-tests.py: skip tests that should not run.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 15:53:08 -0700] rev 2709
run-tests.py: skip tests that should not run. print message when any test is skipped. count skipped tests.
Thu, 27 Jul 2006 15:31:04 -0700 make mq test more portable.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 15:31:04 -0700] rev 2708
make mq test more portable.
Thu, 27 Jul 2006 15:19:58 -0700 patchbomb: add content-disposition to make display inline and add filename
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 15:19:58 -0700] rev 2707
patchbomb: add content-disposition to make display inline and add filename if rev being emailed has tag that ends in .patch or .diff then use that as filename. else make up filename from name of repo.
Thu, 27 Jul 2006 22:28:03 +0200 patchbomb: optionally send patches as inline attachments
Christian Ebert <blacktrash@gmx.net> [Thu, 27 Jul 2006 22:28:03 +0200] rev 2706
patchbomb: optionally send patches as inline attachments
Thu, 27 Jul 2006 12:36:17 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 12:36:17 -0700] rev 2705
merge with crew.
Thu, 27 Jul 2006 21:25:39 +0200 make introductory message of patch series text/plain
Christian Ebert <blacktrash@gmx.net> [Thu, 27 Jul 2006 21:25:39 +0200] rev 2704
make introductory message of patch series text/plain
Fri, 21 Jul 2006 01:51:17 -0300 run-tests.py: fix diff output when test-foo.out doesn't exist.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Fri, 21 Jul 2006 01:51:17 -0300] rev 2703
run-tests.py: fix diff output when test-foo.out doesn't exist. Previously, if test-foo.out doesn't exist and test-foo outputs something, the first line of the diff will look like this: -+changeset: 0:0acdaf898367 (note the leading "-")
Fri, 21 Jul 2006 01:51:17 -0300 Allow tests that end in .py and .bat
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Fri, 21 Jul 2006 01:51:17 -0300] rev 2702
Allow tests that end in .py and .bat Revision 6ed46bad9530 disallowed tests that have a '.' in the name, but that also disallows tests that end in .py and .bat, even though run-tests.py has some code to special case them.
Thu, 27 Jul 2006 18:53:31 +0200 Merged backout head.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 27 Jul 2006 18:53:31 +0200] rev 2701
Merged backout head.
Thu, 27 Jul 2006 18:53:10 +0200 Backed out changeset 2ab464771b7d15c60014996d2853efc92cdb8465
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 27 Jul 2006 18:53:10 +0200] rev 2700
Backed out changeset 2ab464771b7d15c60014996d2853efc92cdb8465 - it always runs chmod - uses chmod in an unsafe way - if somebody does a clone of a repo, runs 'make tests', everything is fine, so he can assume the original repo is fine, too, but it is not.
Thu, 27 Jul 2006 09:27:45 -0700 mq: strip should not blow away local changes
Chris Mason <mason@suse.com> [Thu, 27 Jul 2006 09:27:45 -0700] rev 2699
mq: strip should not blow away local changes This changes the mq strip command to abort if there are any changes in the working directory.
Thu, 27 Jul 2006 09:27:42 -0700 mq: fix qnew and qimport to deal with series file comments
Chris Mason <mason@suse.com> [Thu, 27 Jul 2006 09:27:42 -0700] rev 2698
mq: fix qnew and qimport to deal with series file comments qnew and qimport did not take comments into account when deciding where to place new patches in the series file.
Thu, 27 Jul 2006 09:27:39 -0700 mq: qpop should act like quilt pop
Chris Mason <mason@suse.com> [Thu, 27 Jul 2006 09:27:39 -0700] rev 2697
mq: qpop should act like quilt pop qpop patchname would pop the named patch off the stack. This is slightly different from how quilt pop works. quilt pop pops everything up to the named patch.
Thu, 27 Jul 2006 09:27:35 -0700 mq: patch naming shortcuts
Chris Mason <mason@suse.com> [Thu, 27 Jul 2006 09:27:35 -0700] rev 2696
mq: patch naming shortcuts This adds some more options to the mq lookup routine. It allows you to use shortcuts in naming patches to push or pop. You can now use: 1) a full patch name 2) a number to indicate an offset in the series file 3) a unique substring of the patch name 4) patchname[-+]num to indicate an offset from a given patch. For case #3 substrings are allowed. qtip and qbase are aliases for the top and bottom of the applied patch queue, unless they are already in the series file as patch names.
Wed, 26 Jul 2006 20:15:31 +0200 Improve bash_completion for patches in MQ
"Mathieu Clabaut <mathieu.clabaut@gmail.com>" [Wed, 26 Jul 2006 20:15:31 +0200] rev 2695
Improve bash_completion for patches in MQ
Wed, 26 Jul 2006 20:11:54 +0200 MQ: uniformise message and logfile option.
"Mathieu Clabaut <mathieu.clabaut@gmail.com>" [Wed, 26 Jul 2006 20:11:54 +0200] rev 2694
MQ: uniformise message and logfile option. Possibility to change message in qrefresh option
Thu, 27 Jul 2006 09:14:53 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 09:14:53 -0700] rev 2693
merge with crew.
Wed, 26 Jul 2006 21:01:36 +0200 Makefile do a chmod +x on test sceanrios
"Mathieu Clabaut <mathieu.clabaut@gmail.com>" [Wed, 26 Jul 2006 21:01:36 +0200] rev 2692
Makefile do a chmod +x on test sceanrios
Thu, 27 Jul 2006 13:18:21 +0200 email: reflect that recipients are specified as comma-separated list
Christian Ebert <blacktrash@gmx.net> [Thu, 27 Jul 2006 13:18:21 +0200] rev 2691
email: reflect that recipients are specified as comma-separated list
Thu, 27 Jul 2006 12:34:02 +0200 merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 27 Jul 2006 12:34:02 +0200] rev 2690
merge with crew
Thu, 27 Jul 2006 12:33:33 +0200 MANIFEST.in fixes
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 27 Jul 2006 12:33:33 +0200] rev 2689
MANIFEST.in fixes
Thu, 27 Jul 2006 02:57:49 +0200 merge with gitweb
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 27 Jul 2006 02:57:49 +0200] rev 2688
merge with gitweb
Wed, 26 Jul 2006 20:57:00 -0400 [hgweb] links to shortlog for the default templates
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Wed, 26 Jul 2006 20:57:00 -0400] rev 2687
[hgweb] links to shortlog for the default templates
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip