Submitter | phabricator |
---|---|
Date | July 15, 2018, 1:29 p.m. |
Message ID | <d680d7b38344d3da21fabcf5b2de91be@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/32851/ |
State | Not Applicable |
Headers | show |
Comments
Patch
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.