changeset 4528:4c3667220267

cleanup: remove a duplicated line
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Sun, 14 Apr 2019 20:26:05 +0530
parents ede9b37572f0
children e0eaa33a1f8a
files hgext3rd/topic/topicmap.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/topic/topicmap.py	Wed Apr 17 20:58:10 2019 +0200
+++ b/hgext3rd/topic/topicmap.py	Sun Apr 14 20:26:05 2019 +0530
@@ -102,7 +102,6 @@
     # logic copy-pasted from cmdutil.commitstatus()
     if opts is None:
         opts = {}
-    ctx = repo[node]
     if ctx.topic():
         return ret
     parents = ctx.parents()