diff tests/test-alias.t @ 51125:4224b1aa7ad8 stable

branching: merge default into stable for 6.6rc0
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 07 Nov 2023 15:21:11 +0100
parents 727428c7e1fc
children 51057ab0dffa
line wrap: on
line diff
--- a/tests/test-alias.t	Mon Nov 06 15:38:27 2023 +0100
+++ b/tests/test-alias.t	Tue Nov 07 15:21:11 2023 +0100
@@ -68,17 +68,17 @@
 help
 
   $ hg help -c | grep myinit
-   myinit       This is my documented alias for init.
+   myinit        This is my documented alias for init.
   $ hg help -c | grep mycommit
-   mycommit     This is my alias with only doc.
+   mycommit      This is my alias with only doc.
   $ hg help -c | grep cleanstatus
   [1]
   $ hg help -c | grep lognull
-   lognull      Logs the null rev
+   lognull       Logs the null rev
   $ hg help -c | grep dln
   [1]
   $ hg help -c | grep recursivedoc
-   recursivedoc Logs the null rev in debug mode
+   recursivedoc  Logs the null rev in debug mode
   $ hg help myinit
   hg myinit [OPTIONS] [BLA] [BLE]
   
@@ -603,7 +603,7 @@
 help for a shell alias
 
   $ hg help -c | grep rebate
-   rebate       This is my alias which just prints something.
+   rebate        This is my alias which just prints something.
   $ hg help rebate
   hg rebate [MYARGS]