diff mercurial/help/phases.txt @ 19959:9ef92384415c stable

doc: use double quotation mark to quote arguments in examples for Windows users On Windows, only double quotation mark can quote command line arguments. So, this patch uses double quotation mark to quote command line arguments in all examples of online help document.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Fri, 25 Oct 2013 01:14:18 +0900
parents 73066ba46ec5
children b4b77909318f
line wrap: on
line diff
--- a/mercurial/help/phases.txt	Fri Oct 25 01:14:18 2013 +0900
+++ b/mercurial/help/phases.txt	Fri Oct 25 01:14:18 2013 +0900
@@ -79,6 +79,6 @@
 
  - resynchronize draft changesets relative to a remote repository::
 
-     hg phase -fd 'outgoing(URL)'
+     hg phase -fd "outgoing(URL)"
 
 See :hg:`help phase` for more information on manually manipulating phases.