just adding a conflict resolution
2 patches for repository darcs-unstable@darcs.net:screened:
Sun Sep 9 15:53:16 BST 2012 bsrkaditya@gmail.com
* Move patch index creation on existing repositories to the end of command execution
The exception to this is when the command run is
changes or annotate, where patch index is created before
command execution
Sun Sep 9 16:30:05 BST 2012 Ganesh Sittampalam <ganesh@earth.li>
* resolve conflicts between patch index creation and Darcs.Path renaming
This change makes darcs only update an existing PI when finalizing repo
changes (which is quick, relative to a full PI creation, which would
happen if the PI was missing). A missing PI will now only be created
right at the end of the command run.
Looks good, thanks!