hgext/rebase.py
changeset 51699 ca7bde5dbafb
parent 51696 7f0cb9ee0534
child 51859 f4733654f144
equal deleted inserted replaced
51698:b0a4de6c14f8 51699:ca7bde5dbafb
   828                     )
   828                     )
   829                 )
   829                 )
   830                 cleanup = False
   830                 cleanup = False
   831 
   831 
   832             if cleanup:
   832             if cleanup:
   833 
       
   834                 if rebased:
   833                 if rebased:
   835                     strippoints = [
   834                     strippoints = [
   836                         c.node() for c in repo.set(b'roots(%ld)', rebased)
   835                         c.node() for c in repo.set(b'roots(%ld)', rebased)
   837                     ]
   836                     ]
   838 
   837