comparison hgext/schemes.py @ 9965:963ed04a8fde

schemes: fixed typos in module docstring
author Martin Geisler <mg@lazybytes.net>
date Mon, 30 Nov 2009 23:12:51 +0100
parents e600ad9bc257
children 9d1195b2f00d
comparison
equal deleted inserted replaced
9964:e600ad9bc257 9965:963ed04a8fde
33 py = http://hg.python.org/ 33 py = http://hg.python.org/
34 bb = https://bitbucket.org/ 34 bb = https://bitbucket.org/
35 bb+ssh = ssh://hg@bitbucket.org/ 35 bb+ssh = ssh://hg@bitbucket.org/
36 gcode = https://{1}.googlecode.com/hg/ 36 gcode = https://{1}.googlecode.com/hg/
37 37
38 You can override the predefined scheme by defining new schemes with 38 You can override a predefined scheme by defining a new scheme with the
39 the same name. 39 same name.
40 """ 40 """
41 41
42 import re 42 import re
43 from mercurial import hg, templater 43 from mercurial import hg, templater
44 44