comparison tests/test-mq.out @ 4325:aa26759c6fb3

Merge with crew-stable.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Sat, 07 Apr 2007 04:45:27 -0300
parents 0d51eb296fb9 bc6f5a1d8b7b
children 905397be7688
comparison
equal deleted inserted replaced
4313:61ab822a9e88 4325:aa26759c6fb3
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