sapling/hgext
Nicolas Dumazet 04cf1f6b57 filectx: use ctx.size comparisons to speed up ctx.cmp
Comparing sizes is cheaper than comparing file contents, as it does not
involve reading the file on disk or from the filelog.

It is however not always possible: some extensions, or encode filters,
change data when extracting it to the working directory.
2010-07-27 23:07:30 +09:00
..
convert backout most of 26e0b9a8ce0d 2010-09-24 12:46:54 -05:00
highlight highlight: fix to work with caching templater 2010-04-19 16:47:44 -05:00
inotify inotify: raise correct error if server is already started in a deep repository 2010-10-09 15:41:53 +02:00
zeroconf mail/hgweb: support service names for ports (issue2350) 2010-08-28 12:31:07 -04:00
__init__.py Re-add hgext/__init__.py 2005-09-29 12:49:01 -07:00
acl.py acl: delete trailing whitespace in docstring 2010-06-20 19:48:28 +02:00
bookmarks.py Merge with stable 2010-09-24 00:17:04 +02:00
bugzilla.py removed exception args indexing (not supported by py3k) 2010-07-14 23:03:21 -03:00
children.py help: show value requirement and multiple occurrence of options 2010-06-06 17:25:00 +09:00
churn.py termwidth: move to ui.ui from util 2010-10-10 10:06:36 -05:00
color.py color: add global option in extsetup() instead of globally 2010-10-10 12:21:36 -05:00
eol.py Merge with stable 2010-09-15 17:48:03 -05:00
extdiff.py help: show value requirement and multiple occurrence of options 2010-06-06 17:25:00 +09:00
fetch.py help: show value requirement and multiple occurrence of options 2010-06-06 17:25:00 +09:00
gpg.py Lowercase error messages 2010-08-29 22:37:58 +02:00
graphlog.py graphlog: style with header and footer (issue2395) 2010-09-28 02:58:00 +02:00
hgcia.py hgcia/color: remove star imports 2010-08-03 13:02:11 -04:00
hgk.py help: refer to user configuration file more consistently 2010-08-27 22:36:35 -04:00
interhg.py interhg: fixes regression introduced by bb95879961db 2010-02-06 21:25:02 -02:00
keyword.py filectx: use ctx.size comparisons to speed up ctx.cmp 2010-07-27 23:07:30 +09:00
mq.py termwidth: move to ui.ui from util 2010-10-10 10:06:36 -05:00
notify.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
pager.py pager: don't run pager if nothing is written to stdout/stderr 2010-10-10 12:21:49 -05:00
parentrevspec.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
patchbomb.py patchbomb: show progress when sending emails or writing mbox 2010-09-12 16:10:41 +09:00
progress.py termwidth: move to ui.ui from util 2010-10-10 10:06:36 -05:00
purge.py Use hg role in help strings 2010-04-22 10:24:49 +02:00
rebase.py cleanup: remove unused imports 2010-08-27 13:32:38 -04:00
record.py patch: always raise PatchError with a message, simplify handling 2010-10-09 15:13:08 -05:00
relink.py cleanup: remove unused imports 2010-08-27 13:32:38 -04:00
schemes.py schemes: add Kiln On Demand to default schemes 2010-03-24 16:42:08 -04:00
share.py Use note admonition 2010-09-22 16:23:55 +02:00
transplant.py transplant: add the transplanted revset predicate 2010-09-28 19:36:05 +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