comparison hgsubversion/svnmeta.py @ 1332:ecce8aef4b21

svnmeta: rename authors_file to authormap_file This is needed so that we can exploit the mapping filename attributes having the same pattern, e.g. AuthorMap -> meta.authormap_file.
author Sean Farley <sean.michael.farley@gmail.com>
date Mon, 24 Mar 2014 11:20:57 -0500
parents 72fe317a7b94
children 79e319fe767d
comparison
equal deleted inserted replaced
1331:99531dd311a4 1332:ecce8aef4b21
284 @property 284 @property
285 def branch_info_file(self): 285 def branch_info_file(self):
286 return os.path.join(self.metapath, 'branch_info') 286 return os.path.join(self.metapath, 'branch_info')
287 287
288 @property 288 @property
289 def authors_file(self): 289 def authormap_file(self):
290 return os.path.join(self.metapath, 'authors') 290 return os.path.join(self.metapath, 'authors')
291 291
292 @property 292 @property
293 def authors(self): 293 def authors(self):
294 if self._authors is None: 294 if self._authors is None: