2 Oct 2006 15:06
How to pull all patches recorded before a given date?
Matthias Fischmann <fis <at> wiwi.hu-berlin.de>
2006-10-02 13:06:10 GMT
2006-10-02 13:06:10 GMT
hi, i have a repo with a piece of software, did something stupid at some point in the last three days, and now want to rewind the status to see what the version three days ago looks like. i was hoping for something like this: $ cd /tmp/ $ darcs get --to-date '2006/09/29 22:00 UTC' but --to-date doesn't exist. also, i have found little documentation on --to-match and --to-patch. these here pull all the patches (also the newer ones), and the two latter ones also complain about me being confused: /tmp$ darcs get --to-match='hash 20061001203651-71207-f9d03a755eb7247a3fcb9251d2c3352157cf6a09' ~/something /tmp$ darcs get --to-patch='hash 20061001203651-71207-f9d03a755eb7247a3fcb9251d2c3352157cf6a09' ~/something /tmp$ darcs get --to-patch='20061001203651-71207-f9d03a755eb7247a3fcb9251d2c3352157cf6a09' ~/something i am not sure whether this is because of the partial order of patches that puts the named patch at the top of the repo, or whether i missed something. questions: (1) what do you people do in this particular situation?(Continue reading)
(Something about this document has changed since 1.0.3... I am
pleased and impressed.)
Sorry for the stupid question, thanks a lot for the quick help,
Matthias
RSS Feed