branch | stable |
changeset 16041 | 6a959318c58e |
parent 16011 | f2c49d9dee57 |
child 16244 | 3d26d69ef822 |
16040:c0b2986b37b8 | 16041:6a959318c58e |
---|---|
75 |
75 |
76 - show a list of changeset revision and phase:: |
76 - show a list of changeset revision and phase:: |
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:: |
|
81 |
|
82 hg phase -fd 'outgoing(URL)' |
|
83 |
|
80 See :hg:`help phase` for more information on manually manipulating phases. |
84 See :hg:`help phase` for more information on manually manipulating phases. |