summaryhook: respect -q flag
authorMartin von Zweigbergk <martinvonz@google.com>
Thu, 16 Nov 2017 11:38:33 -0800
changeset 3198 390c87f8c65d
parent 3197 5f0d6ccd7aa2
child 3200 c78c3d2283c6
summaryhook: respect -q flag There's no test coverage, but it seems pretty obvious and I don't care enough to write a test.
hgext3rd/evolve/__init__.py
--- a/hgext3rd/evolve/__init__.py	Thu Nov 16 11:32:24 2017 -0800
+++ b/hgext3rd/evolve/__init__.py	Thu Nov 16 11:38:33 2017 -0800
@@ -834,7 +834,7 @@
     state = _evolvestateread(repo)
     if state is not None:
         # i18n: column positioning for "hg summary"
-        ui.write(_('evolve: (evolve --continue)\n'))
+        ui.status(_('evolve: (evolve --continue)\n'))
 
 @eh.extsetup
 def obssummarysetup(ui):