comparison templates/guide/index.html @ 465:7bd9da64acf5

guide: link to the book via https and update one more link
author Kevin Bullock <kbullock+mercurial@ringworld.org>
date Fri, 30 Sep 2016 16:48:53 -0500
parents 53e90a523b43
children
comparison
equal deleted inserted replaced
464:53e90a523b43 465:7bd9da64acf5
8 8
9 <p>Alternatives to this guide and further reading: </p> 9 <p>Alternatives to this guide and further reading: </p>
10 10
11 <ul> 11 <ul>
12 <li> <a title="Mercurial Tutorial" href="https://www.mercurial-scm.org/wiki/Tutorial">Tutorial</a> - a more exhaustive tutorial. </li> 12 <li> <a title="Mercurial Tutorial" href="https://www.mercurial-scm.org/wiki/Tutorial">Tutorial</a> - a more exhaustive tutorial. </li>
13 <li><a title="Mercurial: The definitive Guide" href="https://book.mercurial-scm.org/">Mercurial: The Definitive Guide</a> - a very detailed description of Mercurial including <a title="Behind the Scenes" href="http://book.mercurial-scm.org/read/concepts.html">behind the scenes</a>, an indepth article on the design of Mercurial.</li> 13 <li><a title="Mercurial: The definitive Guide" href="https://book.mercurial-scm.org/">Mercurial: The Definitive Guide</a> - a very detailed description of Mercurial including <a title="Behind the Scenes" href="https://book.mercurial-scm.org/read/concepts.html">behind the scenes</a>, an indepth article on the design of Mercurial.</li>
14 <li><a title="Understanding Mercurial" href="https://www.mercurial-scm.org/wiki/UnderstandingMercurial">Understanding Mercurial</a> - the concepts behind Mercurial.</li> 14 <li><a title="Understanding Mercurial" href="https://www.mercurial-scm.org/wiki/UnderstandingMercurial">Understanding Mercurial</a> - the concepts behind Mercurial.</li>
15 </ul> 15 </ul>
16 16
17 <div class="note"> 17 <div class="note">
18 <p class="note-title">Note:</p> 18 <p class="note-title">Note:</p>
514 514
515 <pre>$ hg pull ../feature1 515 <pre>$ hg pull ../feature1
516 516
517 </pre> 517 </pre>
518 518
519 <p>Now you have the history of feature1 inside your project, but the changes aren't yet visible. Instead they are only stored inside a ".hg" directory of the project (<a title="Behind the Scenes" href="http://hgbook.red-bean.com/read/behind-the-scenes.html">more information on the store</a>).</p> 519 <p>Now you have the history of feature1 inside your project, but the changes aren't yet visible. Instead they are only stored inside a ".hg" directory of the project (<a title="Behind the Scenes" href="https://book.mercurial-scm.org/read/concepts.html">more information on the store</a>).</p>
520 520
521 <div class="output">output of hg pull: 521 <div class="output">output of hg pull:
522 pulling from ../feature1 522 pulling from ../feature1
523 searching for changes 523 searching for changes
524 adding changesets 524 adding changesets