[darcs-devel] darcs patch: Use _darcs/pristine instead of _darcs/current.

Juliusz Chroboczek Juliusz.Chroboczek at pps.jussieu.fr
Sat Dec 17 12:07:33 PST 2005


>> All along, the plan has been to transition to using _darcs/pristine.  David
>> has just suggested that this might be the right time, so I'm sending this
>> patch for discussion.

> Would it make sense to have the repair command help users upgrade?  Or
> perhaps a new command, or a separate utility.

A separate utility is not difficult:

  #!/bin/sh
  [ -d _darcs/current ] && mv _darcs/current _darcs/pristine

I agree that we might want to have ``darcs optimize --modernize'' do
it for us.

                                        Juliusz




More information about the darcs-devel mailing list