ContributingCode.wiki
changeset 798 30c5f1ebd552
parent 773 502c0dc0e381
child 870 55e67d58d19e
equal deleted inserted replaced
797:ffa20ab0669b 798:30c5f1ebd552
    45 That means: *Before you start writing code towards a new bugfix/feature, make sure to {{{hg update}}} to a revision from the official repository.*
    45 That means: *Before you start writing code towards a new bugfix/feature, make sure to {{{hg update}}} to a revision from the official repository.*
    46 
    46 
    47 
    47 
    48 In newer versions of Mercurial you can give those unnamed branches a "local" and removable name using {{{hg bookmark}}}.
    48 In newer versions of Mercurial you can give those unnamed branches a "local" and removable name using {{{hg bookmark}}}.
    49 
    49 
    50 *You can see example of how unnamed branches and bookmarks are used best [http://hg.hedgewars.org/hw-example-clone/graph HERE]*
    50 *You can see example of how unnamed branches and bookmarks are used best [https://hg.hedgewars.org/hw-example-clone/graph HERE]*
    51 
    51 
    52 
    52 
    53 = How to export your changes so that we can use them  =
    53 = How to export your changes so that we can use them  =
    54 
    54 
    55 == Public Repository ==
    55 == Public Repository ==