comparison templates/guide/index.html @ 436:2b0669fed7a8

update domain to www.mercurial-scm.org
author timeless@gmail.com
date Sun, 29 Nov 2015 01:57:40 -0500
parents 7a012507c825
children c79d1a115f49
comparison
equal deleted inserted replaced
435:b173399d3635 436:2b0669fed7a8
318 </div> 318 </div>
319 319
320 320
321 <div class="note"> 321 <div class="note">
322 <p class="note-title">Note:</p> 322 <p class="note-title">Note:</p>
323 <em>identify</em> without options gives you the short form of a unique revision ID. That ID is what Mercurial uses internally. If you tell someone about the version you updated to, you should use that ID, since the numbers can be different for other people. If you want to know the reasons behind that, please read up Mercurials [<a href="http://mercurial.selenic.com/wiki/UnderstandingMercurial">basic concepts</a>]. When you're at the most recent revision, <em>hg identify -n</em> will return "-1". 323 <em>identify</em> without options gives you the short form of a unique revision ID. That ID is what Mercurial uses internally. If you tell someone about the version you updated to, you should use that ID, since the numbers can be different for other people. If you want to know the reasons behind that, please read up Mercurials [<a href="https://www.mercurial-scm.org/wiki/UnderstandingMercurial">basic concepts</a>]. When you're at the most recent revision, <em>hg identify -n</em> will return "-1".
324 </div> 324 </div>
325 325
326 <p>To update to the most recent revision, you can use "tip" as revision name.</p> 326 <p>To update to the most recent revision, you can use "tip" as revision name.</p>
327 327
328 <pre>$ hg update tip 328 <pre>$ hg update tip
400 400
401 </pre> 401 </pre>
402 402
403 <div class="note"> 403 <div class="note">
404 <p class="note-title">Note:</p> 404 <p class="note-title">Note:</p>
405 For more details on resolving conflicts, see the wiki-page <a title="Tutorial - Merging conflicting Changes" href="http://mercurial.selenic.com/wiki/TutorialConflict">TutorialConflict</a>. 405 For more details on resolving conflicts, see the wiki-page <a title="Tutorial - Merging conflicting Changes" href="https://www.mercurial-scm.org/wiki/TutorialConflict">TutorialConflict</a>.
406 </div> 406 </div>
407 407
408 408
409 <p>Mark the fixed file as resolved</p> 409 <p>Mark the fixed file as resolved</p>
410 410
589 <div class="note"> 589 <div class="note">
590 <p class="note-title">Note:</p> 590 <p class="note-title">Note:</p>
591 591
592 If you need empty folders which are available after clone, create a 592 If you need empty folders which are available after clone, create a
593 file in those folders and add that. For details and useful tools, see 593 file in those folders and add that. For details and useful tools, see
594 the <a href="http://mercurial.selenic.com/wiki/FAQ#FAQ.2FCommonProblems.I_tried_to_check_in_an_empty_directory_and_it_failed.21">empty directory FAQ entry</a>. 594 the <a href="https://www.mercurial-scm.org/wiki/FAQ#FAQ.2FCommonProblems.I_tried_to_check_in_an_empty_directory_and_it_failed.21">empty directory FAQ entry</a>.
595 595
596 </div> 596 </div>
597 597
598 <h5>Rollback mistakes</h5> 598 <h5>Rollback mistakes</h5>
599 599
1140 1140
1141 <p>With this we can conclude our practical guide.</p> 1141 <p>With this we can conclude our practical guide.</p>
1142 1142
1143 <h1 id="complex_workflows">More Complex Workflows</h1> 1143 <h1 id="complex_workflows">More Complex Workflows</h1>
1144 1144
1145 <p>If you now want to check some more complex workflows, please have a look at the general <a title="Mercurial Workflows" href="http://selenic.com/mercurial/wiki/Workflows">workflows wikipage</a> and the list of <a title="Mercurial extensions" href="http://mercurial.selenic.com/wiki/UsingExtensions">extensions</a>.</p> 1145 <p>If you now want to check some more complex workflows, please have a look at the general <a title="Mercurial Workflows" href="http://selenic.com/mercurial/wiki/Workflows">workflows wikipage</a> and the list of <a title="Mercurial extensions" href="https://www.mercurial-scm.org/wiki/UsingExtensions">extensions</a>.</p>
1146 1146
1147 <p>To deepen your understanding, you can also check the <a title="Overview of the basic concepts of Mercurial" href="http://mercurial.selenic.com/wiki/UnderstandingMercurial">basic concept overview</a>.</p> 1147 <p>To deepen your understanding, you can also check the <a title="Overview of the basic concepts of Mercurial" href="https://www.mercurial-scm.org/wiki/UnderstandingMercurial">basic concept overview</a>.</p>
1148 1148
1149 <p>Have fun with Mercurial!</p> 1149 <p>Have fun with Mercurial!</p>
1150 1150
1151 1151
1152 1152