# HG changeset patch # User timeless # Date 1452591039 0 # Node ID c065e0ec13d16611bf60c36ff9e8e37b5309c335 # Parent 9b52094bb04d85b3aaa38aace039394e221ba4e0 largefiles: use double quotes for arguments You can't use single quotes in cmd.exe. See be7ef03d7fb6. diff -r 9b52094bb04d -r c065e0ec13d1 hgext/largefiles/__init__.py --- a/hgext/largefiles/__init__.py Tue Jan 12 09:30:24 2016 +0000 +++ b/hgext/largefiles/__init__.py Tue Jan 12 09:30:39 2016 +0000 @@ -33,7 +33,7 @@ $ dd if=/dev/urandom of=randomdata count=2000 $ hg add --large randomdata - $ hg commit -m 'add randomdata as a largefile' + $ hg commit -m "add randomdata as a largefile" When you push a changeset that adds/modifies largefiles to a remote repository, its largefile revisions will be uploaded along with it.