Mercurial: Difference between revisions

5 bytes added ,  12 February 2021
(8 intermediate revisions by the same user not shown)
Line 21: Line 21:
# Node ID 68c698c4f2fd98bf2d48234bd1da99e91763114f
# Node ID 68c698c4f2fd98bf2d48234bd1da99e91763114f
# Parent  f5c9bb5955e7c9fddef5c3c3f115201e11b43b79
# Parent  f5c9bb5955e7c9fddef5c3c3f115201e11b43b79
help.m: Display relevant topics first (bug #42424)
help.m: Display relevant topics first (bug #42424)


Line 26: Line 27:
   first.  The maximal line width is 80 characters.
   first.  The maximal line width is 80 characters.


diff -r f5c9bb5955e7 -r 68c698c4f2fd scripts/help/help.m
ddiff -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)
     endif
     dendif
   
   
     ## Get help text
     ## Get help text
Line 37: Line 38:
   
   
     ## Take action depending on help text format
     ## Take action depending on help text format
     switch (lower (format))
     dswitch (lower (format))


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