comparison tests/test-mq.out @ 4315:bc6f5a1d8b7b

Add a pointer to "hg -v help" to the bottom of hg help {,cmd} output This should make it easier to discover global options. As a bonus, they are no longer displayed by something like a hg -v help dates
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Sat, 07 Apr 2007 04:27:55 -0300
parents 7307d2e98b32
children aa26759c6fb3
comparison
equal deleted inserted replaced
4314:43dedce9667e 4315:bc6f5a1d8b7b
20 20
21 add known patch to applied stack qpush 21 add known patch to applied stack qpush
22 remove patch from applied stack qpop 22 remove patch from applied stack qpop
23 refresh contents of top applied patch qrefresh 23 refresh contents of top applied patch qrefresh
24 24
25 list of commands (use "hg help -v mq" to show aliases and global options): 25 list of commands:
26 26
27 qapplied print the patches already applied 27 qapplied print the patches already applied
28 qclone clone main and patch repository at same time 28 qclone clone main and patch repository at same time
29 qcommit commit changes in the queue repository 29 qcommit commit changes in the queue repository
30 qdelete remove patches from queue 30 qdelete remove patches from queue
46 qselect set or print guarded patches to push 46 qselect set or print guarded patches to push
47 qseries print the entire series file 47 qseries print the entire series file
48 qtop print the name of the current patch 48 qtop print the name of the current patch
49 qunapplied print the patches not yet applied 49 qunapplied print the patches not yet applied
50 strip strip a revision and all later revs on the same branch 50 strip strip a revision and all later revs on the same branch
51
52 use "hg -v help mq" to show aliases and global options
51 adding a 53 adding a
52 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 54 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
53 adding b/z 55 adding b/z
54 % qinit 56 % qinit
55 % -R qinit 57 % -R qinit