From patchwork Fri Dec 4 23:37:17 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [7,of,7,evolve-ext] check-code: make drophack comply with check-code From: Laurent Charignon X-Patchwork-Id: 11838 Message-Id: <7fbb7d436492f6310550.1449272237@lcharignon-mbp> To: Date: Fri, 4 Dec 2015 15:37:17 -0800 # HG changeset patch # User Laurent Charignon # Date 1449271709 28800 # Fri Dec 04 15:28:29 2015 -0800 # Node ID 7fbb7d436492f6310550b2096259a92e9c97fae9 # Parent 7ef230ac965d86cdcbffecdb3623fcfbfaf1d953 check-code: make drophack comply with check-code diff --git a/hgext/drophack.py b/hgext/drophack.py --- a/hgext/drophack.py +++ b/hgext/drophack.py @@ -150,7 +150,8 @@ stripmarker(ui, repo, markers) # strip the changeset with timed(ui, 'strip nodes'): - repair.strip(ui, repo, list(allnodes), backup="all", topic='drophack') + repair.strip(ui, repo, list(allnodes), backup="all", + topic='drophack') finally: lockmod.release(lock, wlock)