Mercurial > hg-onsub
comparison test-onsub.t @ 13:b10dd4461b52
More test updates for Mercurial 2.1
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Tue, 06 Mar 2012 14:32:08 +0100 |
parents | 90b54c4fe4fe |
children | 34aa014b5989 |
comparison
equal
deleted
inserted
replaced
12:90b54c4fe4fe | 13:b10dd4461b52 |
---|---|
45 --max-depth N limit recursion to N levels (negative for no limit) | 45 --max-depth N limit recursion to N levels (negative for no limit) |
46 (default: -1) | 46 (default: -1) |
47 --ignore-errors continue execution despite errors | 47 --ignore-errors continue execution despite errors |
48 -0 --print0 end subrepository names with NUL, for use with xargs | 48 -0 --print0 end subrepository names with NUL, for use with xargs |
49 | 49 |
50 use "hg -v help onsub" to show global options | 50 use "hg -v help onsub" to show more info |
51 | 51 |
52 Create some nicely nested subrepositories: | 52 Create some nicely nested subrepositories: |
53 | 53 |
54 $ hg init | 54 $ hg init |
55 $ for d in a b; do hg init $d; echo "$d = $d" >> .hgsub; done | 55 $ for d in a b; do hg init $d; echo "$d = $d" >> .hgsub; done |