Sun, 01 Nov 2009 02:54:32 +0100 log --limit: break after a limited number of csets (broken by f3d60543924f)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 01 Nov 2009 02:54:32 +0100] rev 9687
log --limit: break after a limited number of csets (broken by f3d60543924f)
Sat, 31 Oct 2009 18:17:59 +0100 transaction: more specific exceptions, os.unlink can raise OSError
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 31 Oct 2009 18:17:59 +0100] rev 9686
transaction: more specific exceptions, os.unlink can raise OSError
Sat, 31 Oct 2009 18:10:52 +0100 lock: catch specific exceptions
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 31 Oct 2009 18:10:52 +0100] rev 9685
lock: catch specific exceptions
Sat, 31 Oct 2009 18:02:34 +0100 patch: use the public ctx API instead of the internals
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 31 Oct 2009 18:02:34 +0100] rev 9684
patch: use the public ctx API instead of the internals
Sat, 31 Oct 2009 18:02:13 +0100 patch: don't use mutable object as default argument
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 31 Oct 2009 18:02:13 +0100] rev 9683
patch: don't use mutable object as default argument
Sat, 31 Oct 2009 18:01:08 +0100 patch: initialize all attributes of the hunk class
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 31 Oct 2009 18:01:08 +0100] rev 9682
patch: initialize all attributes of the hunk class
Sat, 31 Oct 2009 18:00:05 +0100 patch: simplify logic
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 31 Oct 2009 18:00:05 +0100] rev 9681
patch: simplify logic
Sat, 31 Oct 2009 17:07:12 +0100 lock: use '==' instead of 'is' for integer equality ('is' may not work)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 31 Oct 2009 17:07:12 +0100] rev 9680
lock: use '==' instead of 'is' for integer equality ('is' may not work)
Sat, 31 Oct 2009 17:04:46 +0100 pychecker: remove unused local variables
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 31 Oct 2009 17:04:46 +0100] rev 9679
pychecker: remove unused local variables
Sat, 31 Oct 2009 16:56:58 +0100 remove unused imports
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 31 Oct 2009 16:56:58 +0100] rev 9678
remove unused imports
Sat, 31 Oct 2009 16:49:27 +0100 changelog: do not use a mutable default value
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 31 Oct 2009 16:49:27 +0100] rev 9677
changelog: do not use a mutable default value
Sat, 31 Oct 2009 16:42:51 +0100 bundlerepo: keep the bundlerevlog interface in sync with revlog
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 31 Oct 2009 16:42:51 +0100] rev 9676
bundlerepo: keep the bundlerevlog interface in sync with revlog
Sat, 31 Oct 2009 00:31:08 +0100 localrepo/branchcache: remove lbranchmap(), convert users to use utf-8 names
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 31 Oct 2009 00:31:08 +0100] rev 9675
localrepo/branchcache: remove lbranchmap(), convert users to use utf-8 names We don't need a "local-charset" aware branchmap() function, we can convert the names when needed during the output.
Sat, 31 Oct 2009 00:27:50 +0100 localrepo/branchcache: kill unused localrepo.branchcache
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 31 Oct 2009 00:27:50 +0100] rev 9674
localrepo/branchcache: kill unused localrepo.branchcache The UTF-8 version of the branchcache is the master, always up-to-date, we can rename it to localrepo._branchcache.
Sat, 31 Oct 2009 00:20:28 +0100 localrepo/branchcache: rebuild the "charset-aware" branchcache when needed
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 31 Oct 2009 00:20:28 +0100] rev 9673
localrepo/branchcache: rebuild the "charset-aware" branchcache when needed It's simpler and the two cache weren't always in sync otherwise: localrepo.branchcache would not be updated after calling branchmap()
Fri, 30 Oct 2009 15:43:01 +0200 churn: fix --progress (broken by f3d60543924f)
Alexander Solovyov <piranha@piranha.org.ua> [Fri, 30 Oct 2009 15:43:01 +0200] rev 9672
churn: fix --progress (broken by f3d60543924f)
Mon, 26 Oct 2009 13:37:39 +0100 transfer branchmap branch names over the wire in utf-8
Henrik Stuart <henrik.stuart@edlund.dk> [Mon, 26 Oct 2009 13:37:39 +0100] rev 9671
transfer branchmap branch names over the wire in utf-8
Fri, 30 Oct 2009 13:40:23 +0200 churn: fix changeset count (broken by 9b127e888640)
Alexander Solovyov <piranha@piranha.org.ua> [Fri, 30 Oct 2009 13:40:23 +0200] rev 9670
churn: fix changeset count (broken by 9b127e888640)
Thu, 29 Oct 2009 20:50:24 +0200 churn: ability to display added/removed lines separately
Alexander Solovyov <piranha@piranha.org.ua> [Thu, 29 Oct 2009 20:50:24 +0200] rev 9669
churn: ability to display added/removed lines separately
Fri, 30 Oct 2009 09:54:39 +0100 cmdutil: fix bug in finddate() implementation
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 30 Oct 2009 09:54:39 +0100] rev 9668
cmdutil: fix bug in finddate() implementation
Fri, 30 Oct 2009 09:53:39 +0100 merge changes from mpm
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 30 Oct 2009 09:53:39 +0100] rev 9667
merge changes from mpm
Wed, 28 Oct 2009 22:47:46 -0500 cmdutil: update finddate()
Steve Borho <steve@borho.org> [Wed, 28 Oct 2009 22:47:46 -0500] rev 9666
cmdutil: update finddate() walkchangerevs() now returns contexts, does not take a cache func.
Thu, 29 Oct 2009 19:03:16 -0500 walkchangerevs: drop ui arg
Matt Mackall <mpm@selenic.com> [Thu, 29 Oct 2009 19:03:16 -0500] rev 9665
walkchangerevs: drop ui arg
Thu, 29 Oct 2009 19:03:13 -0500 walkchangerevs: reset cache between windows
Matt Mackall <mpm@selenic.com> [Thu, 29 Oct 2009 19:03:13 -0500] rev 9664
walkchangerevs: reset cache between windows
(0) -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 +30000 tip