diff tests/test-githelp.t @ 38142:cfa93fbbe9b4

githelp: drop the trailing period from single sentence output for consistency There are several instances of multiple sentence output, which I left alone. That is already nonstandard style, so dropping the period doesn't seem like an improvement.
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 23 May 2018 22:17:04 -0400
parents a40cc6d7d8c3
children eddff539f5be
line wrap: on
line diff
--- a/tests/test-githelp.t	Wed Apr 04 20:37:52 2018 +0900
+++ b/tests/test-githelp.t	Wed May 23 22:17:04 2018 -0400
@@ -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,7 +259,7 @@
 git merge-base
   $ hg githelp -- git merge-base --is-ancestor
   ignoring unknown option --is-ancestor
-  note: ancestors() is part of the revset language.
+  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)'
@@ -279,7 +279,7 @@
   hg commit --interactive
 
   $ hg githelp -- git add --all
-  note: use hg addremove to remove files that have been deleted.
+  note: use hg addremove to remove files that have been deleted
   
   hg add
 
@@ -288,9 +288,9 @@
   $ hg githelp -- git reflog
   hg journal
   
-  note: in hg commits can be deleted from repo but we always have backups.
+  note: in hg commits can be deleted from repo but we always have backups
 
   $ hg githelp -- git reflog --all
   hg journal --all
   
-  note: in hg commits can be deleted from repo but we always have backups.
+  note: in hg commits can be deleted from repo but we always have backups