diff tests/test-githelp.t @ 38155:26b73fad45d9

githelp: lowercase the start of output messages for consistency I left 'Mercurial' as a proper name capitalized.
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 21 May 2018 23:04:28 -0400
parents f50067fbeead
children a40cc6d7d8c3
line wrap: on
line diff
--- a/tests/test-githelp.t	Mon May 21 22:57:05 2018 -0400
+++ b/tests/test-githelp.t	Mon May 21 23:04:28 2018 -0400
@@ -165,11 +165,11 @@
   hg update .~3
 
   $ hg githelp -- reset --mixed HEAD
-  NOTE: --mixed has no meaning since Mercurial has no staging area
+  note: --mixed has no meaning since Mercurial has no staging area
   
   hg update .
   $ hg githelp -- reset --soft HEAD
-  NOTE: --soft has no meaning since Mercurial has no staging area
+  note: --soft has no meaning since Mercurial has no staging area
   
   hg update .
   $ hg githelp -- reset --hard HEAD
@@ -221,7 +221,7 @@
 
 githelp for whatchanged should show deprecated message
   $ hg githelp -- whatchanged -p
-  This command has been deprecated in the git project, thus isn't supported by this tool.
+  this command has been deprecated in the git project, thus isn't supported by this tool.
   
 
 githelp for git branch -m renaming
@@ -259,8 +259,8 @@
 git merge-base
   $ hg githelp -- git merge-base --is-ancestor
   ignoring unknown option --is-ancestor
-  NOTE: ancestors() is part of the revset language.
-  Learn more about revsets with 'hg help revsets'
+  note: ancestors() is part of the revset language.
+  (learn more about revsets with 'hg help revsets')
   
   hg log -T '{node}\n' -r 'ancestor(A,B)'