mercurial/strip.py
changeset 51703 ca7bde5dbafb
parent 51700 7f0cb9ee0534
child 51863 f4733654f144
--- 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)