changeset 38681:8eeed92475d5

rebase: remove unused variable "release" and an extra blank line Differential Revision: https://phab.mercurial-scm.org/D3947
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Sun, 15 Jul 2018 15:48:18 +0530
parents 70448ec995c2
children 88efb7d6bcb6
files hgext/rebase.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/rebase.py	Sat Jul 14 23:00:22 2018 +0530
+++ b/hgext/rebase.py	Sun Jul 15 15:48:18 2018 +0530
@@ -34,7 +34,6 @@
     error,
     extensions,
     hg,
-    lock,
     merge as mergemod,
     mergeutil,
     obsolete,
@@ -52,8 +51,6 @@
     util,
 )
 
-release = lock.release
-
 # The following constants are used throughout the rebase module. The ordering of
 # their values must be maintained.