D3947: rebase: remove unused variable "release" and an extra blank line

khanchi97 (Sushil khanchi) phabricator at mercurial-scm.org
Sun Jul 15 09:29:31 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG8eeed92475d5: rebase: remove unused variable "release" and an extra blank line (authored by khanchi97, committed by ).

CHANGED PRIOR TO COMMIT
  https://phab.mercurial-scm.org/D3947?vs=9597&id=9599#toc

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D3947?vs=9597&id=9599

REVISION DETAIL
  https://phab.mercurial-scm.org/D3947

AFFECTED FILES
  hgext/rebase.py

CHANGE DETAILS

diff --git a/hgext/rebase.py b/hgext/rebase.py
--- a/hgext/rebase.py
+++ b/hgext/rebase.py
@@ -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.
 



To: khanchi97, #hg-reviewers
Cc: yuja, mercurial-devel


More information about the Mercurial-devel mailing list