bug: Trailing period on "archive" directory.

Thomas Arendsen Hein thomas at intevation.de
Thu Nov 2 12:18:03 CST 2006


* Rob Landley <rob at landley.net> [20061102 18:27]:
> I did this:
> 	hg archive -r 9 -t tbz2 toybox-0.0.1.tbz2
> 
> The resulting filename:
> -rw-r--r-- 1 landley landley 16662 2006-11-02 11:56 toybox-0.0.1.tbz2
> 
> The directory it extracts into:
> drwxr-xr-x 5 landley landley  4096 2006-11-02 12:00 toybox-0.0.1.

Yes, I can reproduce this problem.

> Currently, to get what I want I have to go:
> 	hg archive -r 9 -t tbz2 toybox-0.0.1
> 	mv toybox-0.0.1 toybox-0.0.1.tbz2

$ hg archive -r 9 -t tbz2 toybox-0.0.1.tar.bz2

already nearly does what you want, maybe it is even better than what
you want :)

Thomas

-- 
Email: thomas at intevation.de
http://intevation.de/~thomas/


More information about the Mercurial mailing list