I've finally come around to experimenting with cdm in the mercurial repo for my project, and maybe I'm a bit handicapped by not having a history with wx.
Some of the command names exported by cdm are likely to collide with future mercurial commands. The 'list' and 'active' commands seem obvious in this regard. Cdm exports a long list of commands, and while 'hg help cdm' can be used to get just that list, wouldn't it be more in the spirit of mercurial if we put a prefix on our commands so they would all group together during 'hg -h'? This would have the added benefit of heading off any future name collisions. I'm concerned about how we can track mercurial development when the day comes that there is a command name collision. Dean