Mercurial: Difference between revisions

3 bytes removed ,  15 February 2021
m
Remove edit test.
m (Remove edit test.)
Line 27: Line 27:
   first.  The maximal line width is 80 characters.
   first.  The maximal line width is 80 characters.


ddiff -r f5c9bb5955e7 -r 68c698c4f2fd scripts/help/help.m
diff -r f5c9bb5955e7 -r 68c698c4f2fd scripts/help/help.m
--- a/scripts/help/help.m Tue Jun 09 14:11:13 2020 -0700
--- a/scripts/help/help.m Tue Jun 09 14:11:13 2020 -0700
+++ b/scripts/help/help.m Wed Jun 10 18:08:11 2020 +0900
+++ b/scripts/help/help.m Wed Jun 10 18:08:11 2020 +0900
@@ -99,7 +99,7 @@ function retval = help (name)
@@ -99,7 +99,7 @@ function retval = help (name)
     dendif
     endif
   
   
     ## Get help text
     ## Get help text
Line 38: Line 38:
   
   
     ## Take action depending on help text format
     ## Take action depending on help text format
     dswitch (lower (format))
     switch (lower (format))


</syntaxhighlight>}}
</syntaxhighlight>}}
Line 150: Line 150:
[alias]
[alias]
glog = log --graph
glog = log --graph
dtop = log --graph -l
top  = log --graph -l
</syntaxhighlight>}}
</syntaxhighlight>}}