[PATCH 2 of 7] largefiles: use double quotes for arguments

timeless timeless at mozdev.org
Mon Apr 4 05:31:28 EDT 2016


# HG changeset patch
# User timeless <timeless at mozdev.org>
# Date 1452591039 0
#      Tue Jan 12 09:30:39 2016 +0000
# Node ID cf285e97cf6b01f7c73d4bd1f6188d3ec8928198
# Parent  e98a5f3fac5f0fd72fbf38bc410a55a97790fa31
largefiles: use double quotes for arguments

diff --git a/hgext/largefiles/__init__.py b/hgext/largefiles/__init__.py
--- a/hgext/largefiles/__init__.py
+++ b/hgext/largefiles/__init__.py
@@ -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.


More information about the Mercurial-devel mailing list