Tue, 14 Sep 2010 21:41:06 +0200 tests: unify test-debugrename
Adrian Buehlmann <adrian@cadifra.com> [Tue, 14 Sep 2010 21:41:06 +0200] rev 12285
tests: unify test-debugrename
Tue, 14 Sep 2010 21:26:05 +0200 tests: unify test-confused-revert
Adrian Buehlmann <adrian@cadifra.com> [Tue, 14 Sep 2010 21:26:05 +0200] rev 12284
tests: unify test-confused-revert
Tue, 14 Sep 2010 19:31:00 +0200 tests: unify test-command-template
Adrian Buehlmann <adrian@cadifra.com> [Tue, 14 Sep 2010 19:31:00 +0200] rev 12283
tests: unify test-command-template
Tue, 14 Sep 2010 22:11:53 +0200 mq: rename strip --nobackup option to --no-backup (issue2377)
Christian Ebert <blacktrash@gmx.net> [Tue, 14 Sep 2010 22:11:53 +0200] rev 12282
mq: rename strip --nobackup option to --no-backup (issue2377) Same option name as for hg revert --no-backup. Deprecate strip --nobackup.
Tue, 14 Sep 2010 22:11:46 +0200 mq: consistently use opts.get() to prevent potential KeyError
Christian Ebert <blacktrash@gmx.net> [Tue, 14 Sep 2010 22:11:46 +0200] rev 12281
mq: consistently use opts.get() to prevent potential KeyError
Tue, 14 Sep 2010 16:03:10 +0200 tests: remove exec bit from .t files
Sune Foldager <cryo@cyanite.org> [Tue, 14 Sep 2010 16:03:10 +0200] rev 12280
tests: remove exec bit from .t files
Tue, 14 Sep 2010 12:20:51 +0200 combine tests
Adrian Buehlmann <adrian@cadifra.com> [Tue, 14 Sep 2010 12:20:51 +0200] rev 12279
combine tests
Mon, 13 Sep 2010 16:25:13 +0200 merge with stable
Sune Foldager <cryo@cyanite.org> [Mon, 13 Sep 2010 16:25:13 +0200] rev 12278
merge with stable
Mon, 13 Sep 2010 16:12:25 +0200 color: add win32 support for non-black background stable
Sune Foldager <cryo@cyanite.org> [Mon, 13 Sep 2010 16:12:25 +0200] rev 12277
color: add win32 support for non-black background This complicates the code a bit, since attributes need to be masked together correctly before they are applied. Perhaps the code should be redesigned at some point, but this works well for now.
Mon, 13 Sep 2010 10:04:41 -0300 i18n: unmark untranslatable string
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 13 Sep 2010 10:04:41 -0300] rev 12276
i18n: unmark untranslatable string
Mon, 13 Sep 2010 15:13:30 +0200 test-subrepo-recursion: test missing subrepo
Martin Geisler <mg@lazybytes.net> [Mon, 13 Sep 2010 15:13:30 +0200] rev 12275
test-subrepo-recursion: test missing subrepo
Mon, 13 Sep 2010 13:09:31 +0200 incoming: recurse into subrepositories with --subrepos/-S flag
Martin Geisler <mg@lazybytes.net> [Mon, 13 Sep 2010 13:09:31 +0200] rev 12274
incoming: recurse into subrepositories with --subrepos/-S flag As with push and outgoing, the optional source path is ignored for the subrepositories. Fixing this is Issue1852.
Mon, 13 Sep 2010 13:09:30 +0200 incoming: move code from commands to cmdutil
Martin Geisler <mg@lazybytes.net> [Mon, 13 Sep 2010 13:09:30 +0200] rev 12273
incoming: move code from commands to cmdutil This makes it easier to reuse it in a recursive fashion for subrepos.
Mon, 13 Sep 2010 13:09:26 +0200 outgoing: recurse into subrepositories with --subrepos/-S flag
Martin Geisler <mg@lazybytes.net> [Mon, 13 Sep 2010 13:09:26 +0200] rev 12272
outgoing: recurse into subrepositories with --subrepos/-S flag As with push, the optional destination path is ignored for the subrepositories, i.e., they are always compared with their default push path. Fixing this is Issue1852.
Mon, 13 Sep 2010 13:09:24 +0200 outgoing: move code from commands to cmdutil
Martin Geisler <mg@lazybytes.net> [Mon, 13 Sep 2010 13:09:24 +0200] rev 12271
outgoing: move code from commands to cmdutil This makes it easier to reuse it in a recursive fashion for subrepos.
Mon, 13 Sep 2010 13:09:20 +0200 add: recurse into subrepositories with --subrepos/-S flag
Martin Geisler <mg@lazybytes.net> [Mon, 13 Sep 2010 13:09:20 +0200] rev 12270
add: recurse into subrepositories with --subrepos/-S flag
Mon, 13 Sep 2010 13:09:11 +0200 add: move main part to cmdutil to make it easier to reuse
Martin Geisler <mg@lazybytes.net> [Mon, 13 Sep 2010 13:09:11 +0200] rev 12269
add: move main part to cmdutil to make it easier to reuse
Mon, 13 Sep 2010 13:09:09 +0200 narrowmatcher: propagate bad method
Martin Geisler <mg@lazybytes.net> [Mon, 13 Sep 2010 13:09:09 +0200] rev 12268
narrowmatcher: propagate bad method The full path is propagated to the original match object since this is often used directly for printing an error to the user.
Mon, 13 Sep 2010 13:08:18 +0200 narrowmatcher: fix broken rel method
Martin Geisler <mg@lazybytes.net> [Mon, 13 Sep 2010 13:08:18 +0200] rev 12267
narrowmatcher: fix broken rel method
Mon, 13 Sep 2010 13:08:09 +0200 patch: break import cycle with cmdutil
Martin Geisler <mg@lazybytes.net> [Mon, 13 Sep 2010 13:08:09 +0200] rev 12266
patch: break import cycle with cmdutil The patch module imported cmdutil but used it only in updatedir.
Sun, 12 Sep 2010 16:10:41 +0900 patchbomb: show progress when sending emails or writing mbox
Yuya Nishihara <yuya@tcha.org> [Sun, 12 Sep 2010 16:10:41 +0900] rev 12265
patchbomb: show progress when sending emails or writing mbox
Sat, 11 Sep 2010 18:08:00 +0200 patchbomb: consistent code style in getaddrs()
Christian Ebert <blacktrash@gmx.net> [Sat, 11 Sep 2010 18:08:00 +0200] rev 12264
patchbomb: consistent code style in getaddrs()
Sat, 11 Sep 2010 18:48:03 +0200 win32: 64-bit Inno Setup installer
Pascal Quantin <pascal.quantin@gmail.com> [Sat, 11 Sep 2010 18:48:03 +0200] rev 12263
win32: 64-bit Inno Setup installer
Sat, 11 Sep 2010 09:48:10 +0200 win32: update Inno Setup build instructions with up-to-date software
Pascal Quantin <pascal.quantin@gmail.com> [Sat, 11 Sep 2010 09:48:10 +0200] rev 12262
win32: update Inno Setup build instructions with up-to-date software
Sun, 12 Sep 2010 14:00:40 +0200 merge with stable
Martin Geisler <mg@lazybytes.net> [Sun, 12 Sep 2010 14:00:40 +0200] rev 12261
merge with stable
Sun, 12 Sep 2010 12:11:39 +0200 tests: unify test-merge-remove
Adrian Buehlmann <adrian@cadifra.com> [Sun, 12 Sep 2010 12:11:39 +0200] rev 12260
tests: unify test-merge-remove
Sun, 12 Sep 2010 11:52:13 +0200 tests: unify test-merge-prompt
Adrian Buehlmann <adrian@cadifra.com> [Sun, 12 Sep 2010 11:52:13 +0200] rev 12259
tests: unify test-merge-prompt
Sat, 11 Sep 2010 21:19:12 +0200 tests: unify test-merge-local
Adrian Buehlmann <adrian@cadifra.com> [Sat, 11 Sep 2010 21:19:12 +0200] rev 12258
tests: unify test-merge-local
Sat, 11 Sep 2010 20:04:35 +0200 tests: unify test-merge-internal-tools-pattern
Adrian Buehlmann <adrian@cadifra.com> [Sat, 11 Sep 2010 20:04:35 +0200] rev 12257
tests: unify test-merge-internal-tools-pattern
Sat, 11 Sep 2010 17:58:37 +0200 tests: unify test-merge-force
Adrian Buehlmann <adrian@cadifra.com> [Sat, 11 Sep 2010 17:58:37 +0200] rev 12256
tests: unify test-merge-force
Sat, 11 Sep 2010 11:44:53 +0200 tests: unify test-merge-default
Adrian Buehlmann <adrian@cadifra.com> [Sat, 11 Sep 2010 11:44:53 +0200] rev 12255
tests: unify test-merge-default
Sat, 11 Sep 2010 11:18:47 +0200 tests: unify test-merge-commit
Adrian Buehlmann <adrian@cadifra.com> [Sat, 11 Sep 2010 11:18:47 +0200] rev 12254
tests: unify test-merge-commit
Fri, 10 Sep 2010 23:13:59 +0200 tests: unify test-manifest*
Adrian Buehlmann <adrian@cadifra.com> [Fri, 10 Sep 2010 23:13:59 +0200] rev 12253
tests: unify test-manifest*
Fri, 10 Sep 2010 09:30:50 -0500 convert/darcs: handle non-ASCII metadata in darcs changelog (issue2354) stable
Brodie Rao <brodie@bitheap.org> [Fri, 10 Sep 2010 09:30:50 -0500] rev 12252
convert/darcs: handle non-ASCII metadata in darcs changelog (issue2354) Given a commit author or message with non-ASCII characters in a darcs repo, convert would raise a UnicodeEncodeError when adding changesets to the hg changelog. This happened because etree returns back unicode objects for any text it can't encode into ASCII. convert was passing these objects to changelog.add(), which would then attempt encoding.fromlocal() on them. This patch ensures converter_source.recode() is called on each piece of commit data returned by etree. (Also note that darcs is currently encoding agnostic and will print out whatever is in a patch's metadata byte-for-byte, even in the XML changelog.)
Sat, 11 Sep 2010 16:17:43 -0500 merge with crew
Matt Mackall <mpm@selenic.com> [Sat, 11 Sep 2010 16:17:43 -0500] rev 12251
merge with crew
Sat, 11 Sep 2010 10:57:35 +0200 tests: fix incompatibility with python-2.4 in test-hgweb
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 11 Sep 2010 10:57:35 +0200] rev 12250
tests: fix incompatibility with python-2.4 in test-hgweb Thanks to lcantey for catching it.
Sat, 11 Sep 2010 00:40:39 +0200 merge with stable
Martin Geisler <mg@lazybytes.net> [Sat, 11 Sep 2010 00:40:39 +0200] rev 12249
merge with stable
Sat, 11 Sep 2010 00:40:19 +0200 merge with i18n-default
Martin Geisler <mg@lazybytes.net> [Sat, 11 Sep 2010 00:40:19 +0200] rev 12248
merge with i18n-default
Sat, 11 Sep 2010 00:39:34 +0200 merge with i18n-stable stable
Martin Geisler <mg@lazybytes.net> [Sat, 11 Sep 2010 00:39:34 +0200] rev 12247
merge with i18n-stable
Tue, 07 Sep 2010 18:37:59 -0300 i18n-pt_BR: fix a couple of typos stable
Wagner Bruna <wbruna@yahoo.com> [Tue, 07 Sep 2010 18:37:59 -0300] rev 12246
i18n-pt_BR: fix a couple of typos
Tue, 07 Sep 2010 18:13:36 -0300 i18n-pt_BR: added messages from crew stable up to 26d86a6cf2af stable
Wagner Bruna <wbruna@yahoo.com> [Tue, 07 Sep 2010 18:13:36 -0300] rev 12245
i18n-pt_BR: added messages from crew stable up to 26d86a6cf2af
Wed, 01 Sep 2010 10:13:55 +0200 i18n-ro: merged default
Daniel Dumitriu <daniel.dumitriu@gmail.com> [Wed, 01 Sep 2010 10:13:55 +0200] rev 12244
i18n-ro: merged default
Thu, 26 Aug 2010 16:32:12 +0200 i18n-ro: ongoing translation
Daniel Dumitriu <daniel.dumitriu@gmail.com> [Thu, 26 Aug 2010 16:32:12 +0200] rev 12243
i18n-ro: ongoing translation
Wed, 25 Aug 2010 12:20:10 +0200 i18n: merged in strings from hg cset ce818cf215dc
Daniel Dumitriu <daniel.dumitriu@gmail.com> [Wed, 25 Aug 2010 12:20:10 +0200] rev 12242
i18n: merged in strings from hg cset ce818cf215dc
Thu, 19 Aug 2010 23:40:47 +0200 i18n-ro: ongoing translation
Daniel Dumitriu <daniel.dumitriu@gmail.com> [Thu, 19 Aug 2010 23:40:47 +0200] rev 12241
i18n-ro: ongoing translation
Thu, 19 Aug 2010 23:27:09 +0200 i18n-ro: ongoing translation
Daniel Dumitriu <daniel.dumitriu@gmail.com> [Thu, 19 Aug 2010 23:27:09 +0200] rev 12240
i18n-ro: ongoing translation
Thu, 19 Aug 2010 16:01:50 +0200 i18n-ro: ongoing translation
Daniel Dumitriu <daniel.dumitriu@gmail.com> [Thu, 19 Aug 2010 16:01:50 +0200] rev 12239
i18n-ro: ongoing translation
Thu, 19 Aug 2010 15:44:38 +0200 i18n-ro: ongoing translation
Daniel Dumitriu <daniel.dumitriu@gmail.com> [Thu, 19 Aug 2010 15:44:38 +0200] rev 12238
i18n-ro: ongoing translation
Thu, 19 Aug 2010 00:01:13 +0200 i18n-ro: ongoing translation
Daniel Dumitriu <daniel.dumitriu@gmail.com> [Thu, 19 Aug 2010 00:01:13 +0200] rev 12237
i18n-ro: ongoing translation
Mon, 16 Aug 2010 23:40:15 +0200 i18n-ro: ongoing translation
Daniel Dumitriu <daniel.dumitriu@gmail.com> [Mon, 16 Aug 2010 23:40:15 +0200] rev 12236
i18n-ro: ongoing translation
Sun, 15 Aug 2010 23:56:46 +0200 Continued translation
Daniel Dumitriu <daniel.dumitriu@gmail.com> [Sun, 15 Aug 2010 23:56:46 +0200] rev 12235
Continued translation
Thu, 12 Aug 2010 17:30:36 +0200 i18n-ro: ongoing translation
Daniel Dumitriu <daniel.dumitriu@gmail.com> [Thu, 12 Aug 2010 17:30:36 +0200] rev 12234
i18n-ro: ongoing translation
Tue, 27 Jul 2010 10:17:31 +0200 i18n-de: fix awkward translation of "memory"
Georg Brandl <georg@python.org> [Tue, 27 Jul 2010 10:17:31 +0200] rev 12233
i18n-de: fix awkward translation of "memory"
Fri, 27 Aug 2010 11:07:09 +0200 i18n-da: fix typo
Martin Geisler <mg@lazybytes.net> [Fri, 27 Aug 2010 11:07:09 +0200] rev 12232
i18n-da: fix typo
Thu, 26 Aug 2010 22:44:21 -0300 i18n: merge with stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Thu, 26 Aug 2010 22:44:21 -0300] rev 12231
i18n: merge with stable
Thu, 26 Aug 2010 22:42:33 -0300 i18n: merge default heads
Wagner Bruna <wbruna@softwareexpress.com.br> [Thu, 26 Aug 2010 22:42:33 -0300] rev 12230
i18n: merge default heads
Thu, 26 Aug 2010 22:38:33 -0300 i18n-pt_BR: synchronized with 9617803b1acb stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Thu, 26 Aug 2010 22:38:33 -0300] rev 12229
i18n-pt_BR: synchronized with 9617803b1acb
Thu, 26 Aug 2010 22:27:20 -0300 i18n: merge with stable stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Thu, 26 Aug 2010 22:27:20 -0300] rev 12228
i18n: merge with stable
Tue, 24 Aug 2010 11:01:45 -0300 i18n: merge default heads
Wagner Bruna <wbruna@softwareexpress.com.br> [Tue, 24 Aug 2010 11:01:45 -0300] rev 12227
i18n: merge default heads
Tue, 24 Aug 2010 11:01:00 -0300 i18n-pt_BR: synchronized with c6b1be675d3c stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Tue, 24 Aug 2010 11:01:00 -0300] rev 12226
i18n-pt_BR: synchronized with c6b1be675d3c
Tue, 24 Aug 2010 10:58:12 -0300 i18n: merge with stable stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Tue, 24 Aug 2010 10:58:12 -0300] rev 12225
i18n: merge with stable
Sat, 21 Aug 2010 11:22:49 +0200 i18n: merge with stable
Martin Geisler <mg@lazybytes.net> [Sat, 21 Aug 2010 11:22:49 +0200] rev 12224
i18n: merge with stable
Sat, 21 Aug 2010 11:21:49 +0200 i18n: merged stable heads stable
Martin Geisler <mg@lazybytes.net> [Sat, 21 Aug 2010 11:21:49 +0200] rev 12223
i18n: merged stable heads
Sat, 21 Aug 2010 00:33:13 +0200 i18n-it: finish translating 'hg summary' output stable
Paolo Giarrusso <p.giarrusso@gmail.com> [Sat, 21 Aug 2010 00:33:13 +0200] rev 12222
i18n-it: finish translating 'hg summary' output
Sat, 21 Aug 2010 00:33:13 +0200 i18n-it: remove bogus fuzzy translations for revset stable
Paolo Giarrusso <p.giarrusso@gmail.com> [Sat, 21 Aug 2010 00:33:13 +0200] rev 12221
i18n-it: remove bogus fuzzy translations for revset The translations were all random fuzzy strings, which can only do harm, so remove them. Moreover, given the status of revset (it seems mostly an internal undocumented module, and to understand it you need the source anyway), I prefer not to translate it for now.
Sat, 21 Aug 2010 00:33:13 +0200 i18n-it: update fuzzy messages/translate patchbomb stable
Paolo Giarrusso <p.giarrusso@gmail.com> [Sat, 21 Aug 2010 00:33:13 +0200] rev 12220
i18n-it: update fuzzy messages/translate patchbomb
Sat, 21 Aug 2010 00:33:13 +0200 i18n-it: update mq translation stable
Paolo Giarrusso <p.giarrusso@gmail.com> [Sat, 21 Aug 2010 00:33:13 +0200] rev 12219
i18n-it: update mq translation Significant updates were performed - when translating something, I tried to choose a term and use it consistently everywhere possible, so here I translated a lot of messages. Additionally, I use the mq extension a lot, and now I am using the translation, so I will be able to translate it better.
Sat, 21 Aug 2010 00:33:13 +0200 i18n-it: updates after msgmerge on stable branch, 2nd part stable
Paolo Giarrusso <p.giarrusso@gmail.com> [Sat, 21 Aug 2010 00:33:13 +0200] rev 12218
i18n-it: updates after msgmerge on stable branch, 2nd part
Sat, 21 Aug 2010 00:33:13 +0200 i18n-it: general updates fuzzy synopsis texts stable
Paolo Giarrusso <p.giarrusso@gmail.com> [Sat, 21 Aug 2010 00:33:13 +0200] rev 12217
i18n-it: general updates fuzzy synopsis texts This patch follows the fix on the translation of [OPTION]... with other needed updates on the same class of messages.
Sat, 21 Aug 2010 00:33:13 +0200 i18n-it: translate [OPTION]..., not [OPTIONS]...: keep the singular stable
Paolo Giarrusso <p.giarrusso@gmail.com> [Sat, 21 Aug 2010 00:33:13 +0200] rev 12216
i18n-it: translate [OPTION]..., not [OPTIONS]...: keep the singular Since [OPTION]... is intended to mean more options, it was translated in Italian as plural. However the plural is conveyed by `...', so switch to the singular. This was also useful because for the '-o OPT' extdiff option, I have to translate `OPT' as a singular.
Sat, 21 Aug 2010 00:33:13 +0200 i18n-it: readd other lost accented characters stable
Paolo Giarrusso <p.giarrusso@gmail.com> [Sat, 21 Aug 2010 00:33:13 +0200] rev 12215
i18n-it: readd other lost accented characters The problem was introduced already in revision 9f9137cd83f5 by the original Italian translator, according to logs. This might be due to a bug in the program he used, "Lokalize 0.3", or maybe not - some accented characters exist also in that commit.
Sat, 21 Aug 2010 00:33:13 +0200 i18n-it: updates after msgmerge on stable branch stable
Paolo Giarrusso <p.giarrusso@gmail.com> [Sat, 21 Aug 2010 00:33:13 +0200] rev 12214
i18n-it: updates after msgmerge on stable branch
Sat, 21 Aug 2010 00:33:13 +0200 i18n-it: perform msgmerge on the tip of the stable branch stable
Paolo Giarrusso <p.giarrusso@gmail.com> [Sat, 21 Aug 2010 00:33:13 +0200] rev 12213
i18n-it: perform msgmerge on the tip of the stable branch
Fri, 20 Aug 2010 21:22:57 -0300 i18n-pt_BR: synchronized with 31dde4c3bb83 stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Fri, 20 Aug 2010 21:22:57 -0300] rev 12212
i18n-pt_BR: synchronized with 31dde4c3bb83
Fri, 10 Sep 2010 23:53:51 +0200 dirstate: use one pass to filter out files in subrepos
Martin Geisler <mg@lazybytes.net> [Fri, 10 Sep 2010 23:53:51 +0200] rev 12211
dirstate: use one pass to filter out files in subrepos
Fri, 10 Sep 2010 23:53:49 +0200 subrepo: handle diff with working copy
Martin Geisler <mg@lazybytes.net> [Fri, 10 Sep 2010 23:53:49 +0200] rev 12210
subrepo: handle diff with working copy We cannot unconditionally call bin(node2) since node2 is None when comparing with the working copy.
Fri, 10 Sep 2010 22:52:00 +0200 subrepos: handle diff nodeids in subrepos, not before
Patrick Mezard <pmezard@gmail.com> [Fri, 10 Sep 2010 22:52:00 +0200] rev 12209
subrepos: handle diff nodeids in subrepos, not before Subversion nodeids are integer revisions.
Fri, 10 Sep 2010 22:36:04 +0200 mq: add newline after qfold warning
Patrick Mezard <pmezard@gmail.com> [Fri, 10 Sep 2010 22:36:04 +0200] rev 12208
mq: add newline after qfold warning
Fri, 10 Sep 2010 20:19:16 +0200 merge with stable
Martin Geisler <mg@lazybytes.net> [Fri, 10 Sep 2010 20:19:16 +0200] rev 12207
merge with stable
Fri, 10 Sep 2010 19:41:45 +0200 tests: unify test-locate
Adrian Buehlmann <adrian@cadifra.com> [Fri, 10 Sep 2010 19:41:45 +0200] rev 12206
tests: unify test-locate
Fri, 10 Sep 2010 19:05:49 +0200 tests: unify test-journal-exists
Adrian Buehlmann <adrian@cadifra.com> [Fri, 10 Sep 2010 19:05:49 +0200] rev 12205
tests: unify test-journal-exists
Fri, 10 Sep 2010 17:59:17 +0200 tests: unify test-issue1438 and test-issue2137
Adrian Buehlmann <adrian@cadifra.com> [Fri, 10 Sep 2010 17:59:17 +0200] rev 12204
tests: unify test-issue1438 and test-issue2137
Fri, 10 Sep 2010 16:58:13 +0200 keyword: explain file-wise expansion in help stable
Christian Ebert <blacktrash@gmx.net> [Fri, 10 Sep 2010 16:58:13 +0200] rev 12203
keyword: explain file-wise expansion in help
Fri, 10 Sep 2010 20:11:42 +0200 convert: move -A option to --authormap
Martin Geisler <mg@lazybytes.net> [Fri, 10 Sep 2010 20:11:42 +0200] rev 12202
convert: move -A option to --authormap
Fri, 10 Sep 2010 15:32:22 +0200 patchbomb: add --confirm option to show series details and ask for confirmation
Christian Ebert <blacktrash@gmx.net> [Fri, 10 Sep 2010 15:32:22 +0200] rev 12201
patchbomb: add --confirm option to show series details and ask for confirmation --confirm presents same prompt as --diffstat, but does not write a diffstat to the messages' bodies. A simple test simulating a negative response is included.
Fri, 10 Sep 2010 15:32:14 +0200 patchbomb: let diffstat prompt only once with complete summary
Christian Ebert <blacktrash@gmx.net> [Fri, 10 Sep 2010 15:32:14 +0200] rev 12200
patchbomb: let diffstat prompt only once with complete summary This changes the behaviour of --diffstat. Before the user was asked for confirmation of each patch with its description and diffstat, and a final summary. Now there is only one prompt right before sending with a final summary which does not include the patch descriptions, but the message details and the diffstats: Final summary: From: sender To: recipient(s) Cc: (if present) Bcc: (if present) Reply-To: (if present) Subject: [patch 0 of x [flags]] intro (if present) a | 28 ++++++++++++++++++++++++++++ b | 15 +++++++++++++++ Subject: [patch 1 of x [flags]] subject a | 28 ++++++++++++++++++++++++++++ [ ... ] are you sure you want to send (yn)?
Fri, 10 Sep 2010 15:56:13 +0200 patchbomb: rename argument to avoid shadowing patch module
Martin Geisler <mg@lazybytes.net> [Fri, 10 Sep 2010 15:56:13 +0200] rev 12199
patchbomb: rename argument to avoid shadowing patch module
Fri, 10 Sep 2010 01:34:14 +0200 convert: deprecate --authors in preference for --authormap
Martin Geisler <mg@lazybytes.net> [Fri, 10 Sep 2010 01:34:14 +0200] rev 12198
convert: deprecate --authors in preference for --authormap This aligns the authormap option with the other three mapping options. The old --authors option is still supported and 'hg help convert -v' will still show it.
Wed, 08 Sep 2010 08:31:07 +0200 patchbomb: show prompt and selection in non-interactive mode
Christian Ebert <blacktrash@gmx.net> [Wed, 08 Sep 2010 08:31:07 +0200] rev 12197
patchbomb: show prompt and selection in non-interactive mode Akin to 01ada7b1861d for the custom patchbomb prompt.
Wed, 08 Sep 2010 08:31:07 +0200 patchbomb: use ui.promptchoice for diffstat to allow localization of choices
Christian Ebert <blacktrash@gmx.net> [Wed, 08 Sep 2010 08:31:07 +0200] rev 12196
patchbomb: use ui.promptchoice for diffstat to allow localization of choices The extra check for ui.interacive from patchbomb's prompt function is not needed here. Format boolean prompt as in filemerge.py.
Fri, 03 Sep 2010 23:34:37 +0200 tests: unify test-issue*
Adrian Buehlmann <adrian@cadifra.com> [Fri, 03 Sep 2010 23:34:37 +0200] rev 12195
tests: unify test-issue*
Fri, 03 Sep 2010 22:10:08 +0200 tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com> [Fri, 03 Sep 2010 22:10:08 +0200] rev 12194
tests: unify test-globalopts
Fri, 03 Sep 2010 14:29:28 +0200 tests: unify test-git-*
Adrian Buehlmann <adrian@cadifra.com> [Fri, 03 Sep 2010 14:29:28 +0200] rev 12193
tests: unify test-git-*
Fri, 03 Sep 2010 11:47:24 +0200 tests: unify test-filebranch
Adrian Buehlmann <adrian@cadifra.com> [Fri, 03 Sep 2010 11:47:24 +0200] rev 12192
tests: unify test-filebranch
Fri, 03 Sep 2010 11:19:50 +0200 tests: unify test-extension
Adrian Buehlmann <adrian@cadifra.com> [Fri, 03 Sep 2010 11:19:50 +0200] rev 12191
tests: unify test-extension
Fri, 03 Sep 2010 09:46:17 +0200 tests: unify test-execute-bit
Adrian Buehlmann <adrian@cadifra.com> [Fri, 03 Sep 2010 09:46:17 +0200] rev 12190
tests: unify test-execute-bit
Fri, 03 Sep 2010 09:12:36 +0200 tests: unify test-empty-group
Adrian Buehlmann <adrian@cadifra.com> [Fri, 03 Sep 2010 09:12:36 +0200] rev 12189
tests: unify test-empty-group
Fri, 10 Sep 2010 01:04:32 +0200 merge with stable
Martin Geisler <mg@lazybytes.net> [Fri, 10 Sep 2010 01:04:32 +0200] rev 12188
merge with stable
Fri, 10 Sep 2010 00:07:38 +0200 convert: better grouping of command line flags in help
Martin Geisler <mg@lazybytes.net> [Fri, 10 Sep 2010 00:07:38 +0200] rev 12187
convert: better grouping of command line flags in help We normally put related command line flags after one another.
Fri, 10 Sep 2010 00:36:01 +0200 convert: help string cleanups stable
Martin Geisler <mg@lazybytes.net> [Fri, 10 Sep 2010 00:36:01 +0200] rev 12186
convert: help string cleanups
Fri, 10 Sep 2010 00:30:36 +0200 convert: better quoting in help text stable
Martin Geisler <mg@lazybytes.net> [Fri, 10 Sep 2010 00:30:36 +0200] rev 12185
convert: better quoting in help text
Fri, 10 Sep 2010 00:22:46 +0200 convert: show example splice, author, and branch map entries in help stable
Martin Geisler <mg@lazybytes.net> [Fri, 10 Sep 2010 00:22:46 +0200] rev 12184
convert: show example splice, author, and branch map entries in help Also document that - empty lines are skipped and comment are supported in author map - whitespace is not allowed in branch map entries since we split on it when parsing the file
Wed, 08 Sep 2010 15:23:48 +0200 hgweb: support very simple caching model (issue1845)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 08 Sep 2010 15:23:48 +0200] rev 12183
hgweb: support very simple caching model (issue1845)
Wed, 08 Sep 2010 15:11:35 +0200 tests: extend get-with-headers to support cache testing
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 08 Sep 2010 15:11:35 +0200] rev 12182
tests: extend get-with-headers to support cache testing
Wed, 08 Sep 2010 15:19:35 +0200 tests: fix test output for test-hgweb-no* tests
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 08 Sep 2010 15:19:35 +0200] rev 12181
tests: fix test output for test-hgweb-no* tests
Wed, 08 Sep 2010 15:18:33 +0200 tests: rename test for better grouping
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 08 Sep 2010 15:18:33 +0200] rev 12180
tests: rename test for better grouping
Wed, 08 Sep 2010 15:16:03 +0200 check-code: fix ternary expression introduced in 1ef9b0b5efec
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 08 Sep 2010 15:16:03 +0200] rev 12179
check-code: fix ternary expression introduced in 1ef9b0b5efec
Wed, 08 Sep 2010 13:48:25 +0200 bisect: warn about ending on a merge with only one side marked
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 08 Sep 2010 13:48:25 +0200] rev 12178
bisect: warn about ending on a merge with only one side marked
Wed, 08 Sep 2010 12:53:15 +0200 bisect: allow revsets in addition to single revs (issue2360)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 08 Sep 2010 12:53:15 +0200] rev 12177
bisect: allow revsets in addition to single revs (issue2360)
Tue, 07 Sep 2010 16:34:07 +0200 subrepos: add function for iterating over ctx subrepos
Martin Geisler <mg@lazybytes.net> [Tue, 07 Sep 2010 16:34:07 +0200] rev 12176
subrepos: add function for iterating over ctx subrepos
Tue, 07 Sep 2010 16:23:55 +0200 subrepos: handle modified but uncommitted .hgsub
Martin Geisler <mg@lazybytes.net> [Tue, 07 Sep 2010 16:23:55 +0200] rev 12175
subrepos: handle modified but uncommitted .hgsub
Tue, 07 Sep 2010 15:31:56 +0200 localrepo: check nested repos against working directory
Martin Geisler <mg@lazybytes.net> [Tue, 07 Sep 2010 15:31:56 +0200] rev 12174
localrepo: check nested repos against working directory This checks against what is really in the filesystem, including subrepositories that have been added to .hgsub but not yet committed.
Tue, 07 Sep 2010 10:30:29 +0200 add: clarify that repo[None].add returns rejected filenames
Martin Geisler <mg@lazybytes.net> [Tue, 07 Sep 2010 10:30:29 +0200] rev 12173
add: clarify that repo[None].add returns rejected filenames
Mon, 06 Sep 2010 07:14:18 +0200 merge with stable
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 06 Sep 2010 07:14:18 +0200] rev 12172
merge with stable
Sun, 05 Sep 2010 21:00:04 +0200 store: Removed extra space in _data list
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 05 Sep 2010 21:00:04 +0200] rev 12171
store: Removed extra space in _data list
Sun, 05 Sep 2010 22:32:11 +0200 verify: fix "missing revlog!" errors for revlog format v0 and add test stable
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 05 Sep 2010 22:32:11 +0200] rev 12170
verify: fix "missing revlog!" errors for revlog format v0 and add test With revlog format v0 the .d files are empty if the only revision stored is an empty file. Since Mercurial can no longer create format v0 repositories, but still use it, add a script which creates a repository with a single empty file. This can be used in other tests if wanted.
Sun, 05 Sep 2010 13:37:17 -0700 zsh completion: bookmarks support
Brendan Cully <brendan@kublai.com> [Sun, 05 Sep 2010 13:37:17 -0700] rev 12169
zsh completion: bookmarks support
Sat, 04 Sep 2010 01:32:01 -0700 zsh completion: patchbomb support
Brendan Cully <brendan@kublai.com> [Sat, 04 Sep 2010 01:32:01 -0700] rev 12168
zsh completion: patchbomb support
Fri, 03 Sep 2010 12:58:51 +0200 diff: recurse into subrepositories with --subrepos/-S flag
Martin Geisler <mg@lazybytes.net> [Fri, 03 Sep 2010 12:58:51 +0200] rev 12167
diff: recurse into subrepositories with --subrepos/-S flag
Fri, 03 Sep 2010 12:58:51 +0200 status: recurse into subrepositories with --subrepos/-S flag
Martin Geisler <mg@lazybytes.net> [Fri, 03 Sep 2010 12:58:51 +0200] rev 12166
status: recurse into subrepositories with --subrepos/-S flag
Fri, 03 Sep 2010 12:58:51 +0200 match: add narrowmatcher class
Martin Geisler <mg@lazybytes.net> [Fri, 03 Sep 2010 12:58:51 +0200] rev 12165
match: add narrowmatcher class This class can be used to adapt an existing match object to a new match object that only cares about paths within a certain subdirectory.
Fri, 03 Sep 2010 12:58:51 +0200 cmdutil: use repo.auditor when constructing match object
Martin Geisler <mg@lazybytes.net> [Fri, 03 Sep 2010 12:58:51 +0200] rev 12164
cmdutil: use repo.auditor when constructing match object This gives the repository control over which nested repository paths that should be allowed via the custom path auditor. Since paths into subrepositories are now allowed, dirstate.walk must now filter away more paths than before.
Fri, 03 Sep 2010 12:58:51 +0200 match: accept auditor argument
Martin Geisler <mg@lazybytes.net> [Fri, 03 Sep 2010 12:58:51 +0200] rev 12163
match: accept auditor argument This is used when normalizing filenames and patterns.
Fri, 03 Sep 2010 12:58:51 +0200 localrepo: add auditor attribute which knows about subrepos
Martin Geisler <mg@lazybytes.net> [Fri, 03 Sep 2010 12:58:51 +0200] rev 12162
localrepo: add auditor attribute which knows about subrepos
Thu, 02 Sep 2010 23:45:47 +0200 tests: remove unneeded -u flags
Martin Geisler <mg@lazybytes.net> [Thu, 02 Sep 2010 23:45:47 +0200] rev 12161
tests: remove unneeded -u flags
Thu, 02 Sep 2010 23:36:43 +0200 merge with stable
Martin Geisler <mg@lazybytes.net> [Thu, 02 Sep 2010 23:36:43 +0200] rev 12160
merge with stable
Thu, 02 Sep 2010 18:12:07 +0200 tests: unify test-empty-file
Adrian Buehlmann <adrian@cadifra.com> [Thu, 02 Sep 2010 18:12:07 +0200] rev 12159
tests: unify test-empty-file
Thu, 02 Sep 2010 17:32:22 +0200 tests: unify test-empty-dir
Adrian Buehlmann <adrian@cadifra.com> [Thu, 02 Sep 2010 17:32:22 +0200] rev 12158
tests: unify test-empty-dir
Thu, 02 Sep 2010 17:13:23 +0200 tests: unify test-dispatch
Adrian Buehlmann <adrian@cadifra.com> [Thu, 02 Sep 2010 17:13:23 +0200] rev 12157
tests: unify test-dispatch
Thu, 02 Sep 2010 23:22:51 +0200 tests: remove unneeded -d flags
Martin Geisler <mg@lazybytes.net> [Thu, 02 Sep 2010 23:22:51 +0200] rev 12156
tests: remove unneeded -d flags Many tests fixed the commit date of their changesets at '1000000 0' or similar. However testing with "Mon Jan 12 13:46:40 1970 +0000" is not better than testing with "Thu Jan 01 00:00:00 1970 +0000", which is the default run-tests.py installs. Removing the unnecessary flag removes some clutter and will hopefully make it clearer what the tests are really trying to test. Some tests did not even change their output when the dates were changed, in which case the -d flag was truly irrelevant. Dates used in sequence (such as '0 0', '1 0', etc...) were left alone since they may make the test easier to understand.
Thu, 02 Sep 2010 22:17:22 +0200 test-merge5: removed unnecessary parts of test
Martin Geisler <mg@lazybytes.net> [Thu, 02 Sep 2010 22:17:22 +0200] rev 12155
test-merge5: removed unnecessary parts of test - no need to initialize a new directory - no need to fix the commit time, already done by run-tests - no need to exit 0, use exit code from hg instead - better spacing around comments
Thu, 02 Sep 2010 12:48:46 -0400 test-merge5: ensure updating to tip across branches is tested
Brodie Rao <brodie@bitheap.org> [Thu, 02 Sep 2010 12:48:46 -0400] rev 12154
test-merge5: ensure updating to tip across branches is tested When doing "hg update" across branches (without any revision specified), hg will abort and ask the user to merge or do hg update -c. This tests for that error.
Thu, 02 Sep 2010 22:38:12 +0200 test-convert-cvs: add a sleep to make test more stable stable
Mads Kiilerich <mads@kiilerich.com> [Thu, 02 Sep 2010 22:38:12 +0200] rev 12153
test-convert-cvs: add a sleep to make test more stable The recent addition of fuzzy tests introduced a new cvs commit which sometimes fails. This adds a sleep to make sure that cvs notices that the file has changed, similar to how it is done in other tests.
Thu, 02 Sep 2010 17:28:20 +0200 merge with stable
Martin Geisler <mg@lazybytes.net> [Thu, 02 Sep 2010 17:28:20 +0200] rev 12152
merge with stable
Thu, 02 Sep 2010 14:45:16 +0200 tests: unify test-diff-binary-file
Adrian Buehlmann <adrian@cadifra.com> [Thu, 02 Sep 2010 14:45:16 +0200] rev 12151
tests: unify test-diff-binary-file
Thu, 02 Sep 2010 15:08:36 +0200 tests: unify test-diff-copy-depth
Adrian Buehlmann <adrian@cadifra.com> [Thu, 02 Sep 2010 15:08:36 +0200] rev 12150
tests: unify test-diff-copy-depth
Thu, 02 Sep 2010 15:39:55 +0200 tests: unify test-diff-upgrade
Adrian Buehlmann <adrian@cadifra.com> [Thu, 02 Sep 2010 15:39:55 +0200] rev 12149
tests: unify test-diff-upgrade
Thu, 02 Sep 2010 14:58:47 +0200 tests: unify test-convert-hg-startrev.
Dan Villiom Podlaski Christiansen <danchr@gmail.com> [Thu, 02 Sep 2010 14:58:47 +0200] rev 12148
tests: unify test-convert-hg-startrev.
Thu, 02 Sep 2010 16:29:04 +0200 tests: unify test-diffstat
Adrian Buehlmann <adrian@cadifra.com> [Thu, 02 Sep 2010 16:29:04 +0200] rev 12147
tests: unify test-diffstat
Thu, 02 Sep 2010 17:07:02 +0200 bookmarks: break long line found by check-code stable
Martin Geisler <mg@lazybytes.net> [Thu, 02 Sep 2010 17:07:02 +0200] rev 12146
bookmarks: break long line found by check-code
Thu, 02 Sep 2010 12:53:28 +0200 help: make "hg help hgrc" an alias for "hg help config" stable
Martin Geisler <mg@lazybytes.net> [Thu, 02 Sep 2010 12:53:28 +0200] rev 12145
help: make "hg help hgrc" an alias for "hg help config"
Thu, 02 Sep 2010 12:08:13 +0200 clone, patch, convert: use hex(nullid) instead of '0'*40
Martin Geisler <mg@lazybytes.net> [Thu, 02 Sep 2010 12:08:13 +0200] rev 12144
clone, patch, convert: use hex(nullid) instead of '0'*40
Thu, 02 Sep 2010 11:20:23 +0200 tests: unify test-diff-newlines
Adrian Buehlmann <adrian@cadifra.com> [Thu, 02 Sep 2010 11:20:23 +0200] rev 12143
tests: unify test-diff-newlines
Wed, 01 Sep 2010 15:23:21 +0200 merge with stable
Martin Geisler <mg@aragost.com> [Wed, 01 Sep 2010 15:23:21 +0200] rev 12142
merge with stable
Tue, 31 Aug 2010 11:57:02 +0200 tests: unify test-diff-unified
Adrian Buehlmann <adrian@cadifra.com> [Tue, 31 Aug 2010 11:57:02 +0200] rev 12141
tests: unify test-diff-unified
Tue, 31 Aug 2010 11:14:48 +0200 tests: unify test-diff-subdir
Adrian Buehlmann <adrian@cadifra.com> [Tue, 31 Aug 2010 11:14:48 +0200] rev 12140
tests: unify test-diff-subdir
Tue, 31 Aug 2010 10:21:24 +0200 tests: unify test-diff-reverse
Adrian Buehlmann <adrian@cadifra.com> [Tue, 31 Aug 2010 10:21:24 +0200] rev 12139
tests: unify test-diff-reverse
Mon, 30 Aug 2010 23:13:52 +0200 tests: unify test-diff-ignore-whitespace
Adrian Buehlmann <adrian@cadifra.com> [Mon, 30 Aug 2010 23:13:52 +0200] rev 12138
tests: unify test-diff-ignore-whitespace
Mon, 30 Aug 2010 16:52:21 +0200 tests: unify test-diff-hashes
Adrian Buehlmann <adrian@cadifra.com> [Mon, 30 Aug 2010 16:52:21 +0200] rev 12137
tests: unify test-diff-hashes
Mon, 30 Aug 2010 14:38:15 +0200 tests: unify test-diff-change
Adrian Buehlmann <adrian@cadifra.com> [Mon, 30 Aug 2010 14:38:15 +0200] rev 12136
tests: unify test-diff-change
Mon, 30 Aug 2010 11:16:21 -0400 test-serve: ensure KILLQUIETLY is only used once
Brodie Rao <brodie@bitheap.org> [Mon, 30 Aug 2010 11:16:21 -0400] rev 12135
test-serve: ensure KILLQUIETLY is only used once 49463314c24f introduced a feature to the hgserve() function that suppresses errors from kill(1). It wrongly assumed that setting an environment variable when calling a function would make it local to the function. It ended up suppressing kill errors for every call thereafter. This patch sets KILLQUIETLY=N after use.
Mon, 30 Aug 2010 17:17:20 +0200 dagparser: translate and lowercase error messages stable
Martin Geisler <mg@aragost.com> [Mon, 30 Aug 2010 17:17:20 +0200] rev 12134
dagparser: translate and lowercase error messages
Mon, 30 Aug 2010 17:11:51 +0200 match: mark error messages for translation stable
Martin Geisler <mg@aragost.com> [Mon, 30 Aug 2010 17:11:51 +0200] rev 12133
match: mark error messages for translation
Wed, 01 Sep 2010 15:03:45 +0200 debugindex(dot): try to access filelogs through repo, if possible
Sune Foldager <sune.foldager@edlund.dk> [Wed, 01 Sep 2010 15:03:45 +0200] rev 12132
debugindex(dot): try to access filelogs through repo, if possible If a repository is accesible, first treat the filename as a working copy file and try to open its filelog. Fallback to opening the file directly as a revlog, as before.
Wed, 01 Sep 2010 14:55:03 +0200 debugdata: try to access filelogs through repo, if possible
Sune Foldager <cryo@cyanite.org> [Wed, 01 Sep 2010 14:55:03 +0200] rev 12131
debugdata: try to access filelogs through repo, if possible If a repository is accesible, first treat the filename as a working copy file and try to open its filelog. Fallback to opening the file directly as a revlog, as before.
Wed, 01 Sep 2010 12:28:34 +0200 merge with stable
Martin Geisler <mg@lazybytes.net> [Wed, 01 Sep 2010 12:28:34 +0200] rev 12130
merge with stable
Mon, 30 Aug 2010 20:27:25 -0400 remove: properly set return code when warnings are issued stable
Brodie Rao <brodie@bitheap.org> [Mon, 30 Aug 2010 20:27:25 -0400] rev 12129
remove: properly set return code when warnings are issued This removes the warn() function in favor of issuing warnings directly for each kind of file that Mercurial won't remove. This also uses three separate translatable strings instead of using string formatting to build the message. This should make it easier to localize.
Wed, 01 Sep 2010 12:05:57 +0200 pull: lowercase error message stable
Martin Geisler <mg@lazybytes.net> [Wed, 01 Sep 2010 12:05:57 +0200] rev 12128
pull: lowercase error message
Tue, 31 Aug 2010 16:36:31 +0200 commit: sort subrepos before committing for stable test output
Martin Geisler <mg@lazybytes.net> [Tue, 31 Aug 2010 16:36:31 +0200] rev 12127
commit: sort subrepos before committing for stable test output
Mon, 30 Aug 2010 19:05:13 +0900 tests: unify test-interhg
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 19:05:13 +0900] rev 12126
tests: unify test-interhg
Tue, 31 Aug 2010 15:47:13 +0900 test-custom-filter: heredoc is not required for single line operations
Nicolas Dumazet <nicdumz.commits@gmail.com> [Tue, 31 Aug 2010 15:47:13 +0900] rev 12125
test-custom-filter: heredoc is not required for single line operations
Mon, 30 Aug 2010 18:57:48 +0900 tests: unify test-custom-filters
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 18:57:48 +0900] rev 12124
tests: unify test-custom-filters
Mon, 30 Aug 2010 18:55:00 +0900 tests: unify test-parse-date
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 18:55:00 +0900] rev 12123
tests: unify test-parse-date
Mon, 30 Aug 2010 18:50:44 +0900 tests: unify test-purge
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 18:50:44 +0900] rev 12122
tests: unify test-purge
Mon, 30 Aug 2010 18:47:02 +0900 tests: unify test-rebuildstate
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 18:47:02 +0900] rev 12121
tests: unify test-rebuildstate
Mon, 30 Aug 2010 14:16:56 +0900 tests: unify test-up-local-change
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 14:16:56 +0900] rev 12120
tests: unify test-up-local-change
Mon, 30 Aug 2010 14:13:36 +0900 tests: unify test-impexp-branch
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 14:13:36 +0900] rev 12119
tests: unify test-impexp-branch
Mon, 30 Aug 2010 14:10:31 +0900 tests: unify test-incoming-outgoing
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 14:10:31 +0900] rev 12118
tests: unify test-incoming-outgoing
Mon, 30 Aug 2010 14:06:18 +0900 tests: unify test-resolve
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 14:06:18 +0900] rev 12117
tests: unify test-resolve
Mon, 30 Aug 2010 14:04:38 +0900 tests: unify test-requires
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 14:04:38 +0900] rev 12116
tests: unify test-requires
Mon, 30 Aug 2010 14:01:57 +0900 tests: unify test-relink
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 14:01:57 +0900] rev 12115
tests: unify test-relink
Mon, 30 Aug 2010 13:55:57 +0900 tests: merge the two test-rename-dir-merge* into one
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 13:55:57 +0900] rev 12114
tests: merge the two test-rename-dir-merge* into one
Mon, 30 Aug 2010 13:51:27 +0900 tests: unify test-rename-dir-merge2
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 13:51:27 +0900] rev 12113
tests: unify test-rename-dir-merge2
Mon, 30 Aug 2010 13:49:40 +0900 tests: unify test-rename-dir-merge
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 13:49:40 +0900] rev 12112
tests: unify test-rename-dir-merge
Mon, 30 Aug 2010 13:46:57 +0900 tests: unify test-revert-unknown
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 13:46:57 +0900] rev 12111
tests: unify test-revert-unknown
Mon, 30 Aug 2010 13:45:24 +0900 tests: unify test-revert-flags
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 13:45:24 +0900] rev 12110
tests: unify test-revert-flags
Mon, 30 Aug 2010 13:43:34 +0900 tests: remove useless sed in test-hgrc
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 13:43:34 +0900] rev 12109
tests: remove useless sed in test-hgrc
Mon, 30 Aug 2010 13:41:03 +0900 tests: mq-safety: use regular expression instead of sed
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 13:41:03 +0900] rev 12108
tests: mq-safety: use regular expression instead of sed
Mon, 30 Aug 2010 13:37:12 +0900 tests: use regular expression instead of sed in test-subrepo-deep-nested-change
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 13:37:12 +0900] rev 12107
tests: use regular expression instead of sed in test-subrepo-deep-nested-change
Mon, 30 Aug 2010 13:32:37 +0900 tests: unify test-revert
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 13:32:37 +0900] rev 12106
tests: unify test-revert
Mon, 30 Aug 2010 13:29:44 +0900 util: get rid of extra trailing whitespace in parsedate abort message
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 13:29:44 +0900] rev 12105
util: get rid of extra trailing whitespace in parsedate abort message
Mon, 30 Aug 2010 13:23:32 +0900 tests: unify test-revset
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 13:23:32 +0900] rev 12104
tests: unify test-revset
Mon, 30 Aug 2010 13:18:19 +0900 test-revset: remove trailing whitespaces
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 13:18:19 +0900] rev 12103
test-revset: remove trailing whitespaces
Mon, 30 Aug 2010 13:15:30 +0900 test-keyword: use regular expressions instead of grepping
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 13:15:30 +0900] rev 12102
test-keyword: use regular expressions instead of grepping
Mon, 30 Aug 2010 13:11:32 +0900 tests: remove useless grep -v in test-mq.t
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 13:11:32 +0900] rev 12101
tests: remove useless grep -v in test-mq.t
Mon, 30 Aug 2010 13:08:18 +0900 tests: unify test-remove-new
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 13:08:18 +0900] rev 12100
tests: unify test-remove-new
Mon, 30 Aug 2010 13:02:54 +0900 tests: unify test-remove
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 13:02:54 +0900] rev 12099
tests: unify test-remove
Mon, 30 Aug 2010 12:58:43 +0900 tests: unify test-rename
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 12:58:43 +0900] rev 12098
tests: unify test-rename
Mon, 30 Aug 2010 12:48:17 +0900 tests: unify test-strict
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 12:48:17 +0900] rev 12097
tests: unify test-strict
Mon, 30 Aug 2010 12:46:19 +0900 tests: unify test-inherit-mode
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 12:46:19 +0900] rev 12096
tests: unify test-inherit-mode
Mon, 30 Aug 2010 12:41:43 +0900 tests: unify test-churn
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 12:41:43 +0900] rev 12095
tests: unify test-churn
Mon, 30 Aug 2010 12:02:31 +0900 tests: convert test-bisect
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 30 Aug 2010 12:02:31 +0900] rev 12094
tests: convert test-bisect
Fri, 27 Aug 2010 20:45:18 -0400 alias: on --debug, print expansion when it has invalid arguments
Brodie Rao <brodie@bitheap.org> [Fri, 27 Aug 2010 20:45:18 -0400] rev 12093
alias: on --debug, print expansion when it has invalid arguments
Fri, 27 Aug 2010 20:45:11 -0400 alias: print what command is being shadowed in debug message
Brodie Rao <brodie@bitheap.org> [Fri, 27 Aug 2010 20:45:11 -0400] rev 12092
alias: print what command is being shadowed in debug message
Mon, 30 Aug 2010 22:52:00 +0200 merge with stable
Martin Geisler <mg@lazybytes.net> [Mon, 30 Aug 2010 22:52:00 +0200] rev 12091
merge with stable
Mon, 30 Aug 2010 22:47:38 +0200 mail: use standard section.entry format in error message stable
Martin Geisler <mg@lazybytes.net> [Mon, 30 Aug 2010 22:47:38 +0200] rev 12090
mail: use standard section.entry format in error message
Sat, 28 Aug 2010 21:57:36 -0500 color: accept usual boolean values as synonyms for always and never
Augie Fackler <durin42@gmail.com> [Sat, 28 Aug 2010 21:57:36 -0500] rev 12089
color: accept usual boolean values as synonyms for always and never
Mon, 30 Aug 2010 10:28:25 -0500 parsebool: accept always as true and never as false
Augie Fackler <durin42@gmail.com> [Mon, 30 Aug 2010 10:28:25 -0500] rev 12088
parsebool: accept always as true and never as false
Sat, 28 Aug 2010 21:50:35 -0500 parsebool: create new function and use it for config parsing
Augie Fackler <durin42@gmail.com> [Sat, 28 Aug 2010 21:50:35 -0500] rev 12087
parsebool: create new function and use it for config parsing
Sat, 28 Aug 2010 21:49:53 -0500 util: clean up trailing whitespace
Augie Fackler <durin42@gmail.com> [Sat, 28 Aug 2010 21:49:53 -0500] rev 12086
util: clean up trailing whitespace
Mon, 30 Aug 2010 14:38:24 +0200 Consistently import foo as foomod when foo to avoid shadowing
Martin Geisler <mg@aragost.com> [Mon, 30 Aug 2010 14:38:24 +0200] rev 12085
Consistently import foo as foomod when foo to avoid shadowing This is in the style of 5f091fc1bab7.
Mon, 30 Aug 2010 13:00:22 +0200 Merge with stable
Martin Geisler <mg@aragost.com> [Mon, 30 Aug 2010 13:00:22 +0200] rev 12084
Merge with stable
Fri, 27 Aug 2010 22:36:35 -0400 help: refer to user configuration file more consistently stable
Brodie Rao <brodie@bitheap.org> [Fri, 27 Aug 2010 22:36:35 -0400] rev 12083
help: refer to user configuration file more consistently Currently, a number of commands and help topics mention the user hgrc file in different ways. Among these are following: 1. .hgrc - "please specify your commit editor/username in your .hgrc file", bookmarks, color, hgk, pager, hg help environment 2. $HOME/.hgrc - hg help paths, hgrc(5), hg(1) 3. ~/.hgrc - hgrc(5) In addition to being inconsistent, none of these make sense on Windows. This patch replaces the above with a more general term of "[your] configuration file".
Mon, 30 Aug 2010 11:39:43 +0200 tests: unify test-config-case
Adrian Buehlmann <adrian@cadifra.com> [Mon, 30 Aug 2010 11:39:43 +0200] rev 12082
tests: unify test-config-case
Sun, 29 Aug 2010 23:16:31 +0200 win32: add hgweb scripts to Inno Setup installer stable
Pascal Quantin <pascal.quantin@gmail.com> [Sun, 29 Aug 2010 23:16:31 +0200] rev 12081
win32: add hgweb scripts to Inno Setup installer
Sun, 29 Aug 2010 22:57:24 +0200 win32: add Emacs scripts to Inno Setup installer stable
Pascal Quantin <pascal.quantin@gmail.com> [Sun, 29 Aug 2010 22:57:24 +0200] rev 12080
win32: add Emacs scripts to Inno Setup installer
Sun, 29 Aug 2010 23:56:19 +0200 path_auditor: delegate checking of nested repos to a callback
Martin Geisler <mg@lazybytes.net> [Sun, 29 Aug 2010 23:56:19 +0200] rev 12079
path_auditor: delegate checking of nested repos to a callback
Sun, 29 Aug 2010 23:56:19 +0200 util: use 'auditor' as consistent name for path auditors
Martin Geisler <mg@lazybytes.net> [Sun, 29 Aug 2010 23:56:19 +0200] rev 12078
util: use 'auditor' as consistent name for path auditors
Sun, 29 Aug 2010 23:56:19 +0200 util: add optional path auditor argument to canonpath
Martin Geisler <mg@lazybytes.net> [Sun, 29 Aug 2010 23:56:19 +0200] rev 12077
util: add optional path auditor argument to canonpath The canonpath function will default to creating its own path auditor, but in some cases it will be useful to use a specialized auditor, e.g., one that wont abort if a path lies within a subrepository.
Sat, 28 Aug 2010 12:31:07 -0400 mail/hgweb: support service names for ports (issue2350)
Brodie Rao <brodie@bitheap.org> [Sat, 28 Aug 2010 12:31:07 -0400] rev 12076
mail/hgweb: support service names for ports (issue2350) This adds util.getport(port) which tries to parse port as an int, and failing that, looks it up using socket.getservbyname(). Thus, the following will work: [smtp] port = submission [web] port = http This does not apply to ports in URLs used in clone, pull, etc.
Fri, 27 Aug 2010 16:25:47 +0200 tests: unify test-qrecord
Dan Villiom Podlaski Christiansen <danchr@gmail.com> [Fri, 27 Aug 2010 16:25:47 +0200] rev 12075
tests: unify test-qrecord
Fri, 27 Aug 2010 16:25:47 +0200 tests: unify test-record
Dan Villiom Podlaski Christiansen <danchr@gmail.com> [Fri, 27 Aug 2010 16:25:47 +0200] rev 12074
tests: unify test-record
Fri, 27 Aug 2010 16:25:47 +0200 tests: unify test-help
Dan Villiom Podlaski Christiansen <danchr@gmail.com> [Fri, 27 Aug 2010 16:25:47 +0200] rev 12073
tests: unify test-help
Fri, 27 Aug 2010 00:27:40 +0200 tests: unify test-bheads
Adrian Buehlmann <adrian@cadifra.com> [Fri, 27 Aug 2010 00:27:40 +0200] rev 12072
tests: unify test-bheads
Thu, 26 Aug 2010 12:41:00 +0200 tests: unify test-lock-badness
Adrian Buehlmann <adrian@cadifra.com> [Thu, 26 Aug 2010 12:41:00 +0200] rev 12071
tests: unify test-lock-badness
Sun, 29 Aug 2010 22:55:37 +0200 Merge with stable
Martin Geisler <mg@lazybytes.net> [Sun, 29 Aug 2010 22:55:37 +0200] rev 12070
Merge with stable
Sun, 29 Aug 2010 22:46:00 +0200 churn: do not crash on malformed lines in alias file stable
Martin Geisler <mg@lazybytes.net> [Sun, 29 Aug 2010 22:46:00 +0200] rev 12069
churn: do not crash on malformed lines in alias file
Sun, 29 Aug 2010 10:54:22 +0200 churn: do not crash on empty lines in alias file stable
Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de> [Sun, 29 Aug 2010 10:54:22 +0200] rev 12068
churn: do not crash on empty lines in alias file
Sun, 29 Aug 2010 22:37:58 +0200 Lowercase error messages stable
Martin Geisler <mg@lazybytes.net> [Sun, 29 Aug 2010 22:37:58 +0200] rev 12067
Lowercase error messages
Sat, 28 Aug 2010 23:57:39 +0200 localrepo: introduce method for explicit branch cache update
Georg Brandl <georg@python.org> [Sat, 28 Aug 2010 23:57:39 +0200] rev 12066
localrepo: introduce method for explicit branch cache update Currently, localrepo.branchtags() is called in two locations to update the _branchcache dict, however branchtags() itself does not update anything, it calls branchmap() to do so. This change introduces a new updatebranchcache() method that is used by both branchmap() and the calls to update the cache.
Fri, 27 Aug 2010 22:24:47 -0500 color: handle more Windows console errors
Steve Borho <steve@borho.org> [Fri, 27 Aug 2010 22:24:47 -0500] rev 12065
color: handle more Windows console errors If your application is being built as a non-console application, stdout is not a valid handle and raises an exception: pywintypes.error: (6, 'DuplicateHandle', 'The handle is invalid.') Alternatively, non-console applications launched outside of a console will return None from GetStdHandle instead of raising an exception.
Wed, 25 Aug 2010 23:26:18 +0100 patchbomb: remove unneeded line continuation
Christian Ebert <blacktrash@gmx.net> [Wed, 25 Aug 2010 23:26:18 +0100] rev 12064
patchbomb: remove unneeded line continuation
Fri, 27 Aug 2010 13:32:40 -0400 cleanup: remove unused variables
Brodie Rao <brodie@bitheap.org> [Fri, 27 Aug 2010 13:32:40 -0400] rev 12063
cleanup: remove unused variables
Fri, 27 Aug 2010 13:32:38 -0400 cleanup: remove unused imports
Brodie Rao <brodie@bitheap.org> [Fri, 27 Aug 2010 13:32:38 -0400] rev 12062
cleanup: remove unused imports
Fri, 27 Aug 2010 13:18:25 +0200 Merge with stable
Martin Geisler <mg@lazybytes.net> [Fri, 27 Aug 2010 13:18:25 +0200] rev 12061
Merge with stable
Fri, 27 Aug 2010 13:03:57 +0200 subrepo: use [0-9] instead of [\d] in svn subrepo regex
Martin Geisler <mg@lazybytes.net> [Fri, 27 Aug 2010 13:03:57 +0200] rev 12060
subrepo: use [0-9] instead of [\d] in svn subrepo regex The \d was used in a normal (not raw) string and was only passed through to re.search because Python does not define that escape character itself. Using 0-9 makes it clearer what is happening.
Thu, 26 Aug 2010 23:38:13 +0200 webcommands: remove unncessary access to repo.changelog
Patrick Mezard <pmezard@gmail.com> [Thu, 26 Aug 2010 23:38:13 +0200] rev 12059
webcommands: remove unncessary access to repo.changelog changectx are good enough in these cases and their interface is more stable.
Thu, 26 Aug 2010 23:38:13 +0200 archival: do not use repo.changelog directly
Patrick Mezard <pmezard@gmail.com> [Thu, 26 Aug 2010 23:38:13 +0200] rev 12058
archival: do not use repo.changelog directly
Thu, 26 Aug 2010 23:38:13 +0200 repair: pass variable explicitely to nested function
Patrick Mezard <pmezard@gmail.com> [Thu, 26 Aug 2010 23:38:13 +0200] rev 12057
repair: pass variable explicitely to nested function
Thu, 26 Aug 2010 23:11:03 +0200 mercurial.spec: specify file modes for install stable
Mads Kiilerich <mads@kiilerich.com> [Thu, 26 Aug 2010 23:11:03 +0200] rev 12056
mercurial.spec: specify file modes for install
Thu, 26 Aug 2010 22:51:48 +0200 simplemerge: remove hash-bang from non-executable script stable
Mads Kiilerich <mads@kiilerich.com> [Thu, 26 Aug 2010 22:51:48 +0200] rev 12055
simplemerge: remove hash-bang from non-executable script
Thu, 26 Aug 2010 11:03:12 -0500 merge with stable
Matt Mackall <mpm@selenic.com> [Thu, 26 Aug 2010 11:03:12 -0500] rev 12054
merge with stable
Thu, 26 Aug 2010 11:00:46 -0500 Added signature for changeset ff5cec76b1c5 stable
Matt Mackall <mpm@selenic.com> [Thu, 26 Aug 2010 11:00:46 -0500] rev 12053
Added signature for changeset ff5cec76b1c5
Thu, 26 Aug 2010 11:00:42 -0500 Added tag 1.6.3 for changeset ff5cec76b1c5 stable
Matt Mackall <mpm@selenic.com> [Thu, 26 Aug 2010 11:00:42 -0500] rev 12052
Added tag 1.6.3 for changeset ff5cec76b1c5
Tue, 17 Aug 2010 17:38:19 -0500 util: avoid using hashlib on Python < 2.5 (issue2278) stable 1.6.3
Sol Jerome <sol.jerome@gmail.com> [Tue, 17 Aug 2010 17:38:19 -0500] rev 12051
util: avoid using hashlib on Python < 2.5 (issue2278) The following patch allows the use of python2.4 with a standalone hashlib rather than assuming that python2.5 is in use when hashlib is imported successfully.
Mon, 16 Aug 2010 12:55:42 -0500 templates: add filenolink to raw style (issue2332) stable
Matt Mackall <mpm@selenic.com> [Mon, 16 Aug 2010 12:55:42 -0500] rev 12050
templates: add filenolink to raw style (issue2332)
Fri, 13 Aug 2010 10:53:10 +0200 url: limit expansion to safe auth keys (Issue2328) stable
Martin Geisler <mg@aragost.com> [Fri, 13 Aug 2010 10:53:10 +0200] rev 12049
url: limit expansion to safe auth keys (Issue2328) Mads Kiilerich pointed out that 7c9beccb0533 was too eager since the prefix and password keys may contain $-signs. So this only add the username to the list of keys that are expanded. This also updates the documentation to match.
Fri, 13 Aug 2010 10:10:11 +0200 url: expand vars in all [auth] settings (issue2328) stable
Martin Geisler <mg@aragost.com> [Fri, 13 Aug 2010 10:10:11 +0200] rev 12048
url: expand vars in all [auth] settings (issue2328)
Thu, 26 Aug 2010 17:55:07 +0200 merge with stable
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 26 Aug 2010 17:55:07 +0200] rev 12047
merge with stable
Thu, 26 Aug 2010 17:38:43 +0200 Fix merge-tools.checkconflicts stable
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 26 Aug 2010 17:38:43 +0200] rev 12046
Fix merge-tools.checkconflicts re.match only looks at the beginning of the merged file, and without re.MULTILINE the file had to end with ">>>>>>> something". Now conflict markers inside the file are found, too.
Thu, 26 Aug 2010 17:38:43 +0200 Fix merge-tools.checkconflicts
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 26 Aug 2010 17:38:43 +0200] rev 12045
Fix merge-tools.checkconflicts re.match only looks at the beginning of the merged file, and without re.MULTILINE the file had to end with ">>>>>>> something". Now conflict markers inside the file are found, too.
Wed, 25 Aug 2010 16:55:54 -0500 bundlerepo: remove duplication of bundle decompressors
Matt Mackall <mpm@selenic.com> [Wed, 25 Aug 2010 16:55:54 -0500] rev 12044
bundlerepo: remove duplication of bundle decompressors
Wed, 25 Aug 2010 16:53:06 -0500 bundle: introduce bundle class
Matt Mackall <mpm@selenic.com> [Wed, 25 Aug 2010 16:53:06 -0500] rev 12043
bundle: introduce bundle class
Wed, 25 Aug 2010 15:33:06 -0500 bundle: unify/refactor unbundle/readbundle
Matt Mackall <mpm@selenic.com> [Wed, 25 Aug 2010 15:33:06 -0500] rev 12042
bundle: unify/refactor unbundle/readbundle
Wed, 25 Aug 2010 15:33:05 -0500 bundle: factor out decompressor
Matt Mackall <mpm@selenic.com> [Wed, 25 Aug 2010 15:33:05 -0500] rev 12041
bundle: factor out decompressor
Wed, 25 Aug 2010 15:20:25 -0500 merge with stable
Matt Mackall <mpm@selenic.com> [Wed, 25 Aug 2010 15:20:25 -0500] rev 12040
merge with stable
Sat, 21 Aug 2010 22:48:14 -0400 alias: make shadowing behavior more consistent (issue2054) stable
Brodie Rao <brodie@bitheap.org> [Sat, 21 Aug 2010 22:48:14 -0400] rev 12039
alias: make shadowing behavior more consistent (issue2054) Currently, given an alias like the following: [alias] summary = summary --remote The alias might be executed - or it might not - depending on the order of the cmdtable dict. This happens because cmdalias gets assigned back to the cmdtable like so: cmdtable['summary'] = ... Yet '^summary|sum' is still in the table, so which one cmdutil.findcmd() chooses isn't deterministic. This patch makes cmdalias assign back to '^summary|sum'. It uses the same cmdtable key lookup that extensions.wrapcommand() does.
Tue, 24 Aug 2010 23:30:51 +0900 hgweb: handle exception of misconfigured path on index page stable
Yuya Nishihara <yuya@tcha.org> [Tue, 24 Aug 2010 23:30:51 +0900] rev 12038
hgweb: handle exception of misconfigured path on index page If hgweb.config contains wrong path mapping, hgweb causes internal server error on repository index page. This patch changes makeindex() to ignore RepoError, because it looks to be designed to suppress configuration error.
Tue, 24 Aug 2010 13:13:35 -0500 statichttprepo: disable pushkey
Matt Mackall <mpm@selenic.com> [Tue, 24 Aug 2010 13:13:35 -0500] rev 12037
statichttprepo: disable pushkey
Fri, 13 Aug 2010 16:05:08 +0200 mq: extend support for the --mq argument to extension commands
Dan Villiom Podlaski Christiansen <danchr@gmail.com> [Fri, 13 Aug 2010 16:05:08 +0200] rev 12036
mq: extend support for the --mq argument to extension commands This allows commands like `purge' to accept the --mq option.
Sun, 22 Aug 2010 13:17:34 +0200 repository: drop unused rjoin() method
Patrick Mezard <pmezard@gmail.com> [Sun, 22 Aug 2010 13:17:34 +0200] rev 12035
repository: drop unused rjoin() method This method was introduced by cfeeac24fc1e but grepping the history does not reveal any call. Extensions may use it but the method intent is not even clear to me.
Tue, 24 Aug 2010 15:13:11 +0200 tests: unify test-export
Adrian Buehlmann <adrian@cadifra.com> [Tue, 24 Aug 2010 15:13:11 +0200] rev 12034
tests: unify test-export
Wed, 25 Aug 2010 16:40:49 +0200 revert: wrap long line
Martin Geisler <mg@lazybytes.net> [Wed, 25 Aug 2010 16:40:49 +0200] rev 12033
revert: wrap long line
Wed, 25 Aug 2010 16:23:32 +0200 util: remove lexists, Python 2.4 introduced os.path.lexists
Martin Geisler <mg@lazybytes.net> [Wed, 25 Aug 2010 16:23:32 +0200] rev 12032
util: remove lexists, Python 2.4 introduced os.path.lexists
Wed, 25 Aug 2010 13:40:46 +0200 Merge with stable
Martin Geisler <mg@lazybytes.net> [Wed, 25 Aug 2010 13:40:46 +0200] rev 12031
Merge with stable
Wed, 25 Aug 2010 13:29:46 +0200 context: mark string for translation stable
Martin Geisler <mg@lazybytes.net> [Wed, 25 Aug 2010 13:29:46 +0200] rev 12030
context: mark string for translation
(0) -10000 -3000 -1000 -256 +256 +1000 +3000 +10000 +30000 tip