Fri, 14 Aug 2009 11:18:23 +0200 osutil: fix compilation with -ansi
Sebastien Binet <binet@cern.ch> [Fri, 14 Aug 2009 11:18:23 +0200] rev 9353
osutil: fix compilation with -ansi
Mon, 29 Jun 2009 01:33:26 +0900 inotify: repo is not referenced from server, remove the weakref
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 29 Jun 2009 01:33:26 +0900] rev 9352
inotify: repo is not referenced from server, remove the weakref
Mon, 29 Jun 2009 01:27:34 +0900 inotify: client: no repo use
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 29 Jun 2009 01:27:34 +0900] rev 9351
inotify: client: no repo use
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
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip