log

age author description
Mon, 22 Aug 2016 20:17:36 -0700 Gregory Szorc revlog: remove unused variables
Mon, 22 Aug 2016 20:30:37 -0700 Gregory Szorc util: properly implement lrucachedict.get()
Wed, 17 Aug 2016 13:25:13 -0700 Durham Goode manifest: change changectx to access manifest via manifestlog
Wed, 17 Aug 2016 13:25:13 -0700 Durham Goode manifest: use property instead of field for manifest revlog storage
Wed, 17 Aug 2016 13:25:13 -0700 Durham Goode manifest: introduce manifestlog and manifestctx classes
Wed, 17 Aug 2016 13:25:13 -0700 Durham Goode manifest: make manifest derive from manifestrevlog
Wed, 17 Aug 2016 13:25:13 -0700 Durham Goode manifest: break mancache into two caches
Thu, 18 Aug 2016 11:32:02 -0400 Augie Fackler dispatch: explicitly pass fancyopts optional arg as a keyword
Sat, 20 Aug 2016 23:05:18 +0200 Maciej Fijalkowski osutil: fix the bug on OS X when we return more in listdir
Sun, 21 Aug 2016 08:03:22 +0000 Hannes Oldenburg histedit: use samefile function from cmdutil
Sun, 21 Aug 2016 08:00:18 +0000 Hannes Oldenburg cmdutil: extract samefile function from amend()
Fri, 22 Apr 2016 21:32:30 +0900 Yuya Nishihara templater: rename "right" argument of pad() function
Fri, 22 Apr 2016 21:29:13 +0900 Yuya Nishihara templater: make pad() evaluate boolean argument (BC)
Thu, 18 Aug 2016 16:29:22 +0900 Yuya Nishihara templater: fix if() to not evaluate False as bool('False')
Thu, 18 Aug 2016 15:55:07 +0900 Yuya Nishihara templater: make it clearer that _flatten() omits None
Thu, 18 Aug 2016 17:25:10 +0200 Gábor Stefanik revset: support "follow(renamed.py, e22f4f3f06c3)" (issue5334)
Wed, 17 Aug 2016 13:43:13 -0500 Matt Mackall coal: use inheritance to derive from paper
Wed, 17 Aug 2016 13:40:27 -0500 Matt Mackall templater: add inheritance support to style maps
Thu, 18 Aug 2016 18:43:48 +0900 Yuya Nishihara killdaemons: prevent killing all user processes by bad pid file
Wed, 17 Aug 2016 20:56:12 +0900 Yuya Nishihara py3: automatically glob out line numbers from check-py3-compat output
Wed, 17 Aug 2016 20:52:50 +0900 Yuya Nishihara py3: have check-py3-compat require pygments to get stable result
Tue, 09 Aug 2016 17:06:35 +0200 Pierre-Yves David computeoutgoing: move the function from 'changegroup' to 'exchange'
Tue, 09 Aug 2016 17:00:38 +0200 Pierre-Yves David getchangegroup: take an 'outgoing' object as argument (API)
Tue, 09 Aug 2016 22:31:38 +0200 Pierre-Yves David outgoing: add a 'missingroots' argument
Tue, 09 Aug 2016 15:55:44 +0200 Pierre-Yves David outgoing: adds some default value for argument
Tue, 09 Aug 2016 15:26:53 +0200 Pierre-Yves David outgoing: pass a repo object to the constructor
Tue, 16 Aug 2016 08:21:16 +0000 Hannes Oldenburg match: remove matchessubrepo method (API)
Tue, 16 Aug 2016 08:15:12 +0000 Hannes Oldenburg subrepo: cleanup of subrepo filematcher logic
Sun, 14 Aug 2016 14:46:24 +0900 Yuya Nishihara pycompat: delay loading modules registered to stub
Tue, 16 Aug 2016 12:35:15 +0900 Yuya Nishihara py3: import builtin wrappers automagically by code transformer