##// END OF EJS Templates
Add support for extension modules...
Add support for extension modules This adds support for an [extensions] section to hgrc. This has the form of: [extensions] mod=[path] If a path is specified, the python module found at that path is load. Otherwise, __import__ is used to find the module. Each module must implement a dict called cmdtable where the command line options for that module live. Each module must also implement a reposetup function: cmdtable = {} def reposetup(ui, repo): pass Index: hg/mercurial/ui.py ===================================================================
mason@suse.com -
r1071:8f0ac653 default
Show More
Name Size Modified Last Commit Author
/ templates
changelog-rss.tmpl Loading ...
changelog.tmpl Loading ...
changelogentry-rss.tmpl Loading ...
changelogentry.tmpl Loading ...
changeset-raw.tmpl Loading ...
changeset.tmpl Loading ...
fileannotate.tmpl Loading ...
filediff-raw.tmpl Loading ...
filediff.tmpl Loading ...
filelog-rss.tmpl Loading ...
filelog.tmpl Loading ...
filelogentry-rss.tmpl Loading ...
filelogentry.tmpl Loading ...
filerevision-raw.tmpl Loading ...
filerevision.tmpl Loading ...
footer.tmpl Loading ...
header-raw.tmpl Loading ...
header-rss.tmpl Loading ...
header.tmpl Loading ...
index.tmpl Loading ...
manifest.tmpl Loading ...
map Loading ...
map-raw Loading ...
map-rss Loading ...
search.tmpl Loading ...
tags.tmpl Loading ...
template-vars.txt Loading ...