hgext/histedit.py
changeset 50781 0fbc0c978053
parent 50331 22d7cb8174ef
child 50929 18c8c18993f0
equal deleted inserted replaced
50780:534c0dadd210 50781:0fbc0c978053
  2650                 % b', '.join(short(x) for x in common_nodes)
  2650                 % b', '.join(short(x) for x in common_nodes)
  2651             )
  2651             )
  2652     return orig(ui, repo, nodelist, *args, **kwargs)
  2652     return orig(ui, repo, nodelist, *args, **kwargs)
  2653 
  2653 
  2654 
  2654 
  2655 extensions.wrapfunction(repair, b'strip', stripwrapper)
  2655 extensions.wrapfunction(repair, 'strip', stripwrapper)
  2656 
  2656 
  2657 
  2657 
  2658 def summaryhook(ui, repo):
  2658 def summaryhook(ui, repo):
  2659     state = histeditstate(repo)
  2659     state = histeditstate(repo)
  2660     if not state.inprogress():
  2660     if not state.inprogress():