Tue, 09 Mar 2010 16:03:57 +0100 demandimport: blacklist _ssl (issue1964) stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 09 Mar 2010 16:03:57 +0100] rev 10612
demandimport: blacklist _ssl (issue1964)
Mon, 08 Mar 2010 19:43:24 +0100 patch/diff: move patch.export() to cmdutil.export()
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 08 Mar 2010 19:43:24 +0100] rev 10611
patch/diff: move patch.export() to cmdutil.export() This API change will allow us to break a cycle between patch and cmdutil.
Mon, 08 Mar 2010 11:12:48 -0600 wix: pre-check the 'I approve this license' checkbox
Steve Borho <steve@borho.org> [Mon, 08 Mar 2010 11:12:48 -0600] rev 10610
wix: pre-check the 'I approve this license' checkbox This is simply a convenience to the user, they can click next until the installer goes away. Optimally, the checkbox would be hidden or removed, but that requires rewriting the UI.
Sun, 07 Mar 2010 22:04:35 -0600 Merge with stable
Matt Mackall <mpm@selenic.com> [Sun, 07 Mar 2010 22:04:35 -0600] rev 10609
Merge with stable
Mon, 08 Mar 2010 00:01:12 +0100 addremove: avoid fetching data again and again
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 08 Mar 2010 00:01:12 +0100] rev 10608
addremove: avoid fetching data again and again
Mon, 08 Mar 2010 00:00:03 +0100 addremove: add progress support for similarity search
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 08 Mar 2010 00:00:03 +0100] rev 10607
addremove: add progress support for similarity search
Sun, 07 Mar 2010 23:59:28 +0100 addremove: atomically update the dirstate
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 07 Mar 2010 23:59:28 +0100] rev 10606
addremove: atomically update the dirstate In case someone hits ^C during the similarity search, properly rollback
Sun, 07 Mar 2010 13:10:23 -0500 inotify: expose the same dirstate.status() interface as dirstate.
Greg Ward <greg-hg@gerg.ca> [Sun, 07 Mar 2010 13:10:23 -0500] rev 10605
inotify: expose the same dirstate.status() interface as dirstate. The real dirstate.status() does not have any keyword args. For consistency, wrappers or subclasses should not have them either.
Sun, 07 Mar 2010 13:03:03 +0100 keyword: remove spurious locks, improve handling of wlock
Christian Ebert <blacktrash@gmx.net> [Sun, 07 Mar 2010 13:03:03 +0100] rev 10604
keyword: remove spurious locks, improve handling of wlock - kwcommitctx is inside the wlock of repo.commit: no lock - _kwfwrite only needs wlock wlock outside try block, so we don't need to import lock.release _kwfwrite should even be safer that way, as we moved the status call inside the try-except block. Thanks to Benoit Boissinot for help.
Sun, 07 Mar 2010 13:03:03 +0100 keyword: use status' names instead of index
Christian Ebert <blacktrash@gmx.net> [Sun, 07 Mar 2010 13:03:03 +0100] rev 10603
keyword: use status' names instead of index
Sun, 07 Mar 2010 17:44:43 +0100 hgweb/graph: edge should be same color as the destination
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 07 Mar 2010 17:44:43 +0100] rev 10602
hgweb/graph: edge should be same color as the destination
Sat, 06 Mar 2010 13:29:54 +0100 templatefilters: store the agescales in reverseorder directly
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 06 Mar 2010 13:29:54 +0100] rev 10601
templatefilters: store the agescales in reverseorder directly
Sat, 06 Mar 2010 12:45:14 +0100 hgweb: separate generation of entries and sorting (cleanup)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 06 Mar 2010 12:45:14 +0100] rev 10600
hgweb: separate generation of entries and sorting (cleanup)
Fri, 05 Mar 2010 18:08:23 -0800 Merge stable
Brendan Cully <brendan@kublai.com> [Fri, 05 Mar 2010 18:08:23 -0800] rev 10599
Merge stable
Wed, 20 Jan 2010 20:23:36 -0500 demandimport: add __main__ to the blacklist (because of setuptools) stable
Greg Ward <greg-hg@gerg.ca> [Wed, 20 Jan 2010 20:23:36 -0500] rev 10598
demandimport: add __main__ to the blacklist (because of setuptools)
Thu, 17 Dec 2009 15:53:28 -0800 bookmarks: add invalidate() to bookmark_repo stable
Paul Molodowitch <pm@stanfordalumni.org> [Thu, 17 Dec 2009 15:53:28 -0800] rev 10597
bookmarks: add invalidate() to bookmark_repo Cached bookmark information would not be reset when repo.invalidate() was called, meaning (for instanced) guis would be left with out-of-date bookmark info. This patch fixes that by overriding bookmark_repo.invalidate()
Tue, 12 Jan 2010 22:49:10 +0900 branch: help misuse of hg branch to switch branches stable
Yuya Nishihara <yuya@tcha.org> [Tue, 12 Jan 2010 22:49:10 +0900] rev 10596
branch: help misuse of hg branch to switch branches Maybe beginners tend to use 'hg branch EXISTING_BRANCH' instead of 'hg update EXISTING_BRANCH' as me. If so, let's help them to use 'update'. Also removed '(use --force to override)' because it can mislead them.
Sat, 06 Mar 2010 21:29:02 -0800 Make Readme.html reference current OS X release stable
Lee Cantey <lcantey@gmail.com> [Sat, 06 Mar 2010 21:29:02 -0800] rev 10595
Make Readme.html reference current OS X release
Sat, 06 Mar 2010 13:32:14 +0100 progress: clear progress before writing to stderr stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 06 Mar 2010 13:32:14 +0100] rev 10594
progress: clear progress before writing to stderr
Fri, 05 Mar 2010 18:26:13 -0600 Added signature for changeset ff2704a8ded3 stable
Matt Mackall <mpm@selenic.com> [Fri, 05 Mar 2010 18:26:13 -0600] rev 10593
Added signature for changeset ff2704a8ded3
Fri, 05 Mar 2010 18:26:12 -0600 Added tag 1.5 for changeset ff2704a8ded3 stable
Matt Mackall <mpm@selenic.com> [Fri, 05 Mar 2010 18:26:12 -0600] rev 10592
Added tag 1.5 for changeset ff2704a8ded3
Fri, 05 Mar 2010 17:24:52 -0600 mq: drop -Q in favor of --mq only stable 1.5
Matt Mackall <mpm@selenic.com> [Fri, 05 Mar 2010 17:24:52 -0600] rev 10591
mq: drop -Q in favor of --mq only
Fri, 05 Mar 2010 12:27:23 +0100 mq: correct test output stable
Sune Foldager <cryo@cyanite.org> [Fri, 05 Mar 2010 12:27:23 +0100] rev 10590
mq: correct test output
Fri, 05 Mar 2010 10:49:56 +0100 mq: disallow : in patch names (issue2065) stable
Sune Foldager <cryo@cyanite.org> [Fri, 05 Mar 2010 10:49:56 +0100] rev 10589
mq: disallow : in patch names (issue2065)
Thu, 04 Mar 2010 14:23:54 +0100 mq: disallow # (and : on Windows) in patch names (issue2065) stable
Sune Foldager <cryo@cyanite.org> [Thu, 04 Mar 2010 14:23:54 +0100] rev 10588
mq: disallow # (and : on Windows) in patch names (issue2065)
Thu, 04 Mar 2010 13:11:29 +0100 Merge with stable stable
Sune Foldager <cryo@cyanite.org> [Thu, 04 Mar 2010 13:11:29 +0100] rev 10587
Merge with stable
Thu, 04 Mar 2010 13:10:48 +0100 win32/hgwebdir_wsgi: clarify documentation and clean up script a bit
Sune Foldager <cryo@cyanite.org> [Thu, 04 Mar 2010 13:10:48 +0100] rev 10586
win32/hgwebdir_wsgi: clarify documentation and clean up script a bit
Thu, 04 Mar 2010 10:05:12 +0100 Merge with hg-i18n stable
Martin Geisler <mg@lazybytes.net> [Thu, 04 Mar 2010 10:05:12 +0100] rev 10585
Merge with hg-i18n
Thu, 04 Mar 2010 07:34:22 +0100 i18n-sv: translated bisect, dates, locate, manifest stable
Jens Bäckman <jens.backman@gmail.com> [Thu, 04 Mar 2010 07:34:22 +0100] rev 10584
i18n-sv: translated bisect, dates, locate, manifest
Thu, 04 Mar 2010 11:56:53 +0900 i18n-ja: synchronized with c50a3d7154d2 stable
FUJIWARA Katsunori <foozy@lares.dti.ne.jp> [Thu, 04 Mar 2010 11:56:53 +0900] rev 10583
i18n-ja: synchronized with c50a3d7154d2
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip