summaryrefslogtreecommitdiff
path: root/hg2git.py
diff options
context:
space:
mode:
Diffstat (limited to 'hg2git.py')
-rwxr-xr-xhg2git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hg2git.py b/hg2git.py
index 6916c53..717ab5c 100755
--- a/hg2git.py
+++ b/hg2git.py
@@ -49,7 +49,7 @@ def get_branch(name):
# other CVS imports may need it, too
if name=='HEAD' or name=='default' or name=='':
name=cfg_master
- return name.replace(' ', '_')
+ return name
def get_changeset(ui,repo,revision,authors={}):
node=repo.lookup(revision)