diff svncommands.py @ 316:c3c647aff97c

Merge with danchr's changes.
author Augie Fackler <durin42@gmail.com>
date Sun, 03 May 2009 21:44:53 -0500
parents 1d48d9a34c19
children 75f082b5897e
line wrap: on
line diff
--- a/svncommands.py
+++ b/svncommands.py
@@ -22,7 +22,7 @@ def incoming(ui, svn_url, hg_repo_path, 
     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 = tag_locations.split(',')
     hg_editor = hg_delta_editor.HgChangeReceiver(hg_repo_path,
                                                  ui_=ui,