comparison mercurial/help/phases.txt @ 18960:170fc0949fb6

check-code: check txt files for trailing whitespace
author Mads Kiilerich <madski@unity3d.com>
date Mon, 15 Apr 2013 01:37:23 +0200
parents 979b107eaea2
children 73066ba46ec5
comparison
equal deleted inserted replaced
18959:2f6418d8a4c9 18960:170fc0949fb6
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.