##// END OF EJS Templates
test-help.t: fix for non-Linux platforms
Augie Fackler -
r20618:c5ce03a8 default
parent child Browse files
Show More
@@ -199,7 +199,7 b' Short help:'
199 urls URL Paths
199 urls URL Paths
200
200
201 Test extension help:
201 Test extension help:
202 $ hg help extensions --config extensions.rebase= --config extensions.children=
202 $ hg help extensions --config extensions.rebase= --config extensions.children= | grep -v inotify
203 Using Additional Features
203 Using Additional Features
204 """""""""""""""""""""""""
204 """""""""""""""""""""""""
205
205
@@ -259,7 +259,6 b' Test extension help:'
259 hgk browse the repository in a graphical way
259 hgk browse the repository in a graphical way
260 highlight syntax highlighting for hgweb (requires Pygments)
260 highlight syntax highlighting for hgweb (requires Pygments)
261 histedit interactive history editing
261 histedit interactive history editing
262 inotify accelerate status report using Linux's inotify service
263 interhg expand expressions into changelog and summaries
262 interhg expand expressions into changelog and summaries
264 keyword expand keywords in tracked files
263 keyword expand keywords in tracked files
265 largefiles track large binary files
264 largefiles track large binary files
General Comments 0
You need to be logged in to leave comments. Login now