hgext/drophack.py
branchstable
changeset 1602 f932853783a5
parent 1553 ed63bf62ff02
equal deleted inserted replaced
1584:190e4e526c66 1602:f932853783a5
   148             # strip them
   148             # strip them
   149             with timed(ui, 'strip obsmarker'):
   149             with timed(ui, 'strip obsmarker'):
   150                 stripmarker(ui, repo, markers)
   150                 stripmarker(ui, repo, markers)
   151         # strip the changeset
   151         # strip the changeset
   152         with timed(ui, 'strip nodes'):
   152         with timed(ui, 'strip nodes'):
   153             repair.strip(ui, repo, list(allnodes), backup="all", topic='drophack')
   153             repair.strip(ui, repo, list(allnodes), backup="all",
       
   154                          topic='drophack')
   154 
   155 
   155     finally:
   156     finally:
   156         lockmod.release(lock, wlock)
   157         lockmod.release(lock, wlock)
   157 
   158 
   158     # rewrite the whole file.
   159     # rewrite the whole file.