##// END OF EJS Templates
hgk: set a blocked tag when the user invokes view
Simon Farnsworth -
r31203:a8e4322f default
parent child Browse files
Show More
@@ -345,4 +345,4 b' def view(ui, repo, *etc, **opts):'
345
345
346 cmd = ui.config("hgk", "path", "hgk") + " %s %s" % (optstr, " ".join(etc))
346 cmd = ui.config("hgk", "path", "hgk") + " %s %s" % (optstr, " ".join(etc))
347 ui.debug("running %s\n" % cmd)
347 ui.debug("running %s\n" % cmd)
348 ui.system(cmd)
348 ui.system(cmd, blockedtag='hgk_view')
General Comments 0
You need to be logged in to leave comments. Login now