comparison tests/test-help.t @ 26487:3f234db6fe8d

test-help: verify that extension keywords appear in help templates fixed by a2291c9c85a1
author timeless@mozdev.org
date Thu, 24 Sep 2015 13:58:18 -0400
parents 4b0fc75f9403
children 0748083f2898
comparison
equal deleted inserted replaced
26486:8a732c322ca7 26487:3f234db6fe8d
276 shelve save and restore changes to the working directory 276 shelve save and restore changes to the working directory
277 strip strip changesets and their descendants from history 277 strip strip changesets and their descendants from history
278 transplant command to transplant changesets from another branch 278 transplant command to transplant changesets from another branch
279 win32mbcs allow the use of MBCS paths with problematic encodings 279 win32mbcs allow the use of MBCS paths with problematic encodings
280 zeroconf discover and advertise repositories on the local network 280 zeroconf discover and advertise repositories on the local network
281
282 Verify that extension keywords appear in help templates
283
284 $ hg help --config extensions.transplant= templating|grep transplant > /dev/null
285
281 Test short command list with verbose option 286 Test short command list with verbose option
282 287
283 $ hg -v help shortlist 288 $ hg -v help shortlist
284 Mercurial Distributed SCM 289 Mercurial Distributed SCM
285 290