log

age author description
Thu, 17 Dec 2015 23:53:09 +0900 Yuya Nishihara osutil: implement pure version of recvfds() for PyPy
Thu, 17 Dec 2015 23:41:46 +0900 Yuya Nishihara osutil: implement recvmsg() of SCM_RIGHTS for chg command server
Mon, 21 Dec 2015 14:52:18 -0600 Matt Mackall cleanup: back out performance hacks amended into previous commit
Fri, 18 Dec 2015 06:33:48 +0000 timeless commands: consistently indent notes 3 spaces
Sun, 20 Dec 2015 18:38:21 -0800 Gregory Szorc perf: add perfrevlogrevision
Sun, 20 Dec 2015 19:02:02 -0800 Gregory Szorc commands: use revlog._deltachain in debugdeltachain
Sun, 20 Dec 2015 18:56:05 -0800 Gregory Szorc revlog: refactor delta chain computation into own function
Sun, 20 Dec 2015 17:57:44 -0800 Gregory Szorc perf: call clearcaches() in perfmanifest
Sun, 20 Dec 2015 19:31:46 -0800 Gregory Szorc manifest: implement clearcaches()
Sun, 20 Dec 2015 17:48:20 -0800 Gregory Szorc revlog: make clearcaches() more effective
Mon, 21 Dec 2015 22:31:16 +0900 FUJIWARA Katsunori fileset: detect unintentional existing() invocation at runtime
Mon, 21 Dec 2015 22:31:16 +0900 FUJIWARA Katsunori fileset: use set instead of list to mark predicates for efficiency (API)
Mon, 21 Dec 2015 22:31:16 +0900 FUJIWARA Katsunori fileset: use decorator to mark a predicate as "existing caller"
Mon, 21 Dec 2015 22:31:16 +0900 FUJIWARA Katsunori fileset: use decorator to mark a predicate as "status caller"
Mon, 21 Dec 2015 22:31:16 +0900 FUJIWARA Katsunori fileset: use decorator to mark a function as fileset predicate