hgkw/__init__.py
author Christian Ebert <blacktrash@gmx.net>
Tue, 29 Jan 2008 17:32:10 +0100
changeset 353 159bf80a4301
parent 0 41c7e55cd9e9
permissions -rw-r--r--
Refactor overriding wread, wwrite, wwritedata repo methods - restrict consistently to reading/writing in working dir - no cludgy sys.argv parsing anymore Eases collaboration with other extensions, or external tools like TortoiseHg. Changes in behaviour: - hg cat does not expand; will be implemented with new kwcat command - no expansion in web /display/, only in downloaded archives Thanks to Jesse Glick for inciting this approach.