[issue2409] archive doesn't work if dest is an absolute path

Tim Boemker bugs at mercurial.selenic.com
Wed Sep 29 20:43:39 UTC 2010


New submission from Tim Boemker <tboemker at elynx.com>:

Demo:

$ hg version
Mercurial Distributed SCM (version 1.6.2)
...
$ pwd
/home/tboemker/repo
$ hg archive /home/tboemker/export
$ echo $?
0
$ ls /home/tboemker/export
ls: cannot access /home/tboemker/export: No such file or directory
$ hg archive ../export
$ ls ../export
foo*

----------
messages: 13785
nosy: tboemker at elynx.com
priority: bug
status: unread
title: archive doesn't work if dest is an absolute path

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2409>
____________________________________________________


More information about the Mercurial-devel mailing list