author | TK Soh <teekaysoh@yahoo.com> |
Tue, 10 Apr 2007 12:24:28 -0500 | |
changeset 4334 | 66a3fe30f9fc |
parent 4333 | 4f721e96f1de |
child 4335 | f4a1eac52d43 |
child 4337 | 35ad84669ca5 |
child 4339 | 26a2fa9433b8 |
child 4340 | 23068518deca |
--- a/mercurial/templater.py Sat Apr 07 19:42:26 2007 +0100 +++ b/mercurial/templater.py Tue Apr 10 12:24:28 2007 -0500 @@ -28,7 +28,7 @@ is treated as name of template file. templater is asked to expand a key in map. it looks up key, and - looks for atrings like this: {foo}. it expands {foo} by looking up + looks for strings like this: {foo}. it expands {foo} by looking up foo in map, and substituting it. expansion is recursive: it stops when there is no more {foo} to replace.