diff hgext/evolve.py @ 1350:d46a967f257e

evolve: improve error message We add a new line and change the wording from 'revsets' to 'revisions'.
author Laurent Charignon <lcharignon@fb.com>
date Wed, 13 May 2015 09:46:34 -0700
parents 70681abf79d1
children 69e5de3e6129
line wrap: on
line diff
--- a/hgext/evolve.py	Wed May 13 09:43:36 2015 -0700
+++ b/hgext/evolve.py	Wed May 13 09:46:34 2015 -0700
@@ -1303,7 +1303,7 @@
         troubled = repo.revs('troubled()')
         _revs = revs & troubled
         if not _revs:
-            ui.write_err("No troubled changes in the specified revset")
+            ui.write_err("No troubled changes in the specified revisions\n")
         else:
             # For the progress bar to show
             count = len(_revs)