Thu, 27 May 2010 22:50:04 +0300 cmdutil: cleanup imports
Alexander Solovyov <piranha@piranha.org.ua> [Thu, 27 May 2010 22:50:04 +0300] rev 11231
cmdutil: cleanup imports
Thu, 27 May 2010 17:47:40 +0200 make transactions work on non-refcounted python implementations
Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de> [Thu, 27 May 2010 17:47:40 +0200] rev 11230
make transactions work on non-refcounted python implementations
Sat, 29 May 2010 20:32:39 +0200 mq: support multiple patch queues using qqueue
Henrik Stuart <hg@hstuart.dk> [Sat, 29 May 2010 20:32:39 +0200] rev 11229
mq: support multiple patch queues using qqueue
Fri, 28 May 2010 16:01:57 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Fri, 28 May 2010 16:01:57 -0500] rev 11228
Merge with stable
Fri, 28 May 2010 14:41:11 -0500 status: avoid performance regression when no .hgsub is present stable
Matt Mackall <mpm@selenic.com> [Fri, 28 May 2010 14:41:11 -0500] rev 11227
status: avoid performance regression when no .hgsub is present (introduced by 24ce8f0c0a39)
Thu, 27 May 2010 10:37:14 +0200 doc: document expansion of %include and ui.username
Martin Geisler <mg@aragost.com> [Thu, 27 May 2010 10:37:14 +0200] rev 11226
doc: document expansion of %include and ui.username
Wed, 26 May 2010 14:03:29 -0700 ui.username(): expand environment variables in username configuration value.
Chad Dombrova <chadrik@gmail.com> [Wed, 26 May 2010 14:03:29 -0700] rev 11225
ui.username(): expand environment variables in username configuration value. note: expansion of config variables must be handled on a case-by-case basis because they can contain arbitrary data that may not be desirable to expand.
Wed, 26 May 2010 14:03:29 -0700 config: expand hgrc %include paths
Chad Dombrova <chadrik@gmail.com> [Wed, 26 May 2010 14:03:29 -0700] rev 11224
config: expand hgrc %include paths
Wed, 26 May 2010 16:16:47 +0200 rename: make --after work if source is already in R state
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Wed, 26 May 2010 16:16:47 +0200] rev 11223
rename: make --after work if source is already in R state I routinely want to use `hg addrem` and then fix up missed renames manually using `hg mv -A`. This patch allows me to record such renames from a source in state R to a target in state A.
Tue, 25 May 2010 18:45:44 +0200 Merge with stable
Martin Geisler <mg@lazybytes.net> [Tue, 25 May 2010 18:45:44 +0200] rev 11222
Merge with stable
Tue, 25 May 2010 18:19:40 +0200 doc: clarify that sections can be split stable
Angel Ezquerra [Tue, 25 May 2010 18:19:40 +0200] rev 11221
doc: clarify that sections can be split
Tue, 25 May 2010 18:19:16 +0200 doc: clarify that keys can be overridden stable
Angel Ezquerra [Tue, 25 May 2010 18:19:16 +0200] rev 11220
doc: clarify that keys can be overridden
Tue, 25 May 2010 09:57:19 +0200 commands: document --new-branch flag for push
Martin Geisler <mg@aragost.com> [Tue, 25 May 2010 09:57:19 +0200] rev 11219
commands: document --new-branch flag for push
Tue, 25 May 2010 09:56:26 +0200 Merge with stable
Martin Geisler <mg@aragost.com> [Tue, 25 May 2010 09:56:26 +0200] rev 11218
Merge with stable
Mon, 24 May 2010 21:52:33 +0530 commands: updates to push docstring. stable
Faheem Mitha <faheem@email.unc.edu> [Mon, 24 May 2010 21:52:33 +0530] rev 11217
commands: updates to push docstring. With contributions from mg, hstuart, timeless, and vsh.
Mon, 24 May 2010 00:55:42 +0200 mq: remove unneeded local variable in delete
Martin Geisler <mg@lazybytes.net> [Mon, 24 May 2010 00:55:42 +0200] rev 11216
mq: remove unneeded local variable in delete
Wed, 19 May 2010 09:54:12 -0500 pager: exec pager using /bin/sh -c
Brodie Rao <brodie@bitheap.org> [Wed, 19 May 2010 09:54:12 -0500] rev 11215
pager: exec pager using /bin/sh -c This mimics the behavior of popen() and ensures setting the pager to something like "LESS=FSRX less" will work.
Wed, 19 May 2010 00:45:50 +0200 keyword: offer svn-like default keywordmaps
Christian Ebert <blacktrash@gmx.net> [Wed, 19 May 2010 00:45:50 +0200] rev 11214
keyword: offer svn-like default keywordmaps svn-like default keywords can be set in a new configuration section called [keywordset] -- thanks to timeless for the name. Move setup of default keywordmaps into dedicated function used by kwtemplater.__init__ and demo. HeadURL/URL is not supported (by default).
Tue, 18 May 2010 22:16:38 +0200 keyword: add 2 svn-like date filters
Christian Ebert <blacktrash@gmx.net> [Tue, 18 May 2010 22:16:38 +0200] rev 11213
keyword: add 2 svn-like date filters svnisodate yields the format the date in svn's Id keyword expands to. svnutcdate yields the format svn's Date/LastChangedDate expands to. http://svnbook.red-bean.com/en/1.5/svn.advanced.props.special.keywords.html
Fri, 21 May 2010 19:54:40 +0900 util: give appropriate default args to atomictempfile()
Yuya Nishihara <yuya@tcha.org> [Fri, 21 May 2010 19:54:40 +0900] rev 11212
util: give appropriate default args to atomictempfile() mode='w+b' is the default of python's TemporaryFile().
Fri, 21 May 2010 15:22:29 +0200 push: add --new-branch option to allow intial push of new branches
Sune Foldager <cryo@cyanite.org> [Fri, 21 May 2010 15:22:29 +0200] rev 11211
push: add --new-branch option to allow intial push of new branches Compare this to --force which allows anything to be pushed. With --new-branch, only changesets to named branches not present on the and changesets not introducing additional heads on existing branches are allowed. Developed by Henrik Stuart <henrik.stuart@edlund.dk> Sune Foldager <cryo@cyanite.org>
Fri, 21 May 2010 22:53:57 +0900 check-code: add check for 'source'
Yuya Nishihara <yuya@tcha.org> [Fri, 21 May 2010 22:53:57 +0900] rev 11210
check-code: add check for 'source'
Fri, 21 May 2010 14:21:27 +0200 Merge with stable
Martin Geisler <mg@aragost.com> [Fri, 21 May 2010 14:21:27 +0200] rev 11209
Merge with stable
Fri, 21 May 2010 20:55:18 +0900 tests: fix bashism to load helpers.sh
Yuya Nishihara <yuya@tcha.org> [Fri, 21 May 2010 20:55:18 +0900] rev 11208
tests: fix bashism to load helpers.sh `source` isn't available at POSIX sh.
(0) -10000 -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 +30000 tip