mercurial/repair.py
changeset 11200 12e5149cafca
parent 11197 4bb4895e1693
child 11202 f974fe896921
equal deleted inserted replaced
11199:4b1f4e473c17 11200:12e5149cafca
   106 
   106 
   107     # create a changegroup for all the branches we need to keep
   107     # create a changegroup for all the branches we need to keep
   108     backupfile = None
   108     backupfile = None
   109     if backup == "all":
   109     if backup == "all":
   110         backupfile = _bundle(repo, [node], cl.heads(), node, 'backup')
   110         backupfile = _bundle(repo, [node], cl.heads(), node, 'backup')
   111         repo.ui.status(_("saving bundle to %s\n") % backupfile)
   111         repo.ui.status(_("saved backup bundle to %s\n") % backupfile)
   112     if saveheads or extranodes:
   112     if saveheads or extranodes:
   113         chgrpfile = _bundle(repo, savebases, saveheads, node, 'temp',
   113         chgrpfile = _bundle(repo, savebases, saveheads, node, 'temp',
   114                             extranodes)
   114                             extranodes)
   115 
   115 
   116     mfst = repo.manifest
   116     mfst = repo.manifest