[Python-Dev] Third preview of 3.4.0rc2 is up

Antoine Pitrou solipsis at pitrou.net
Fri Feb 21 12:17:53 CET 2014


On Fri, 21 Feb 2014 02:06:07 -0800
Larry Hastings <larry at hastings.org> wrote:
> 
> Whoopsie!  My local branch is actually correct.  But!  I effectively did 
> this in my automation:
> 
>     % hg clone 3.4 python-{time}
>     % cd python-{time}
>     % rm -rf .hg* .bzr* .git*
>     % cd ..
>     % tar cvfz python-{time}.tgz python-{time}

You could use "hg archive".

Regards

Antoine.




More information about the Python-Dev mailing list