##// END OF EJS Templates
largefiles: use double quotes for arguments...
timeless -
r28798:c065e0ec default
parent child Browse files
Show More
@@ -33,7 +33,7 b' To start a new repository or add new lar'
33
33
34 $ dd if=/dev/urandom of=randomdata count=2000
34 $ dd if=/dev/urandom of=randomdata count=2000
35 $ hg add --large randomdata
35 $ hg add --large randomdata
36 $ hg commit -m 'add randomdata as a largefile'
36 $ hg commit -m "add randomdata as a largefile"
37
37
38 When you push a changeset that adds/modifies largefiles to a remote
38 When you push a changeset that adds/modifies largefiles to a remote
39 repository, its largefile revisions will be uploaded along with it.
39 repository, its largefile revisions will be uploaded along with it.
General Comments 0
You need to be logged in to leave comments. Login now