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 __base__ look for templatepaths?

Yes, that seems very useful.

-- 
Mathematics is the supreme nostalgia of our time.

_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to