comparison 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
comparison
equal deleted inserted replaced
19958:25b02c6f73a6 19959:9ef92384415c
77 77
78 hg log --template "{rev} {phase}\n" 78 hg log --template "{rev} {phase}\n"
79 79
80 - resynchronize draft changesets relative to a remote repository:: 80 - resynchronize draft changesets relative to a remote repository::
81 81
82 hg phase -fd 'outgoing(URL)' 82 hg phase -fd "outgoing(URL)"
83 83
84 See :hg:`help phase` for more information on manually manipulating phases. 84 See :hg:`help phase` for more information on manually manipulating phases.