comparison tests/test-mq.t @ 22118:9a299c39de01

help: normalize helplist hints
author Matt Mackall <mpm@selenic.com>
date Tue, 12 Aug 2014 04:11:32 -0500
parents 4b1cbcfdabf7
children 1dd178277cf5
comparison
equal deleted inserted replaced
22117:c1d93edcf004 22118:9a299c39de01
93 qselect set or print guarded patches to push 93 qselect set or print guarded patches to push
94 qseries print the entire series file 94 qseries print the entire series file
95 qtop print the name of the current patch 95 qtop print the name of the current patch
96 qunapplied print the patches not yet applied 96 qunapplied print the patches not yet applied
97 97
98 use "hg -v help mq" to show builtin aliases and global options 98 (use "hg help -v mq" to show built-in aliases and global options)
99 99
100 $ hg init a 100 $ hg init a
101 $ cd a 101 $ cd a
102 $ echo a > a 102 $ echo a > a
103 $ hg ci -Ama 103 $ hg ci -Ama