comparison hgext/rebase.py @ 51700:7f0cb9ee0534

Backout accidental publication of a large range of revisions I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 23 Jul 2024 10:02:46 +0200
parents 493034cc3265
children ca7bde5dbafb
comparison
equal deleted inserted replaced
51699:bd1483fd7088 51700:7f0cb9ee0534
828 ) 828 )
829 ) 829 )
830 cleanup = False 830 cleanup = False
831 831
832 if cleanup: 832 if cleanup:
833
833 if rebased: 834 if rebased:
834 strippoints = [ 835 strippoints = [
835 c.node() for c in repo.set(b'roots(%ld)', rebased) 836 c.node() for c in repo.set(b'roots(%ld)', rebased)
836 ] 837 ]
837 838