comparison hgsubversion/svnmeta.py @ 1189:0ef719f4c371

svnmeta: add defaultauthors property
author Sean Farley <sean.michael.farley@gmail.com>
date Mon, 24 Mar 2014 11:20:45 -0500
parents 30b2139c3931
children 5df842451d7e
comparison
equal deleted inserted replaced
1188:38dd8721fb0d 1189:0ef719f4c371
32 self.subdir = subdir 32 self.subdir = subdir
33 self._revmap = None 33 self._revmap = None
34 self.firstpulled = 0 34 self.firstpulled = 0
35 35
36 self._gen_cachedconfig('lastpulled', 0, configname=False) 36 self._gen_cachedconfig('lastpulled', 0, configname=False)
37 self._gen_cachedconfig('defaultauthors', True)
37 38
38 author_host = self.ui.config('hgsubversion', 'defaulthost', uuid) 39 author_host = self.ui.config('hgsubversion', 'defaulthost', uuid)
39 authors = util.configpath(self.ui, 'authormap') 40 authors = util.configpath(self.ui, 'authormap')
40 self.usebranchnames = self.ui.configbool('hgsubversion', 41 self.usebranchnames = self.ui.configbool('hgsubversion',
41 'usebranchnames', True) 42 'usebranchnames', True)