comparison tests/test-mq.t @ 13230:827a1cc127bf stable

commands: clarify which aliases "hg help -v" show (issue2572)
author Martin Geisler <mg@aragost.com>
date Wed, 05 Jan 2011 10:47:35 +0100
parents 05fffd665170
children 5ccdca7df211
comparison
equal deleted inserted replaced
13227:5d1bb1174047 13230:827a1cc127bf
75 qseries print the entire series file 75 qseries print the entire series file
76 qtop print the name of the current patch 76 qtop print the name of the current patch
77 qunapplied print the patches not yet applied 77 qunapplied print the patches not yet applied
78 strip strip changesets and all their descendants from the repository 78 strip strip changesets and all their descendants from the repository
79 79
80 use "hg -v help mq" to show aliases and global options 80 use "hg -v help mq" to show builtin aliases and global options
81 81
82 $ hg init a 82 $ hg init a
83 $ cd a 83 $ cd a
84 $ echo a > a 84 $ echo a > a
85 $ hg ci -Ama 85 $ hg ci -Ama