hgk: set a blocked tag when the user invokes view
authorSimon Farnsworth <simonfar@fb.com>
Mon, 06 Mar 2017 03:27:52 -0800
changeset 31203 a8e4322f64c1
parent 31202 2db38ef73ce8
child 31204 84e8a6834223
hgk: set a blocked tag when the user invokes view
hgext/hgk.py
--- a/hgext/hgk.py	Mon Mar 06 03:27:41 2017 -0800
+++ b/hgext/hgk.py	Mon Mar 06 03:27:52 2017 -0800
@@ -345,4 +345,4 @@
 
     cmd = ui.config("hgk", "path", "hgk") + " %s %s" % (optstr, " ".join(etc))
     ui.debug("running %s\n" % cmd)
-    ui.system(cmd)
+    ui.system(cmd, blockedtag='hgk_view')