sapling/hgext
Dirkjan Ochtman 574603a8c0 use dict.iteritems() rather than dict.items()
This should be faster and more future-proof. Calls where the result is to be
sorted using util.sort() have been left unchanged. Calls to .items() on
configparser objects have been left as-is, too.
2009-01-12 09:16:03 +01:00
..
convert convert: display child command output if --debug (fix febd034db218) 2009-01-08 14:26:30 +01:00
highlight extensions: use new wrapper functions 2008-10-22 17:34:52 -05:00
inotify inotify: do not attempt to monkeypatch bundlerepos 2008-12-15 12:02:18 -08:00
zeroconf zeroconf: add extension documentation 2009-01-05 20:49:12 +01:00
__init__.py Re-add hgext/__init__.py 2005-09-29 12:49:01 -07:00
acl.py acl: refactoring 2008-06-27 21:45:16 -05:00
alias.py findcmd: have dispatch look up strict flag 2008-10-22 17:34:08 -05:00
bookmarks.py use dict.iteritems() rather than dict.items() 2009-01-12 09:16:03 +01:00
bugzilla.py Bugzilla 2.18 and on use contrib/sendbugmail.pl, not processmail. 2009-01-09 22:15:08 +00:00
children.py cmdutil: use change contexts for cset-printer and cset-templater 2008-11-14 13:59:25 +01:00
churn.py lowercase help output 2009-01-03 17:15:15 +01:00
color.py color: fix colorization of the 'old mode' git diff metadata 2008-12-19 22:32:08 +01:00
extdiff.py lowercase ui.debug and assert output 2009-01-03 17:15:21 +01:00
fetch.py lowercase help output 2009-01-03 17:15:15 +01:00
gpg.py status: clean up all users for unknown files 2008-06-27 13:43:29 -05:00
graphlog.py bundlerepo doesn't really have a dirstate, throw AttributeError if requested 2008-11-27 16:07:17 +01:00
hgcia.py Add hgcia to hgext 2008-11-27 11:04:29 -08:00
hgk.py lowercase help output 2009-01-03 17:15:15 +01:00
imerge.py i18n, imerge: mark command line for translation 2008-09-06 17:44:02 +02:00
interhg.py extensions: use new wrapper functions 2008-10-22 17:34:52 -05:00
keyword.py keyword: simplify repo.local and bundle check (as in dddd37603ecd) 2008-12-16 09:58:41 +01:00
mq.py mq: refactor the pop code to be more readable and allow more changes 2009-01-12 09:53:55 +01:00
notify.py notify: no charset conversion when testing 2008-12-02 15:31:33 +01:00
pager.py extensions: use new wrapper functions 2008-10-22 17:34:52 -05:00
parentrevspec.py Add parentrevspec extension 2007-08-17 17:33:27 -03:00
patchbomb.py use enumerate instead of zip 2009-01-09 01:37:54 +01:00
purge.py 1 file changed, 7 insertions(+), 9 deletions(-) 2009-01-05 12:48:20 -05:00
rebase.py use dict.iteritems() rather than dict.items() 2009-01-12 09:16:03 +01:00
record.py patch: turn patch.diff() into a generator 2008-11-03 16:48:23 +01:00
transplant.py protocol: use changegroupsubset() if possible (issue1389) 2008-11-25 23:26:33 +01:00
win32mbcs.py lowercase help output 2009-01-03 17:15:15 +01:00
win32text.py i18n: import _ instead of gettext 2008-10-21 17:47:49 +02:00