sapling/hgext
Brad Schick 18eb282ff7 extdiff: do single file diffs from the wc with no copy
Extdiff was always making a temporary directory and copying files even when not required. This change makes extdiff avoid the copy when diffing a single file that lives in the wc. This lets external diff tools edit the working copy file directly. It also lets other extensions resuse the functions in extdiff and get in-place diffs.
2007-08-06 14:50:57 -07:00
..
convert convert: remove accidental debug print 2007-08-06 15:37:14 -07:00
__init__.py Re-add hgext/__init__.py 2005-09-29 12:49:01 -07:00
acl.py ui: Rename has_config to has_section. 2007-05-27 13:50:59 -07:00
alias.py test-alias: Removed fallback to parentui, no longer needed since 681da44cf9e4 2007-07-21 17:56:30 +02:00
bugzilla.py Fix typo in bugzilla extension. 2007-05-08 11:51:16 -07:00
children.py children extension: Don't abort when looking at the null revision. 2007-07-03 12:50:05 +02:00
extdiff.py extdiff: do single file diffs from the wc with no copy 2007-08-06 14:50:57 -07:00
fetch.py Make repo locks recursive, eliminate all passing of lock/wlock 2007-07-21 16:02:10 -05:00
gpg.py dirstate: add __contains__ and make __getitem__ more useful 2007-07-21 16:02:09 -05:00
graphlog.py Make hg glog abort if unused arguments are given. 2007-06-28 16:18:09 +02:00
hbisect.py merge with crew-stable 2007-06-04 00:26:53 -03:00
hgk.py Updated command tables in commands.py and hgext extensions. 2007-06-26 22:38:57 +02:00
imerge.py imerge: gussy up dispatcher to support subcommand opts. 2007-08-04 12:26:48 -07:00
interhg.py interhg extension allows you to change changelog text like InterWiki. 2007-07-03 00:13:52 +09:00
mq.py del transaction before lock before wlock 2007-08-02 01:56:08 -03:00
notify.py merge with stable 2007-06-04 22:08:42 +02:00
patchbomb.py patchbomb: add --desc, to specify a file containing a series description 2007-07-16 14:43:47 -07:00
purge.py removed trailing whitespace 2007-07-21 10:30:51 +02:00
record.py record: raise an exception correctly if we can't create a backup directory 2007-08-06 12:53:49 -07:00
transplant.py Make repo locks recursive, eliminate all passing of lock/wlock 2007-07-21 16:02:10 -05:00
win32text.py Correct inadvertent line ending change. 2007-07-09 10:59:49 -07:00