Re: [PATCH 1 of 2 resend] templater: add inheritance support to style maps

2016-08-19 Thread Matt Mackall
On Fri, 2016-08-19 at 23:37 +0900, Yuya Nishihara wrote: > +elif key == "__base__": > > +# treat as a pointer to a base class for this style > > +path = util.normpath(os.path.join(base, val)) > > +bcache, btmap = _readmapfile(path) > Do we want to make

[PATCH 1 of 2 resend] templater: add inheritance support to style maps

2016-08-18 Thread Matt Mackall
# HG changeset patch # User Matt Mackall # Date 1471459227 18000 # Wed Aug 17 13:40:27 2016 -0500 # Node ID 1f402560299be8692c767db1469afb6618adee81 # Parent b1809f5d7630a3fff0fa715bbd30dba0f07672a8 templater: add inheritance support to style maps We can now specify a