hgext/largefiles/__init__.py
changeset 28798 c065e0ec13d1
parent 28394 dcb4209bd30d
child 29306 83cecc0b991f
--- 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.