On Tue, Jul 29, 2008 at 03:57:52PM +0200, Vladimir Kotal wrote: > By 'behave like wx' I meant the following changes to cdm.py: > - 'hg add' hook is processed by cdm which leads to an entry being > created in plaintext file (like 'wx/active')
'add' is already a base mercurial command. > - 'hg edit' adds new entry > - 'hg unedit' removes the entry in the plaintext file and restores > file from parent More command names that would increase our likely-hood of hitting a name collision in a future Mercurial update... Cadmium will be extended--if not with this request, then with some other request. Let's get a command prefix into it now, otherwise it'll be too painful to follow future Mercurial updates. Dean