Mon, 29 Jun 2009 01:09:33 +0900 inotify: server: use dirstate instead of repo
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 29 Jun 2009 01:09:33 +0900] rev 9350
inotify: server: use dirstate instead of repo
Mon, 29 Jun 2009 01:05:06 +0900 inotify: server: use wprefix everywhere, introduce prefixlen
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 29 Jun 2009 01:05:06 +0900] rev 9349
inotify: server: use wprefix everywhere, introduce prefixlen self.wprefix = self.repo.root + '/' = self.repo.wjoin('') + '/' Since we'll eventually get rid of self.repo, keep only the first form. use self.prefixlen to compute only once the root prefix size.
Sun, 28 Jun 2009 19:46:36 +0900 inotify: server._updatestatus: simplify control flow
Nicolas Dumazet <nicdumz.commits@gmail.com> [Sun, 28 Jun 2009 19:46:36 +0900] rev 9348
inotify: server._updatestatus: simplify control flow
Tue, 11 Aug 2009 22:45:38 +0200 url: add support for custom handlers in extensions
Henrik Stuart <hg@hstuart.dk> [Tue, 11 Aug 2009 22:45:38 +0200] rev 9347
url: add support for custom handlers in extensions
Wed, 15 Jul 2009 11:26:47 +0900 patchbomb: add --flag to put flags in subject prefixes
Nicolas Dumazet <nicdumz.commits@gmail.com> [Wed, 15 Jul 2009 11:26:47 +0900] rev 9346
patchbomb: add --flag to put flags in subject prefixes --flag foo uses: [PATCH foo] or [PATCH M of N foo] depending on the number of patches. Multiple flags are supported: --flag foo --flag bar gives [PATCH foo bar]
Wed, 12 Aug 2009 12:07:11 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Wed, 12 Aug 2009 12:07:11 -0500] rev 9345
Merge with stable
Wed, 12 Aug 2009 12:06:12 -0500 Merge with i18n-stable
Matt Mackall <mpm@selenic.com> [Wed, 12 Aug 2009 12:06:12 -0500] rev 9344
Merge with i18n-stable
Wed, 12 Aug 2009 12:05:35 -0500 Merge with i18n
Matt Mackall <mpm@selenic.com> [Wed, 12 Aug 2009 12:05:35 -0500] rev 9343
Merge with i18n
Tue, 11 Aug 2009 18:27:34 -0300 merge with i18n-stable
Wagner Bruna <wbruna@yahoo.com> [Tue, 11 Aug 2009 18:27:34 -0300] rev 9342
merge with i18n-stable
Wed, 05 Aug 2009 10:56:20 -0300 i18n-pt_BR: miscellaneous fixes
Wagner Bruna <wbruna@yahoo.com> [Wed, 05 Aug 2009 10:56:20 -0300] rev 9341
i18n-pt_BR: miscellaneous fixes
Tue, 28 Jul 2009 15:50:14 -0300 i18n-pt_BR: synchronized with 2de7d96593db
Wagner Bruna <wbruna@softwareexpress.com.br> [Tue, 28 Jul 2009 15:50:14 -0300] rev 9340
i18n-pt_BR: synchronized with 2de7d96593db
Wed, 12 Aug 2009 11:50:27 +0200 config: improve code readability
Andrey <py4fun@gmail.com> [Wed, 12 Aug 2009 11:50:27 +0200] rev 9339
config: improve code readability
Wed, 12 Aug 2009 10:57:18 +0200 mq: re-phrase the qrefresh help about the user and date options
Yann E. MORIN <yann.morin.1998@anciens.enib.fr> [Wed, 12 Aug 2009 10:57:18 +0200] rev 9338
mq: re-phrase the qrefresh help about the user and date options
Wed, 12 Aug 2009 10:57:27 +0200 mq: add the date with qrefresh, even if missing (issue1768)
Yann E. MORIN <yann.morin.1998@anciens.enib.fr> [Wed, 12 Aug 2009 10:57:27 +0200] rev 9337
mq: add the date with qrefresh, even if missing (issue1768) When setting the date with qrefresh (-d|-D), and the patch does have neither a 'Date:' nor a '# Date' header, add the date field as such: - if the patch has a 'From:' header, add a 'Date:' header - otherwise, upgrade to Mercurial extended patch format and add '# Date'
Wed, 12 Aug 2009 10:48:18 +0200 mq: upgrade the patch to HG format when adding the author name with qrefresh
Yann E. MORIN <yann.morin.1998@anciens.enib.fr> [Wed, 12 Aug 2009 10:48:18 +0200] rev 9336
mq: upgrade the patch to HG format when adding the author name with qrefresh When setting the author field with qrefresh (-u|-U), and the patch does have neither a 'From:' nor a '# User' header, add the author name as such: - if the patch has a 'Date:' header, add a 'From:' header - otherwise, upgrade to Mercurial extended patch format and add # From
Wed, 12 Aug 2009 10:46:16 +0200 mq: add function to check if a header exists in a patch
Yann E. MORIN <yann.morin.1998@anciens.enib.fr> [Wed, 12 Aug 2009 10:46:16 +0200] rev 9335
mq: add function to check if a header exists in a patch
Wed, 12 Aug 2009 10:46:03 +0200 mq: fix coding style in qrefresh
Yann E. MORIN <yann.morin.1998@anciens.enib.fr> [Wed, 12 Aug 2009 10:46:03 +0200] rev 9334
mq: fix coding style in qrefresh
Mon, 10 Aug 2009 23:27:08 +0200 Merge with crew-stable.
Martin Geisler <mg@lazybytes.net> [Mon, 10 Aug 2009 23:27:08 +0200] rev 9333
Merge with crew-stable.
Wed, 05 Aug 2009 21:45:54 -0500 hook: fix full path imports on Windows (issue1779)
Steve Borho <steve@borho.org> [Wed, 05 Aug 2009 21:45:54 -0500] rev 9332
hook: fix full path imports on Windows (issue1779) Bottom portion fixes full path imports on source installs on Windows. The top portion further fixes full path imports on binary installs. Initial patch by Roman V. Kiseliov
Mon, 10 Aug 2009 23:02:58 +0200 patch: marked string for translation
Martin Geisler <mg@lazybytes.net> [Mon, 10 Aug 2009 23:02:58 +0200] rev 9331
patch: marked string for translation
Mon, 10 Aug 2009 22:59:29 +0200 diffstat: scale adds/removes proportionally to graph width
Brodie Rao <me+hg@dackz.net> [Mon, 10 Aug 2009 22:59:29 +0200] rev 9330
diffstat: scale adds/removes proportionally to graph width The previous method of scaling had a tendency to include graph lines that went past the output width when the file with the most changes had a very large number of changes.
Fri, 07 Aug 2009 21:15:01 +0200 test-clone-failure: reenable perm to allow deletion
Simon Heimberg <simohe@besonet.ch> [Fri, 07 Aug 2009 21:15:01 +0200] rev 9329
test-clone-failure: reenable perm to allow deletion
Fri, 07 Aug 2009 19:27:54 -0700 patch: create file even if source is not /dev/null
Brendan Cully <brendan@kublai.com> [Fri, 07 Aug 2009 19:27:54 -0700] rev 9328
patch: create file even if source is not /dev/null as long as the first hunk is -0,0 and the source and destination have the same name. Matt found a patch like this, and /usr/bin/patch accepts it.
Thu, 06 Aug 2009 21:35:58 -0700 Merge with crew
Bryan O'Sullivan <bos@serpentine.com> [Thu, 06 Aug 2009 21:35:58 -0700] rev 9327
Merge with crew
Thu, 06 Aug 2009 21:35:25 -0700 Fix failing darcs test
Bryan O'Sullivan <bos@serpentine.com> [Thu, 06 Aug 2009 21:35:25 -0700] rev 9326
Fix failing darcs test
Thu, 06 Aug 2009 18:48:00 -0700 Merge with mpm
Bryan O'Sullivan <bos@serpentine.com> [Thu, 06 Aug 2009 18:48:00 -0700] rev 9325
Merge with mpm
Wed, 05 Aug 2009 22:52:35 -0700 Merge backout of 26fa0e31011d
Brendan Cully <brendan@kublai.com> [Wed, 05 Aug 2009 22:52:35 -0700] rev 9324
Merge backout of 26fa0e31011d
Wed, 05 Aug 2009 22:51:30 -0700 Backed out changeset 26fa0e31011d.
Brendan Cully <brendan@kublai.com> [Wed, 05 Aug 2009 22:51:30 -0700] rev 9323
Backed out changeset 26fa0e31011d. On OS X, it broke test-issue322, test-issue660, test-permissions, test-symlink-addremove, and test-walk.
Mon, 03 Aug 2009 23:27:25 -0500 mercurial.ini: provide more useful info
Steve Borho <steve@borho.org> [Mon, 03 Aug 2009 23:27:25 -0500] rev 9322
mercurial.ini: provide more useful info * Add warning about not editing the site-wide file on Vista * More detail about where to create user Mercurial.ini * Provide examples for ssh tools * List extensions, all disabled * add [patch] section, for fixing patch behavior when using win32text * example [extdiff] section, all disabled * example [diff] section, all disabled
Wed, 05 Aug 2009 17:17:06 -0700 churn: correct output when run in subdirectories
Brendan Cully <brendan@kublai.com> [Wed, 05 Aug 2009 17:17:06 -0700] rev 9321
churn: correct output when run in subdirectories
Thu, 06 Aug 2009 00:34:28 +0200 i18n: move unrelated line out of try-except block
Martin Geisler <mg@lazybytes.net> [Thu, 06 Aug 2009 00:34:28 +0200] rev 9320
i18n: move unrelated line out of try-except block
Thu, 06 Aug 2009 00:26:34 +0200 i18n: updated outdated comment
Martin Geisler <mg@lazybytes.net> [Thu, 06 Aug 2009 00:26:34 +0200] rev 9319
i18n: updated outdated comment
Wed, 05 Aug 2009 16:32:57 +0200 merge backout of 5724cd7b3688
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 05 Aug 2009 16:32:57 +0200] rev 9318
merge backout of 5724cd7b3688
Wed, 05 Aug 2009 16:32:38 +0200 Backed out changeset 5724cd7b3688 (depends on other changes, no tests)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 05 Aug 2009 16:32:38 +0200] rev 9317
Backed out changeset 5724cd7b3688 (depends on other changes, no tests)
Wed, 05 Aug 2009 17:21:29 +0200 merge with crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 05 Aug 2009 17:21:29 +0200] rev 9316
merge with crew-stable
Wed, 05 Aug 2009 17:19:37 +0200 dispatch: also pass level argument to __import__ for ignored modules
Dan Villiom Podlaski Christiansen <danchr@gmail.com> [Wed, 05 Aug 2009 17:19:37 +0200] rev 9315
dispatch: also pass level argument to __import__ for ignored modules I wanted to check if mercurial.demandimport could speed up the loading of PyObjC, and ran into this: the level argument for __import__, available in Python 2.5 and later, is silently dropped when doing an 'import *'. I have no idea what these arguments mean, but this minor change made it work. (Oh, and because of that 'from ... import *', PyObjC still took about 2s...)
Wed, 05 Aug 2009 14:58:30 +0200 lsprof: make profile not die when imported modules changes (issue1774)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 05 Aug 2009 14:58:30 +0200] rev 9314
lsprof: make profile not die when imported modules changes (issue1774)
Wed, 05 Aug 2009 17:19:08 +0200 notify: do not mime encode multipart templates
Christian Ebert <blacktrash@gmx.net> [Wed, 05 Aug 2009 17:19:08 +0200] rev 9313
notify: do not mime encode multipart templates Mulitpart templates should take care of this themselves. See http://www.selenic.com/pipermail/mercurial/2009-July/027017.html Also catch potential parsing errors gracefully.
Wed, 05 Aug 2009 17:08:28 +0200 kill trailing whitespace
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 05 Aug 2009 17:08:28 +0200] rev 9312
kill trailing whitespace
Wed, 05 Aug 2009 15:00:44 +0200 color: simplify & improve colorization of qseries
Dan Villiom Podlaski Christiansen <danchr@gmail.com> [Wed, 05 Aug 2009 15:00:44 +0200] rev 9311
color: simplify & improve colorization of qseries Use 'repo.mq.series' to obtain patch names, instead of deriving them from the qseries output. This is both simpler and more robust, and fixes colorization of patches without a message with -s/--summary.
Wed, 05 Aug 2009 14:44:36 +0200 gendoc: documentation section describing available extensions
Cédric Duval <cedricduval@free.fr> [Wed, 05 Aug 2009 14:44:36 +0200] rev 9310
gendoc: documentation section describing available extensions
Wed, 05 Aug 2009 14:42:57 +0200 localrepo: document the locking scheme a little better
Greg Ward <greg-hg@gerg.ca> [Wed, 05 Aug 2009 14:42:57 +0200] rev 9309
localrepo: document the locking scheme a little better - localrepo: document lock(), wlock() methods - lock: add class docstring
Wed, 05 Aug 2009 17:20:47 +0200 keyword: use util.datestr for utcdate filter, expose through variable
Christian Ebert <blacktrash@gmx.net> [Wed, 05 Aug 2009 17:20:47 +0200] rev 9308
keyword: use util.datestr for utcdate filter, expose through variable
Wed, 05 Aug 2009 17:20:47 +0200 keyword: reference templating help, add utcdate filter example
Christian Ebert <blacktrash@gmx.net> [Wed, 05 Aug 2009 17:20:47 +0200] rev 9307
keyword: reference templating help, add utcdate filter example
Wed, 05 Aug 2009 17:20:47 +0200 keyword: remove "help keyword" from test
Christian Ebert <blacktrash@gmx.net> [Wed, 05 Aug 2009 17:20:47 +0200] rev 9306
keyword: remove "help keyword" from test Testing help output does not make sense as we have no way to check for errors in content which would be the only reasonable test here.
Wed, 29 Jul 2009 09:28:45 +0200 keyword: update copyright
Christian Ebert <blacktrash@gmx.net> [Wed, 29 Jul 2009 09:28:45 +0200] rev 9305
keyword: update copyright
Mon, 03 Aug 2009 10:39:14 +0200 hgwebdir: add links to the main repository page in notfound.tmpl
timeless@mozdev.org [Mon, 03 Aug 2009 10:39:14 +0200] rev 9304
hgwebdir: add links to the main repository page in notfound.tmpl
Mon, 03 Aug 2009 10:28:09 +0200 Merge with crew-stable
Martin Geisler <mg@lazybytes.net> [Mon, 03 Aug 2009 10:28:09 +0200] rev 9303
Merge with crew-stable
Sun, 02 Aug 2009 19:21:47 -0700 help: improve "hg help revisions"
Stuart W Marks <smarks@smarks.org> [Sun, 02 Aug 2009 19:21:47 -0700] rev 9302
help: improve "hg help revisions" Add info about branch names, and other clarifications.
Mon, 03 Aug 2009 00:19:01 +0200 rebase: link to RebaseExtension
Martin Geisler <mg@lazybytes.net> [Mon, 03 Aug 2009 00:19:01 +0200] rev 9301
rebase: link to RebaseExtension This new page has the usual user-oriented information about the extension.
Mon, 03 Aug 2009 00:12:10 +0200 patchbomb: use a list instead of indented paragraphs
Martin Geisler <mg@lazybytes.net> [Mon, 03 Aug 2009 00:12:10 +0200] rev 9300
patchbomb: use a list instead of indented paragraphs
Mon, 03 Aug 2009 00:02:00 +0200 help: un-indent list in "hg help diffs"
Martin Geisler <mg@lazybytes.net> [Mon, 03 Aug 2009 00:02:00 +0200] rev 9299
help: un-indent list in "hg help diffs"
Mon, 03 Aug 2009 00:01:59 +0200 help: add "templates" as an alias for "templating" help topic
Martin Geisler <mg@lazybytes.net> [Mon, 03 Aug 2009 00:01:59 +0200] rev 9298
help: add "templates" as an alias for "templating" help topic
Sun, 02 Aug 2009 17:42:36 +0200 gendoc: make anchors for help topic names
Martin Geisler <mg@lazybytes.net> [Sun, 02 Aug 2009 17:42:36 +0200] rev 9297
gendoc: make anchors for help topic names
Fri, 31 Jul 2009 11:40:03 +0200 gendoc: rename underlined/bold to section/subsection
Martin Geisler <mg@lazybytes.net> [Fri, 31 Jul 2009 11:40:03 +0200] rev 9296
gendoc: rename underlined/bold to section/subsection
Mon, 03 Aug 2009 00:01:50 +0200 help: use field lists for lists of extensions
Martin Geisler <mg@lazybytes.net> [Mon, 03 Aug 2009 00:01:50 +0200] rev 9295
help: use field lists for lists of extensions
Sun, 02 Aug 2009 23:38:08 +0200 help: format templating help topic with a field list
Martin Geisler <mg@lazybytes.net> [Sun, 02 Aug 2009 23:38:08 +0200] rev 9294
help: format templating help topic with a field list
Sun, 02 Aug 2009 23:38:07 +0200 minirst: parse field lists
Martin Geisler <mg@lazybytes.net> [Sun, 02 Aug 2009 23:38:07 +0200] rev 9293
minirst: parse field lists
Sun, 02 Aug 2009 21:29:15 +0200 minirst: simplify bullet list indentation computation
Martin Geisler <mg@lazybytes.net> [Sun, 02 Aug 2009 21:29:15 +0200] rev 9292
minirst: simplify bullet list indentation computation
Sun, 02 Aug 2009 17:17:17 +0200 minirst: indent literal blocks with two spaces
Martin Geisler <mg@lazybytes.net> [Sun, 02 Aug 2009 17:17:17 +0200] rev 9291
minirst: indent literal blocks with two spaces The vast majority* of them are formatted like this in the source, so this basically reverts the output to how it looked before we got the minirst parser. *: the help on templating use four spaces for some examples and will now shown with an indentation of just two spaces.
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip