New submission from Zachary P. Landau <[EMAIL PROTECTED]>:

When running "send -o somepatch.dpatch" I would always expect the patch
to go into the current directory.  But when the --repos is used, the
patch is placed in the directory the repository is in instead.  So if I
run 'darcs send -o somepatch.dpatch --repo=my-repo' the patch will be
created as my-repo/somepatch.dpatch.

I'm guessing the code that is causing issue76 is also causing this.
Namely, we try to changing into the repository directory before doing
our operations.  In this case, it means the patch is created in the
wrong directory.  In the case of issue76, it means it tries to change
the current directory to a url.

----------
messages: 1462
nosy: EricKow, beschmi, droundy, kapheine, tommy
status: unread
title: darcs send -o test.dpatch --repo=somerepo leaves output file in 
repository directory

____________________________________
Darcs issue tracker <[EMAIL PROTECTED]>
<http://bugs.darcs.net/issue405>
____________________________________

_______________________________________________
darcs-devel mailing list
[email protected]
http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel

Reply via email to