diff wrappers.py @ 321:b6c6d32c8ef1

Add an option to clone without branch names.
author Augie Fackler <durin42@gmail.com>
date Fri, 08 May 2009 16:11:08 -0500
parents 1d48d9a34c19
children 235022089da6
line wrap: on
line diff
--- a/wrappers.py
+++ b/wrappers.py
@@ -283,6 +283,7 @@ def pull(orig, ui, repo, source="default
                                                      tag_locations=tag_locations,
                                                      authors=authors,
                                                      filemap=filemap)
+    hg_editor.opts = opts
     if os.path.exists(hg_editor.uuid_file):
         uuid = open(hg_editor.uuid_file).read()
         assert uuid == svn.uuid