comparison hgscm/templates/workflow_guide.html @ 242:300380748253

fix typo
author Arne Babenhauserheide <bab@draketo.de>
date Mon, 28 Sep 2009 13:13:17 +0200
parents 4f77a5b15057
children fdb616b63365
comparison
equal deleted inserted replaced
241:4f77a5b15057 242:300380748253
352 352
353 <pre>$ hg serve 353 <pre>$ hg serve
354 354
355 </pre> 355 </pre>
356 356
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 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>
358 358
359 <pre>$ firefox http://192.168.178.100:8000 359 <pre>$ firefox http://192.168.178.100:8000
360 360
361 </pre> 361 </pre>
362 362