comparison hgext/hgk.py @ 31203:a8e4322f64c1

hgk: set a blocked tag when the user invokes view
author Simon Farnsworth <simonfar@fb.com>
date Mon, 06 Mar 2017 03:27:52 -0800
parents d5883fd055c6
children dddc4812aa7a
comparison
equal deleted inserted replaced
31202:2db38ef73ce8 31203:a8e4322f64c1
343 if repo.filtername is None: 343 if repo.filtername is None:
344 optstr += '--hidden' 344 optstr += '--hidden'
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')