diff tests/test-tag.t @ 18906:ef7068173a22

tag: clarify cryptic error message when tagging null revision
author Mads Kiilerich <madski@unity3d.com>
date Thu, 11 Apr 2013 14:44:22 +0200
parents 71c1513fd560
children a91894c8064a
line wrap: on
line diff
--- a/tests/test-tag.t	Fri Apr 12 16:55:34 2013 -0400
+++ b/tests/test-tag.t	Thu Apr 11 14:44:22 2013 +0200
@@ -264,11 +264,11 @@
 
   $ hg init empty
   $ hg tag -R empty nullrev
-  abort: null revision specified
+  abort: cannot tag null revision
   [255]
 
   $ hg tag -R empty -r 00000000000 -f nulltag
-  abort: null revision specified
+  abort: cannot tag null revision
   [255]
 
   $ cd ..