New submission from Trent Buck <[EMAIL PROTECTED]>:

Attempting to get a hashed repo results in an empty _darcs/patches.
The following transcript demonstrates the error:

$ cd `mktemp -d`
$ HOME=$PWD
$ mkdir 1
$ darcs init --repodir 1
$ touch 1/x
$ darcs rec --repodir 1 -lam x x
Recording changes in "x":

Finished recording patch 'x'
$ ls 1/_darcs/patches
20080203035903-4ef00-295fa59e3f9a899d8700fbf7d4168e9d7f475601.gz
pending
pending.tentative
$ darcs get --hashed 1 2
Finished getting.
$ ls 2/_darcs/patches
f7c97897f7b111fb006a49c9739849eab71d72c1
pending.tentative
$ darcs get --hashed 2 3
Finished getting.
$ ls 3/_darcs/patches
pending.tentative

3/_darcs/patches should contain a file
f7c97897f7b111fb006a49c9739849eab71d72c1.  This occurs with both
2.0.0pre2 and 2.0.0pre3.

----------
messages: 3072
nosy: beschmi, droundy, kowey, tommy, trentbuck
status: unread
title: darcs get --hashed foo.hashed brokenn

__________________________________
Darcs bug tracker <[EMAIL PROTECTED]>
<http://bugs.darcs.net/issue640>
__________________________________
_______________________________________________
darcs-devel mailing list
darcs-devel@darcs.net
http://lists.osuosl.org/mailman/listinfo/darcs-devel

Reply via email to