changeset 24470 | 76b0b0fed2e3 |
parent 24464 | 30ddc3cf76df |
child 24612 | 30fc7cf43063 |
24469:e71053ef0c46 | 24470:76b0b0fed2e3 |
---|---|
57 +z1 |
57 +z1 |
58 |
58 |
59 Commits: |
59 Commits: |
60 |
60 |
61 $ hg commit -m fails |
61 $ hg commit -m fails |
62 abort: uncommitted changes in subrepo foo |
62 abort: uncommitted changes in subrepository 'foo' |
63 (use --subrepos for recursive commit) |
63 (use --subrepos for recursive commit) |
64 [255] |
64 [255] |
65 |
65 |
66 The --subrepos flag overwrite the config setting: |
66 The --subrepos flag overwrite the config setting: |
67 |
67 |