ContributingCode.wiki
changeset 724 798364e1fd76
parent 723 d519f85c008f
child 725 92086cbfde4c
equal deleted inserted replaced
723:d519f85c008f 724:798364e1fd76
    61 That means: *Before you start writing code towards a new bugfix/feature, make sure to {{{hg update}}} to a revision from the official repository.*
    61 That means: *Before you start writing code towards a new bugfix/feature, make sure to {{{hg update}}} to a revision from the official repository.*
    62 
    62 
    63 
    63 
    64 In newer versions of Mercurial you can give those unnamed branches a "local" and removable name using {{{hg bookmark}}}.
    64 In newer versions of Mercurial you can give those unnamed branches a "local" and removable name using {{{hg bookmark}}}.
    65 
    65 
    66 You can see example of how unnamed branches and bookmarks are used best [http://hg.hedgewars.org/hw-example-clone/graph here]
    66 *You can see example of how unnamed branches and bookmarks are used best [http://hg.hedgewars.org/hw-example-clone/graph HERE]*
    67 
    67