Mercurial > hg-website
comparison original/hgscm/templates/workflow_guide.html @ 263:70683e92aacb
Merge http://bitbucket.org/segv/hg-website
author | David Soria Parra <dsp@php.net> |
---|---|
date | Fri, 16 Oct 2009 00:19:03 +0200 |
parents | hgscm/templates/workflow_guide.html@fdb616b63365 hgscm/templates/workflow_guide.html@4b97017259f9 |
children | b7d5f97e1034 |
comparison
equal
deleted
inserted
replaced
262:4e1710cdae18 | 263:70683e92aacb |
---|---|
222 <pre>$ hg resolve conflicting_file | 222 <pre>$ hg resolve conflicting_file |
223 (fix it by hand, if necessary) | 223 (fix it by hand, if necessary) |
224 | 224 |
225 </pre> | 225 </pre> |
226 | 226 |
227 <p>Note: If you use Ubuntu and resolve doesn't work, you can either look into <em>/etc/mercurial/hgrc.d/extdiff.rc</em>, or install kdiff3 or some other tool listed in that file.</p> | |
228 | |
227 <p>Mark the fixed file as resolved</p> | 229 <p>Mark the fixed file as resolved</p> |
228 | 230 |
229 <pre>$ hg resolve --mark conflicting_file | 231 <pre>$ hg resolve --mark conflicting_file |
230 | 232 |
231 </pre> | 233 </pre> |
350 | 352 |
351 <pre>$ hg serve | 353 <pre>$ hg serve |
352 | 354 |
353 </pre> | 355 </pre> |
354 | 356 |
355 <p>Now all others can point their browsers to his IP address (for example 192.168.178.100) at port 8000. They will then see all his history there and can sdecide if they want to pull his changes.</p> | 357 <p>Now all others can point their browsers to his IP address (for example 192.168.178.100) at port 8000. They will then see all his history there and can decide if they want to pull his changes.</p> |
356 | 358 |
357 <pre>$ firefox http://192.168.178.100:8000 | 359 <pre>$ firefox http://192.168.178.100:8000 |
358 | 360 |
359 </pre> | 361 </pre> |
360 | 362 |
758 | 760 |
759 <h1 id="complex_workflows">More Complex Workflows</h1> | 761 <h1 id="complex_workflows">More Complex Workflows</h1> |
760 | 762 |
761 <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>.</p> | 763 <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>.</p> |
762 | 764 |
763 <p>To deepen your understanding, you should also check the <a title="Overview of the basic concepts of Mercurial" href="quick_start_concepts">basic concept overview</a>.</p> | 765 <p>To deepen your understanding, you should also check the <a title="Overview of the basic concepts of Mercurial" href="quick-start">basic concept overview</a>.</p> |
764 | 766 |
765 <p>Have fun with Mercurial!</p> | 767 <p>Have fun with Mercurial!</p> |
766 | 768 |
767 | 769 |
768 | 770 |