Issue40

Title add command like cvs export
Priority feature Status resolved
Superseder Nosy List vadim
Assigned To Topics

Created on 2005-10-26.04:04:51 by vadim, last changed 2006-04-21.23:08:08 by vadim.

Messages
msg1061 (view) Author: vadim Date: 2006-04-21.23:08:07
added archive command today.
msg64 (view) Author: mpm Date: 2005-10-26.05:35:25
Well you can do this pretty easily right now:

hg clone source export
rm -rf export/.hg
msg60 (view) Author: tksoh Date: 2005-10-26.04:09:31
Perhaps you can just remove the .hg directory in a clone.
msg59 (view) Author: vadim Date: 2005-10-26.04:04:51
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.
History
Date User Action Args
2006-04-21 23:08:08vadimsetstatus: chatting -> resolved
messages: + msg1061
2005-10-26 05:35:25mpmsetmessages: + msg64
2005-10-26 04:09:31tksohsetstatus: unread -> chatting
messages: + msg60
2005-10-26 04:04:51vadimcreate