Mercurial > hgsubversion
diff wrappers.py @ 307:1d48d9a34c19
Put authormap into a separate file, and make it much better too.
See the doc-strings in maps.py for details.
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Sun, 03 May 2009 15:28:43 +0200 |
parents | f8f9a2993705 |
children | b6c6d32c8ef1 33736e2e25f0 |
line wrap: on
line diff
--- a/wrappers.py +++ b/wrappers.py @@ -264,7 +264,7 @@ def pull(orig, ui, repo, source="default initializing_repo = False user, passwd = util.getuserpass(opts) svn = svnwrap.SubversionRepo(svn_url, user, passwd) - author_host = "@%s" % svn.uuid + author_host = ui.config('hgsubversion', 'defaulthost', svn.uuid) tag_locations = ['tags', ] authors = opts.pop('svn_authors', None) filemap = opts.pop('svn_filemap', None)