# HG changeset patch # User Simon Farnsworth # Date 2017-03-06 11:27:52 # Node ID a8e4322f64c1395672b4a8cbb166b51f93194a41 # Parent 2db38ef73ce860cbb47018287e033c59822af5d9 hgk: set a blocked tag when the user invokes view diff --git a/hgext/hgk.py b/hgext/hgk.py --- a/hgext/hgk.py +++ b/hgext/hgk.py @@ -345,4 +345,4 @@ def view(ui, repo, *etc, **opts): 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')