diff hgext3rd/topic/__init__.py @ 1941:7eb737b7a902

destination: rename 'setupdest' to 'modsetup' the topic.revset module use 'modsetup' as a name for its setup function. It looks like a good name, lets unify names toward that.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 30 Mar 2016 03:20:16 -0700
parents 4268fdd11b74
children 8815e799d865
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Wed Mar 30 03:16:19 2016 -0700
+++ b/hgext3rd/topic/__init__.py	Wed Mar 30 03:20:16 2016 -0700
@@ -91,7 +91,7 @@
     return []
 
 def uisetup(ui):
-    destination.setupdest(ui)
+    destination.modsetup(ui)
 
 @contextlib.contextmanager
 def usetopicmap(repo):