Since space doesn't conform to GIT branches name standards,
it should be replaced or with another character.
Signed-off-by: Felipe Zimmerle <felipe.zimmerle@indt.org.br>
Signed-off-by: Rocco Rutte <pdmef@gmx.net>
# HEAD may be from CVS imports into hg
if name=='HEAD' or name=='default' or name=='':
name=cfg_master
- return name
+ return name.replace(' ', '_')
def get_changeset(ui,repo,revision,authors={}):
node=repo.lookup(revision)