##// END OF EJS Templates
test-largefiles: better formatting of comments
Martin Geisler -
r16581:48dfd9ae default
parent child Browse files
Show More
@@ -1097,10 +1097,13 b' verify that large files in subrepos hand'
1097 1097 (use --subrepos for recursive commit)
1098 1098 [255]
1099 1099
1100 # Add a normal file to the subrepo, then test archiving
1100 Add a normal file to the subrepo, then test archiving
1101
1101 1102 $ echo 'normal file' > subrepo/normal.txt
1102 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 1107 $ hg ci -S -m "add normal file to top level"
1105 1108 committing subrepository subrepo
1106 1109 Invoking status precommit hook
General Comments 0
You need to be logged in to leave comments. Login now