# HG changeset patch # User Pierre-Yves David # Date 1468419581 -7200 # Node ID 076baad148d9cfb9f11e9d636428fb53cd8b0003 # Parent a604423c1500f5c0ce842b14534d522975f78aab cleanup: removed unused mercurial.util import diff -r a604423c1500 -r 076baad148d9 hgext3rd/topic/topicmap.py --- a/hgext3rd/topic/topicmap.py Fri Jul 08 16:59:43 2016 +0000 +++ b/hgext3rd/topic/topicmap.py Wed Jul 13 16:19:41 2016 +0200 @@ -10,7 +10,6 @@ error, extensions, scmutil, - util, ) def _filename(repo):