Thomas Arendsen Hein <thomas@intevation.de> [Fri, 28 Jul 2006 09:00:30 +0200] rev 2714
Fix test-mq-qnew-twice exit code and output.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 18:24:59 -0700] rev 2713
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.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 16:41:59 -0700] rev 2712
mq: move many error messages to util.Abort
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 16:08:56 -0700] rev 2711
mq: do not allow to qnew a patch twice
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 15:53:08 -0700] rev 2710
run-tests.py: skip tests that should not run.
print message when any test is skipped.
count skipped tests.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 15:31:04 -0700] rev 2709
make mq test more portable.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 15:19:58 -0700] rev 2708
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.
Christian Ebert <blacktrash@gmx.net> [Thu, 27 Jul 2006 22:28:03 +0200] rev 2707
patchbomb: optionally send patches as inline attachments
Matt Mackall <mpm@selenic.com> [Thu, 27 Jul 2006 15:20:35 -0500] rev 2706
Fix test permission
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 12:36:17 -0700] rev 2705
merge with crew.
Christian Ebert <blacktrash@gmx.net> [Thu, 27 Jul 2006 21:25:39 +0200] rev 2704
make introductory message of patch series text/plain
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 "-")
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.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 27 Jul 2006 18:53:31 +0200] rev 2701
Merged backout head.
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.
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.
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.
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.
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.
"Mathieu Clabaut <mathieu.clabaut@gmail.com>" [Wed, 26 Jul 2006 20:15:31 +0200] rev 2695
Improve bash_completion for patches in MQ
"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
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 09:14:53 -0700] rev 2693
merge with crew.
"Mathieu Clabaut <mathieu.clabaut@gmail.com>" [Wed, 26 Jul 2006 21:01:36 +0200] rev 2692
Makefile do a chmod +x on test sceanrios
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
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 27 Jul 2006 12:34:02 +0200] rev 2690
merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 27 Jul 2006 12:33:33 +0200] rev 2689
MANIFEST.in fixes
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 27 Jul 2006 02:57:49 +0200] rev 2688
merge with gitweb
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Wed, 26 Jul 2006 20:57:00 -0400] rev 2687
[hgweb] links to shortlog for the default templates
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Wed, 26 Jul 2006 20:26:52 -0400] rev 2686
[hgweb] Shortlog template for default theme
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 27 Jul 2006 02:37:04 +0200] rev 2685
merge gitweb with crew
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Mon, 24 Jul 2006 20:56:30 -0400] rev 2684
[hgweb] Implemented shortlog (gitweb templates only)
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Mon, 24 Jul 2006 20:10:04 -0400] rev 2683
[hgweb] Fixed up gitweb templates
Now the gitweb templates have archive links
Brendan Cully <brendan@kublai.com> [Wed, 26 Jul 2006 12:22:04 -0700] rev 2682
Add mq patch names to tagscache instead of overriding lookup.
This makes mq patch names visible in hg log and hg tags. It also
resolves the names only once, rather than on every lookup.
Lee Cantey <lcantey@gmail.com> [Tue, 25 Jul 2006 17:15:44 -0700] rev 2681
Update Windows and Mac installers to 0.9.1 release
Christian Ebert <blacktrash@gmx.net> [Wed, 26 Jul 2006 14:42:17 +0200] rev 2680
added documentation for to, cc, and bcc addressing
Christian Ebert <blacktrash@gmx.net> [Wed, 26 Jul 2006 14:39:33 +0200] rev 2679
optionally send blind carbon copies
Bcc recipients may be set via long `--bcc' or hgrc only, no prompt.
Christian Ebert <blacktrash@gmx.net> [Wed, 26 Jul 2006 15:21:20 +0200] rev 2678
fix reference to "smtp" section
documentation for "method" has reference to "mail" section.
"mail" section doesn't exist, changed to "smtp".
"Mathieu Clabaut <mathieu.clabaut@gmail.com>" [Wed, 26 Jul 2006 01:03:33 +0200] rev 2677
mq: uniform verbose display of patche[s].
In verbose mode, display:
"index patchname" for unapplied patches
"index cset:patchnames" for applied patches
"index status patchname" in the serie listing.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 26 Jul 2006 08:42:20 +0200] rev 2676
Fixed confused directory changing in test-http.
"Mathieu Clabaut <mathieu.clabaut@gmail.com>" [Tue, 25 Jul 2006 23:10:11 +0200] rev 2675
extdiff : add comment on how to use vim for doing directoy diff
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 25 Jul 2006 13:50:52 -0700] rev 2674
merge.
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 25 Jul 2006 13:50:32 -0700] rev 2673
hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks
all repository classes now have url() method that returns url of repo.
Will Maier <willmaier@ml1.net> [Tue, 25 Jul 2006 10:29:43 -0500] rev 2672
Provide a relevant description for --timeout.
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 25 Jul 2006 21:22:56 +0200] rev 2671
self.root == '/': prefix length computation out of the loop
- put the computation out of the loop
- change the variable to a more meaningful name
Gil <gil@fooplanet.com> [Tue, 25 Jul 2006 11:09:17 -0700] rev 2670
Fix dirstate.walkhelper removing first char of nd when self.root == '/'.
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 25 Jul 2006 17:54:58 +0200] rev 2669
Include all tests/*.py files in the MANIFEST so tests won't fail on tarballs.
This fixes failing test-http-proxy and test-webraw.
FUJIWARA Katsunori <foozy@lares.dti.ne.jp> [Sat, 22 Jul 2006 23:35:16 +0900] rev 2668
Emacs: apply "expand-filename" on "default-directory".
"default-directory" may has home directory("~") relative path in some
runtime environment(or emacs revision ?), so expand-filename is
required.
FUJIWARA Katsunori <foozy@lares.dti.ne.jp> [Sat, 22 Jul 2006 23:30:19 +0900] rev 2667
Emacs: apply kill-local-variable instead of make-local-variable to FORGET
Frank Kingswood <frank@kingswood-consulting.co.uk> [Mon, 24 Jul 2006 23:06:05 -0700] rev 2666
hgweb: Configurable zebra stripes
With this change, you can set
[web]
stripes=3
to get stripes every three lines (a-la fanfold paper), instead of every
line on source and directory listings. The default behaviour is stripes=1
which generates output similar to current, and you can also turn stripes
off by setting it to 0.
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 25 Jul 2006 01:23:31 +0200] rev 2665
prune unwanted files from MANIFEST (backups, object files, etc)
Brendan Cully <brendan@kublai.com> [Thu, 20 Jul 2006 11:52:28 -0700] rev 2664
Add qtip and qbase to mq qlookup.
Brendan Cully <brendan@kublai.com> [Thu, 20 Jul 2006 11:52:28 -0700] rev 2663
Mq: modify repo.lookup to resolve applied patches too.
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 24 Jul 2006 14:36:32 -0700] rev 2662
merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 20 Jul 2006 16:21:07 -0700] rev 2661
status: add -c (clean) and -A (all files) options
also add new localrepo.status what is more uniform than localrepo.changes.
localrepo.changes is deprecated and will go away soon.
Matt Mackall <mpm@selenic.com> [Mon, 24 Jul 2006 17:17:07 -0500] rev 2660
Matt Mackall <mpm@selenic.com> [Mon, 24 Jul 2006 17:13:58 -0500] rev 2659
Matt Mackall <mpm@selenic.com> [Mon, 24 Jul 2006 17:06:39 -0500] rev 2658
Merge with crew
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 24 Jul 2006 13:47:29 -0700] rev 2657
make convert-repo deal with git symbolic refs.
Problem noticed by Sébastien Pierre
Matt Mackall <mpm@selenic.com> [Mon, 24 Jul 2006 11:35:04 -0500] rev 2656
Merge with crew
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 24 Jul 2006 09:22:47 -0700] rev 2655
util.getuser: better comments
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 24 Jul 2006 09:19:25 -0700] rev 2654
util.getuser: raise exception if win32api not available.
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 24 Jul 2006 09:12:16 -0700] rev 2653
merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 24 Jul 2006 09:11:26 -0700] rev 2652
fix windows username problem.
Matt Mackall <mpm@selenic.com> [Sun, 23 Jul 2006 14:00:29 -0500] rev 2651
Merge with crew