Message1141

Author SamB
Recipients SamB, droundy, kowey, tommy
Date 2006-10-23.21:28:39
Content
I was going to try to come up with something like:

darcs get --partial --tag=2006-10-05 \
    http://darcs.haskell.org/ghc ghc.breakitnow
# darcs says: darcs: Couldn't read tag
cd ghc.breakitnow
darcs pull --tag=2006-10-22 --all
darcs unpull --last=1
# grab foo.dpatch from this issue or whatever
darcs apply foo.dpatch
darcs pull --tag=2006-10-22 --all
darcs optimize --reorder

to reproduce a bug I ran into in my GHC working dir, but unfortunately the very
first command failed. (As the comment afterwords might hint.)

To repeat:

darcs get --partial --tag=2006-10-05 \
    http://darcs.haskell.org/ghc ghc.breakitnow

grabs the wrong checkpoint. (It grabbed the one for the 2006-10-22 tag when I
last tried it. I'm not sure which it should have grabbed, but that one clearly
ain't it.)
History
Date User Action Args
2006-10-23 21:28:51SamBsetrecipients: + SamB, droundy, tommy, kowey
2006-10-23 21:28:50SamBset
2006-10-23 21:28:50SamBlinkissue321 messages
2006-10-23 21:28:40SamBcreate