mercurial/strip.py
changeset 51690 493034cc3265
parent 50929 18c8c18993f0
child 51700 7f0cb9ee0534
--- a/mercurial/strip.py	Thu Jul 18 12:03:29 2024 +0200
+++ b/mercurial/strip.py	Thu Jul 18 12:36:12 2024 +0200
@@ -63,7 +63,6 @@
     soft=False,
 ):
     with repo.wlock(), repo.lock():
-
         if update:
             checklocalchanges(repo, force=force)
             urev = _findupdatetarget(repo, revs)