diff tests/test-fix.t @ 45807:f90943d753ef

fix: suggest --source instead of --rev on empty revset `--source` is the recommended flag for regular users (`--rev` is available for advanced users). Differential Revision: https://phab.mercurial-scm.org/D9224
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 16 Oct 2020 15:05:43 -0700
parents f90a5c211251
children 21733e8c924f
line wrap: on
line diff
--- a/tests/test-fix.t	Mon Sep 28 17:13:15 2020 +0200
+++ b/tests/test-fix.t	Fri Oct 16 15:05:43 2020 -0700
@@ -246,15 +246,15 @@
 
   $ hg fix
   abort: no changesets specified
-  (use --rev or --working-dir)
+  (use --source or --working-dir)
   [255]
   $ hg fix --whole
   abort: no changesets specified
-  (use --rev or --working-dir)
+  (use --source or --working-dir)
   [255]
   $ hg fix --base 0
   abort: no changesets specified
-  (use --rev or --working-dir)
+  (use --source or --working-dir)
   [255]
 
 Fixing a public revision isn't allowed. It should abort early enough that