Show More
@@ -1097,10 +1097,13 b' verify that large files in subrepos hand' | |||||
1097 | (use --subrepos for recursive commit) |
|
1097 | (use --subrepos for recursive commit) | |
1098 | [255] |
|
1098 | [255] | |
1099 |
|
1099 | |||
1100 |
|
|
1100 | Add a normal file to the subrepo, then test archiving | |
|
1101 | ||||
1101 | $ echo 'normal file' > subrepo/normal.txt |
|
1102 | $ echo 'normal file' > subrepo/normal.txt | |
1102 | $ hg -R subrepo add subrepo/normal.txt |
|
1103 | $ hg -R subrepo add subrepo/normal.txt | |
1103 | # Lock in subrepo, otherwise the change isn't archived |
|
1104 | ||
|
1105 | Lock in subrepo, otherwise the change isn't archived | |||
|
1106 | ||||
1104 | $ hg ci -S -m "add normal file to top level" |
|
1107 | $ hg ci -S -m "add normal file to top level" | |
1105 | committing subrepository subrepo |
|
1108 | committing subrepository subrepo | |
1106 | Invoking status precommit hook |
|
1109 | Invoking status precommit hook |
General Comments 0
You need to be logged in to leave comments.
Login now