diff hgext/fetch.py @ 28964:9dcc9ed26d33

fetch: use single quotes around command hint Windows command lines use double quotes to quote arguments with spaces. This change is in a series to unify around using single quotes around commands, and double quotes around interior arguments.
author timeless <timeless@mozdev.org>
date Thu, 14 Apr 2016 15:20:11 +0000
parents 56b2bcea2529
children dc406c7e41d6
line wrap: on
line diff
--- a/hgext/fetch.py	Thu Apr 14 15:19:57 2016 +0000
+++ b/hgext/fetch.py	Thu Apr 14 15:20:11 2016 +0000
@@ -61,7 +61,7 @@
         branchnode = None
     if parent != branchnode:
         raise error.Abort(_('working directory not at branch tip'),
-                         hint=_('use "hg update" to check out branch tip'))
+                         hint=_("use 'hg update' to check out branch tip"))
 
     wlock = lock = None
     try: