darcs

Issue 641 darcs get --hashed foo.hashed brokenn

Title darcs get --hashed foo.hashed brokenn
Priority bug Status resolved
Milestone Resolved in
Superseder Nosy List darcs-devel, dmitry.kurochkin, kowey, markstos, thorkilnaur, tommy, trentbuck
Assigned To
Topics

Created on 2008-02-03.04:07:10 by trentbuck, last changed 2009-08-27.13:54:09 by admin.

Messages
msg3071 (view) Author: twb Date: 2008-02-03.04:07:08
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.
msg3074 (view) Author: markstos Date: 2008-02-03.04:29:37
Dupe of 640.
History
Date User Action Args
2008-02-03 04:07:10trentbuckcreate
2008-02-03 04:29:38markstossetpriority: bug
status: unread -> resolved
messages: + msg3074
nosy: + markstos
2009-08-06 17:53:11adminsetnosy: + jast, Serware, dmitry.kurochkin, darcs-devel, zooko, dagit, mornfall, simon, thorkilnaur, - droundy, trentbuck
2009-08-06 20:56:26adminsetnosy: - beschmi
2009-08-10 22:13:09adminsetnosy: + trentbuck, - darcs-devel, zooko, jast, dagit, Serware, mornfall
2009-08-25 18:04:37adminsetnosy: + darcs-devel, - simon
2009-08-27 13:54:09adminsetnosy: tommy, kowey, markstos, darcs-devel, trentbuck, thorkilnaur, dmitry.kurochkin