Mercurial > hgsubversion
changeset 1448:cbad7285cbeb
BaseMap: jettison now-unused filename-attribute magic
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Mon, 06 Jun 2016 00:49:17 -0400 |
parents | a6fa4f3aa826 |
children | 6463dae16c33 |
files | hgsubversion/maps.py |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/hgsubversion/maps.py +++ b/hgsubversion/maps.py @@ -34,13 +34,6 @@ class BaseMap(dict): def mapname(cls): return cls.__name__.lower() - @classmethod - def defaultfilenameattr(cls): - # trickery: all subclasses have the same name as their file and config - # names, e.g. AuthorMap is meta.authormap_file for the filename and - # 'authormap' for the config option - return cls.mapname() + '_file' - def _findkey(self, key): '''Takes a string and finds the first corresponding key that matches via regex'''