sapling/hgext
Steve Borho e91613380a color: labeled text should be passed to ui.write() as ui.labeled
Some implementations of ui.label() (HTML versions in particular) must escape
the provided text and then markup the text with their tags.  When this marked
up text is then passed to ui.write(), we must label the text as 'ui.labeled'
so the implementation knows not to escape it a second time (exposing the initial
markup).

This required the addition of a 'ui.plain' label for text that is purposefully
not marked up.

I was a little pedantic here, passing even ' ' strings to ui.label() when it
would be included with other labeled text in a ui.write() call.   But it seemed
appropriate to lean to the side of caution.
2010-06-03 23:18:18 -05:00
..
convert Merge with crew-stable 2010-05-19 22:32:40 +02:00
highlight highlight: fix to work with caching templater 2010-04-19 16:47:44 -05:00
inotify inotify: expose the same dirstate.status() interface as dirstate. 2010-03-07 13:10:23 -05:00
zeroconf zeroconf: handle string hgweb config args 2010-04-26 11:03:40 -05:00
__init__.py Re-add hgext/__init__.py 2005-09-29 12:49:01 -07:00
acl.py acl: improve undefined group error handling 2010-05-10 21:44:00 +02:00
bookmarks.py Use our custom hg reStructuredText role some more 2010-05-18 16:31:10 +02:00
bugzilla.py bugzilla: revert unhelpful check-code changes, module is actually called MySQLdb 2010-02-15 09:57:11 +01:00
children.py Merge with stable 2010-01-19 22:45:09 -06:00
churn.py color: labeled text should be passed to ui.write() as ui.labeled 2010-06-03 23:18:18 -05:00
color.py color: labeled text should be passed to ui.write() as ui.labeled 2010-06-03 23:18:18 -05:00
eol.py eol: extension for managing file EOLs 2010-05-31 21:37:01 +02:00
extdiff.py extdiff: fix reST syntax in module docstring 2010-05-17 23:11:27 +02:00
fetch.py remoteui: move from cmdutil to hg 2010-06-01 11:18:57 -05:00
gpg.py Use our custom hg reStructuredText role some more 2010-05-18 16:31:10 +02:00
graphlog.py move discovery methods from localrepo into new discovery module 2010-06-07 18:35:54 +02:00
hgcia.py patch/diff: move patch.export() to cmdutil.export() 2010-03-08 19:43:24 +01:00
hgk.py Use our custom hg reStructuredText role some more 2010-05-18 16:31:10 +02:00
interhg.py interhg: fixes regression introduced by bb95879961db 2010-02-06 21:25:02 -02:00
keyword.py keyword: use context to detect uncommitted merge 2010-06-03 10:37:31 +01:00
mq.py color: labeled text should be passed to ui.write() as ui.labeled 2010-06-03 23:18:18 -05:00
notify.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
pager.py pager: exec pager using /bin/sh -c 2010-05-19 09:54:12 -05:00
parentrevspec.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
patchbomb.py move discovery methods from localrepo into new discovery module 2010-06-07 18:35:54 +02:00
progress.py progress: fall back to indeterminate progress if position is >= total 2010-04-08 15:04:00 -05:00
purge.py Use hg role in help strings 2010-04-22 10:24:49 +02:00
rebase.py rebase: use usual util.abort rather than error.ParseError 2010-06-04 17:22:33 -05:00
record.py Merge with stable 2010-05-31 13:55:47 +02:00
relink.py remoteui: move from cmdutil to hg 2010-06-01 11:18:57 -05:00
schemes.py schemes: add Kiln On Demand to default schemes 2010-03-24 16:42:08 -04:00
share.py share: drop experimental label 2010-04-01 00:02:12 +02:00
transplant.py move discovery methods from localrepo into new discovery module 2010-06-07 18:35:54 +02:00
win32mbcs.py Merge with stable 2010-01-19 22:45:09 -06:00
win32text.py win32text: mark this extension as deprecated 2010-06-02 14:54:25 +02:00