logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: [issue40] add command like cvs export: msg#00434

Subject: Re: [issue40] add command like cvs export
On Wed, Oct 26, 2005 at 04:04:51AM +0000, Vadim Gelfer wrote:
> 
> New submission from Vadim Gelfer <vadim.gelfer@xxxxxxxxx>:
> 
> 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.

Well you can do this pretty easily right now:

hg clone source export
rm -rf export/.hg

-- 
Mathematics is the supreme nostalgia of our time.


<Prev in Thread] Current Thread [Next in Thread>