Wed, 27 Jun 2007 20:37:33 +0200 Disallow short earlygetop option combined with other short options
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 27 Jun 2007 20:37:33 +0200] rev 4732
Disallow short earlygetop option combined with other short options While "hg commit -qRfoo" can be read as "--quiet --repository foo", "hg commit -mRfoo" should be "--message Rfoo".
Wed, 27 Jun 2007 08:35:26 -0700 Fix tgz archival on Windows.
csaba.henk@creo.hu [Wed, 27 Jun 2007 08:35:26 -0700] rev 4731
Fix tgz archival on Windows. Making tgz's on Windows has been broken by 06de65673ec2 due to not being careful enough about binary mode opens.
Tue, 26 Jun 2007 22:38:57 +0200 Updated command tables in commands.py and hgext extensions.
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 26 Jun 2007 22:38:57 +0200] rev 4730
Updated command tables in commands.py and hgext extensions. - Marked for translation where extensions already had _() - Corrected indentation - fixed a few synopsises
Tue, 26 Jun 2007 20:37:15 +0200 Catch illegal boolean values in hgrc nicely.
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 26 Jun 2007 20:37:15 +0200] rev 4729
Catch illegal boolean values in hgrc nicely. With hg 0.9.3 the section and parameter name wasn't printed, with hg 0.9.4 there was a traceback for ValueError.
Tue, 26 Jun 2007 18:39:28 +0200 Added test for earlygetopt fixes (36d23de02da1 and 79cc512a34ed)
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 26 Jun 2007 18:39:28 +0200] rev 4728
Added test for earlygetopt fixes (36d23de02da1 and 79cc512a34ed)
Tue, 26 Jun 2007 18:35:31 +0200 Fix earlygetop for short options with unnecessary spaces removed
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 26 Jun 2007 18:35:31 +0200] rev 4727
Fix earlygetop for short options with unnecessary spaces removed Examples: hg log -qR foo hg log -Rfoo hg log -qRfoo
Tue, 26 Jun 2007 15:28:17 +0200 Fix and test 'hg backout' without or with too many revisions.
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 26 Jun 2007 15:28:17 +0200] rev 4726
Fix and test 'hg backout' without or with too many revisions.
Mon, 25 Jun 2007 21:23:24 -0500 Added signature for changeset fb4b6d5fe100b0886f8bc3d6731ec0e5ed5c4694
Matt Mackall <mpm@selenic.com> [Mon, 25 Jun 2007 21:23:24 -0500] rev 4725
Added signature for changeset fb4b6d5fe100b0886f8bc3d6731ec0e5ed5c4694
Mon, 25 Jun 2007 21:18:19 -0500 Added tag 0.9.4 for changeset fb4b6d5fe100
Matt Mackall <mpm@selenic.com> [Mon, 25 Jun 2007 21:18:19 -0500] rev 4724
Added tag 0.9.4 for changeset fb4b6d5fe100
Mon, 25 Jun 2007 16:35:27 -0700 Update binary installer files. 0.9.4
Bryan O'Sullivan <bos@serpentine.com> [Mon, 25 Jun 2007 16:35:27 -0700] rev 4723
Update binary installer files.
Mon, 25 Jun 2007 15:57:01 -0700 mq: regularize patch header creation.
Brendan Cully <brendan@kublai.com> [Mon, 25 Jun 2007 15:57:01 -0700] rev 4722
mq: regularize patch header creation. Do not prefix qnew patches with [mq]: when a message has been given. Always use [mq]: as the prefix for generated commit messages.
Mon, 25 Jun 2007 18:52:12 -0300 convert: "unknown" is a string
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 25 Jun 2007 18:52:12 -0300] rev 4721
convert: "unknown" is a string
Fri, 08 Jun 2007 16:24:43 +0200 OpenVMS patches
Jean-Francois PIERONNE <jf.pieronne@laposte.net> [Fri, 08 Jun 2007 16:24:43 +0200] rev 4720
OpenVMS patches
Mon, 25 Jun 2007 14:50:25 -0500 fix 'convert' with single commit repositories
Hollis Blanchard <hollisb@us.ibm.com> [Mon, 25 Jun 2007 14:50:25 -0500] rev 4719
fix 'convert' with single commit repositories The attached patch passes the three 'convert' testcases, and also is able to successfully convert the git.git repository.
Mon, 25 Jun 2007 12:44:48 -0500 backout: report short hash in commit message
Matt Mackall <mpm@selenic.com> [Mon, 25 Jun 2007 12:44:48 -0500] rev 4718
backout: report short hash in commit message
Mon, 25 Jun 2007 22:41:15 +0200 New config option: ui.report_untrusted (defaults to True)
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 25 Jun 2007 22:41:15 +0200] rev 4717
New config option: ui.report_untrusted (defaults to True)
Mon, 25 Jun 2007 22:08:10 +0200 Make earlygetopt return a list of all option values, use the last value.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 25 Jun 2007 22:08:10 +0200] rev 4716
Make earlygetopt return a list of all option values, use the last value. This fixes: "hg -R" showing a useful error instead of traceback "hg -R foo --repository bar" using bar instead of foo And provides a way for other users of earlygetopt to accept more than one value.
Sun, 24 Jun 2007 11:17:49 +0200 Fixed sorting inside nearly sorted sections in hgrc.5
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 24 Jun 2007 11:17:49 +0200] rev 4715
Fixed sorting inside nearly sorted sections in hgrc.5
Mon, 25 Jun 2007 11:29:17 -0700 Make changeset_printer respect ui diffopts
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 25 Jun 2007 11:29:17 -0700] rev 4714
Make changeset_printer respect ui diffopts
Mon, 25 Jun 2007 11:13:27 -0700 mq: support qnew -I/-X and file name lists
Brendan Cully <brendan@kublai.com> [Mon, 25 Jun 2007 11:13:27 -0700] rev 4713
mq: support qnew -I/-X and file name lists
Mon, 25 Jun 2007 10:34:53 -0700 Merge with mpm
Brendan Cully <brendan@kublai.com> [Mon, 25 Jun 2007 10:34:53 -0700] rev 4712
Merge with mpm
Mon, 25 Jun 2007 09:49:40 -0700 mq: document that qinit -c may be run later
Brendan Cully <brendan@kublai.com> [Mon, 25 Jun 2007 09:49:40 -0700] rev 4711
mq: document that qinit -c may be run later
Mon, 25 Jun 2007 14:46:20 +0200 gitweb: do not mix shortlog and changelog in summary page.
Markus F.X.J. Oberhumer <markus@oberhumer.com> [Mon, 25 Jun 2007 14:46:20 +0200] rev 4710
gitweb: do not mix shortlog and changelog in summary page.
Mon, 25 Jun 2007 14:46:20 +0200 Add option "hidden" to hgwebdir.
Markus F.X.J. Oberhumer <markus@oberhumer.com> [Mon, 25 Jun 2007 14:46:20 +0200] rev 4709
Add option "hidden" to hgwebdir. TODO: should this option be renamed to 'hide_from_index' or maybe to 'index_ignore' (like Apache's mod_autoindex) ?
Mon, 25 Jun 2007 14:46:20 +0200 Add support for RFC2822 to util.parsedate().
Markus F.X.J. Oberhumer <markus@oberhumer.com> [Mon, 25 Jun 2007 14:46:20 +0200] rev 4708
Add support for RFC2822 to util.parsedate().
Mon, 25 Jun 2007 14:46:20 +0200 Makefile: remove *.pyd files on "make clean".
Markus F.X.J. Oberhumer <markus@oberhumer.com> [Mon, 25 Jun 2007 14:46:20 +0200] rev 4707
Makefile: remove *.pyd files on "make clean".
Mon, 25 Jun 2007 14:46:20 +0200 Makefile: change "make local" to build a fully working local version.
Markus F.X.J. Oberhumer <markus@oberhumer.com> [Mon, 25 Jun 2007 14:46:20 +0200] rev 4706
Makefile: change "make local" to build a fully working local version.
Mon, 25 Jun 2007 11:35:40 -0500 gitweb: hide email addresses in shortlog with |person
Matt Mackall <mpm@selenic.com> [Mon, 25 Jun 2007 11:35:40 -0500] rev 4705
gitweb: hide email addresses in shortlog with |person
Mon, 25 Jun 2007 11:35:14 -0500 Make shortlog the default page in hgweb
Matt Mackall <mpm@selenic.com> [Mon, 25 Jun 2007 11:35:14 -0500] rev 4704
Make shortlog the default page in hgweb
Mon, 25 Jun 2007 11:30:05 -0500 hgweb: improve shortlog formatting
Matt Mackall <mpm@selenic.com> [Mon, 25 Jun 2007 11:30:05 -0500] rev 4703
hgweb: improve shortlog formatting shorten author with |person don't shrink font (default font is presumed to be preferred reading size) set widths based on font ems rather than page percents.
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip