cvs has a command called export that puts files out of a cvs tree into a regular
directory, so that you make a tarball or something like that.
mercurial cannot do this. it would be nice to have. because mercurial already
has export command that does something else, maybe a name like "sdist", what is
already used by distutils, would be good.
|