log mercurial/localrepo.py @ 26322:2cd19782d2d4

age author description
Thu, 24 Sep 2015 00:56:18 -0700 Pierre-Yves David commit: remove a mutable default argument
Tue, 22 Sep 2015 14:09:42 -0700 Siddharth Agarwal lock: move acquirefn call to inside the lock
Tue, 22 Sep 2015 13:25:41 -0700 Siddharth Agarwal localrepo: call lock.lock with releasefn as a keyword arg
Tue, 15 Sep 2015 00:32:39 +0900 Yuya Nishihara localrepo: refresh filecache stats only if transaction finished successfully
Tue, 15 Sep 2015 21:00:28 +0900 Yuya Nishihara localrepo: move closure of lock release to class
Wed, 02 Sep 2015 22:05:23 -0700 Siddharth Agarwal localrepo: move dirstate validate function to class scope
Sun, 30 Aug 2015 14:03:32 -0700 Durham Goode revlog: add an aggressivemergedelta option
Thu, 30 Jul 2015 06:16:12 +0900 FUJIWARA Katsunori localrepo: make journal.dirstate contain in-memory changes before transaction stable
Thu, 25 Jun 2015 17:51:32 -0500 Matt Mackall bookmarks: mark internal-only option
Thu, 25 Jun 2015 17:51:02 -0500 Matt Mackall commit: mark internal-only option
Thu, 25 Jun 2015 17:50:27 -0500 Matt Mackall localrepo: mark format options
Sat, 16 Aug 2014 13:25:45 +0900 Yuya Nishihara localrepo: provide workingctx by integer revision
Thu, 25 Jun 2015 22:17:52 -0700 Siddharth Agarwal localrepo: kill off sopener (API)
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Fri, 19 Jun 2015 11:19:45 -0700 Pierre-Yves David devel-warn: move the develwarn function as a method of the ui object