Sun, 01 Jul 2007 19:19:42 +0200 Merge with crew-stable
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 01 Jul 2007 19:19:42 +0200] rev 4751
Merge with crew-stable
Sun, 01 Jul 2007 19:15:25 +0200 Make hgk handle filenames with spaces (issue49)
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 01 Jul 2007 19:15:25 +0200] rev 4750
Make hgk handle filenames with spaces (issue49)
Sun, 01 Jul 2007 15:22:49 +0200 Use "--config ui.report_untrusted=false" for hg calls in hgk, fixes issue523.
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 01 Jul 2007 15:22:49 +0200] rev 4749
Use "--config ui.report_untrusted=false" for hg calls in hgk, fixes issue523. tcl's exec yields an error if output to stderr happens and isn't redirected to a file, so the warnings about untrusted .hg/hgrc caused problems in hgk. The warning is still printed when executing 'hg view', so the user can see it when using it from the shell.
Sat, 30 Jun 2007 08:31:23 -0700 Merge with Adam Spiers
Brendan Cully <brendan@kublai.com> [Sat, 30 Jun 2007 08:31:23 -0700] rev 4748
Merge with Adam Spiers
Sat, 30 Jun 2007 01:21:41 +0100 mercurial.spec: convert extension now installs files into hgext/convert/
Adam Spiers <hg@adamspiers.org> [Sat, 30 Jun 2007 01:21:41 +0100] rev 4747
mercurial.spec: convert extension now installs files into hgext/convert/
Sat, 30 Jun 2007 01:21:41 +0100 buildrpm: fix rpm release number calculation
Adam Spiers <hg@adamspiers.org> [Sat, 30 Jun 2007 01:21:41 +0100] rev 4746
buildrpm: fix rpm release number calculation It was broken when patch queues were in use.
Sun, 03 Jun 2007 14:42:39 +0100 buildrpm: auto-generate %changelog in .spec file
Adam Spiers <hg@adamspiers.org> [Sun, 03 Jun 2007 14:42:39 +0100] rev 4745
buildrpm: auto-generate %changelog in .spec file Top entry is tip; subsequent entries are the version tags from .hgtags.
Sat, 30 Jun 2007 01:21:22 +0100 mercurial.spec: include CONTRIBUTORS, COPYING and man pages in rpm
Adam Spiers <hg@adamspiers.org> [Sat, 30 Jun 2007 01:21:22 +0100] rev 4744
mercurial.spec: include CONTRIBUTORS, COPYING and man pages in rpm
Sun, 03 Jun 2007 14:40:56 +0100 mercurial.spec: include various utility files from contrib/ in rpm
Adam Spiers <hg@adamspiers.org> [Sun, 03 Jun 2007 14:40:56 +0100] rev 4743
mercurial.spec: include various utility files from contrib/ in rpm Files included: hgk convert-repo hg-ssh hg-viz git-rev-tree bash_completion zsh_completion mercurial.el
Sun, 21 Jan 2007 00:59:23 -1000 mercurial.spec: add BuildRequires
julian@lava.net [Sun, 21 Jan 2007 00:59:23 -1000] rev 4742
mercurial.spec: add BuildRequires Add build dependencies from README as block quote.
Sat, 02 Jun 2007 12:42:47 +0100 mercurial.spec: fix when default python prefix != rpm %{_prefix}
Adam Spiers <hg@adamspiers.org> [Sat, 02 Jun 2007 12:42:47 +0100] rev 4741
mercurial.spec: fix when default python prefix != rpm %{_prefix} e.g. on SUSE Linux Enterprise 10
Fri, 29 Jun 2007 13:06:49 -0700 Convert default mercurial.ini file to Windows line endings
Lee Cantey <lcantey@gmail.com> [Fri, 29 Jun 2007 13:06:49 -0700] rev 4740
Convert default mercurial.ini file to Windows line endings
Fri, 29 Jun 2007 11:13:36 +0200 Added full URL to debug output if something doesn't look like an http hg repo.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 29 Jun 2007 11:13:36 +0200] rev 4739
Added full URL to debug output if something doesn't look like an http hg repo. This way it is easier to debug problems with failing subcommands, like changegroupsubset due to permission problems, when generally accessing the repository works fine.
Thu, 28 Jun 2007 21:16:25 -0700 Handle extensions with defined but empty cmdtable
Brendan Cully <brendan@kublai.com> [Thu, 28 Jun 2007 21:16:25 -0700] rev 4738
Handle extensions with defined but empty cmdtable
Thu, 28 Jun 2007 09:19:08 -0700 mq: more qdelete help text tweaks
Brendan Cully <brendan@kublai.com> [Thu, 28 Jun 2007 09:19:08 -0700] rev 4737
mq: more qdelete help text tweaks
Thu, 28 Jun 2007 08:42:43 -0700 mq: require patch argument or revision for qdelete
Brendan Cully <brendan@kublai.com> [Thu, 28 Jun 2007 08:42:43 -0700] rev 4736
mq: require patch argument or revision for qdelete
Thu, 28 Jun 2007 16:18:09 +0200 Make hg glog abort if unused arguments are given.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 28 Jun 2007 16:18:09 +0200] rev 4735
Make hg glog abort if unused arguments are given.
Thu, 28 Jun 2007 16:03:45 +0200 Abort if earlygetopt fails to detect an option.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 28 Jun 2007 16:03:45 +0200] rev 4734
Abort if earlygetopt fails to detect an option. Otherwise it could happen that a command is used on the wrong repository, because abbreviations of --cwd or --repository were ignored.
Thu, 28 Jun 2007 15:56:25 +0200 Simplified earlygetopt and made it remove parsed options and values.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 28 Jun 2007 15:56:25 +0200] rev 4733
Simplified earlygetopt and made it remove parsed options and values. The order of aliases is no longer important, too.
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.
Mon, 25 Jun 2007 01:26:44 -0500 strip: move strip code to a new repair module
Matt Mackall <mpm@selenic.com> [Mon, 25 Jun 2007 01:26:44 -0500] rev 4702
strip: move strip code to a new repair module
Mon, 25 Jun 2007 01:22:45 -0500 strip: simplify bundle helper
Matt Mackall <mpm@selenic.com> [Mon, 25 Jun 2007 01:22:45 -0500] rev 4701
strip: simplify bundle helper
Sun, 24 Jun 2007 18:22:40 -0500 strip: pull core strip logic into its own function
Matt Mackall <mpm@selenic.com> [Sun, 24 Jun 2007 18:22:40 -0500] rev 4700
strip: pull core strip logic into its own function
Sun, 24 Jun 2007 10:08:38 -0500 unbundle: accept multiple file arguments
Giorgos Keramidas <keramida@ceid.upatras.gr> [Sun, 24 Jun 2007 10:08:38 -0500] rev 4699
unbundle: accept multiple file arguments update test-bundle for multiple unbundle support
Sun, 24 Jun 2007 07:22:58 -0700 convert: handle new cvsps with Tags: and multiple tags.
Eric Hopper <hopper@omnifarious.org> [Sun, 24 Jun 2007 07:22:58 -0700] rev 4698
convert: handle new cvsps with Tags: and multiple tags.
Sun, 24 Jun 2007 09:47:54 -0500 cat: return an error on failure
Matt Mackall <mpm@selenic.com> [Sun, 24 Jun 2007 09:47:54 -0500] rev 4697
cat: return an error on failure
Sat, 23 Jun 2007 22:43:46 -0500 tests: add merge test for changeset 9fe267f77f56
Giorgos Keramidas <keramida@ceid.upatras.gr> [Sat, 23 Jun 2007 22:43:46 -0500] rev 4696
tests: add merge test for changeset 9fe267f77f56 When all the files in a directory are moved somewhere else, and new files are added in changesets of the local branch, a subsequent pull and merge shouldn't rename the locally added files too.
Sat, 23 Jun 2007 22:26:22 -0500 purge: add the clean alias inspired by git-clean and svn-clean
Emanuele Aina <em@nerd.ocracy.org> [Sat, 23 Jun 2007 22:26:22 -0500] rev 4695
purge: add the clean alias inspired by git-clean and svn-clean
Tue, 22 May 2007 07:24:06 +0900 mercurial.el: ignore errors on hg-after-save-hook()
NIIMI Satoshi <sa2c@sa2c.net> [Tue, 22 May 2007 07:24:06 +0900] rev 4694
mercurial.el: ignore errors on hg-after-save-hook() Don't signal an error even if running hg command fails. Otherwise, succeeding hooks won't be called.
Tue, 22 May 2007 08:05:16 +0900 mercurial.el: change default log range to tip:0
NIIMI Satoshi <sa2c@sa2c.net> [Tue, 22 May 2007 08:05:16 +0900] rev 4693
mercurial.el: change default log range to tip:0 If the tip revision is smaller than hg-rev-completion-limit (defaults to 100), "hg log -r tip:-100" fails. Since performance does not differ between "hg log -l 50 -r tip:0" and "hg log -l 50 -r tip:-100" even on large repository, default range can be changed from "tip:-100" to "tip:0" without any drawbacks.
Sat, 23 Jun 2007 22:25:11 -0500 Command in doc comment is now on a single line, fixed
paul sorenson <sf@metrak.com> [Sat, 23 Jun 2007 22:25:11 -0500] rev 4692
Command in doc comment is now on a single line, fixed after previous formatting broke it.
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 tip