Commit MetaInfo

修订版f452dc5fedb9a77547c40f2406b352fec84c6710 (tree)
时间2010-03-24 23:41:14
作者Steve Losh <steve@dwai...>
CommiterSteve Losh

Log Message

Fix a few minor style things and typos.

更改概述

差异

diff -r db6666366270 -r f452dc5fedb9 beginner/2010-03-23-keeping-informed-with-progress.html
--- a/beginner/2010-03-23-keeping-informed-with-progress.html Tue Mar 23 23:18:25 2010 +0100
+++ b/beginner/2010-03-23-keeping-informed-with-progress.html Wed Mar 24 10:41:14 2010 -0400
@@ -1,6 +1,6 @@
11 {% extends "_tip.html" %}
22 {%hyde
3- title: Keeping Informed With Progress
3+ title: Keeping Informed with Progress
44 author_name: David Harrigan
55 author_link: http://www.lifeinthesnowlane.com
66 created: 2010-03-23
@@ -14,40 +14,42 @@
1414
1515
1616 {% block tip %}
17-Sometimes when using Mercurial, it seems to sit at the command prompt for
18-quite some time as it churns over some files. Thankfully, since Mercurial 1.5
19-you can now avail of a new extension! You'll want to [edit your '~/.hgrc'
17+Sometimes when using Mercurial it seems to sit at the command prompt for quite
18+some time as it churns over some files. Thankfully, since Mercurial 1.5 you
19+can now take advantage of a new extension! You'll want to [edit your '~/.hgrc'
2020 file][hgrc] to contain something like this:
2121
22+[hgrc]: {{ links.tip_edit_hgrc }}
23+
2224 [extensions]
23- hgext.progress =
24-
25-When this nifty little extension is enabled, you should see something like
26-this:
25+ progress =
2726
28-<div class="screenshot">
29- <a href="http://picasaweb.google.com/lh/photo/H_whTt3_9qWgidsk6Ao6pw?feat=directlink"
30- title="Progress when verifying a Mercurial repository">
27+When this nifty little extension is enabled you should see something like this:
28+
29+<div class="screenshot">
30+ <a href="http://picasaweb.google.com/lh/photo/H_whTt3_9qWgidsk6Ao6pw?feat=directlink"
31+ title="Progress when verifying a Mercurial repository">
3132 <img src="http://lh3.ggpht.com/_VHXliiKPwhU/S6k5xh1fsAI/AAAAAAAABCg/2FDGDmPpNdM/s400/progress-verify.png"
32- alt="Progress when verifying a Mercurial repository"/>
33- </a>
33+ class="force-border"
34+ alt="Progress when verifying a Mercurial repository"/>
35+ </a>
3436 </div>
3537
3638 Notice the nice new progress bar? Here's another little example:
3739
3840 <div class="screenshot">
3941 <a href="http://picasaweb.google.com/lh/photo/ALwS1lIo-p7DFD8YRZzKMg?feat=embedwebsite"
40- title="Progress when cloning a remote Mercurial repository">
42+ title="Progress when cloning a remote Mercurial repository">
4143 <img src="http://lh5.ggpht.com/_VHXliiKPwhU/S6k5xp_VMfI/AAAAAAAABCk/pyn7z_WLr98/s400/progress-clone-remote.png"
42- alt="Progress when cloning a remote Mercurial repository"/>
44+ class="force-border"
45+ alt="Progress when cloning a remote Mercurial repository"/>
4346 </a>
4447 </div>
4548
4649 I hope you find this little tip useful and it helps you in your daily usage of
47-Mercurial. For more information on this extension, you can refer to [it's
50+Mercurial. For more information on this extension, you can refer to [its
4851 page][progress] on the Mercurial website.
4952
50-[hgrc]: {{ links.tip_edit_hgrc }}
5153 [progress]: http://mercurial.selenic.com/wiki/ProgressExtension
5254
5355 {% endblock %}
Show on old repository browser