Wed Nov 7 20:10:57 SAST 2007 Tristan Seligmann <[EMAIL PROTECTED]>
* Use a single command to initialize a remote repository.
This replaces the method of stringing together multiple commands with the
shell-dependent && separator.
New patches:
[Use a single command to initialize a remote repository.
Tristan Seligmann <[EMAIL PROTECTED]>**20071107181057
This replaces the method of stringing together multiple commands with the
shell-dependent && separator.
] {
hunk ./src/Darcs/Commands/Put.lhs 110
- command = "mkdir -p '"++path++
- "' && cd '"++path++
- "' && darcs initialize "++unwords args
+ command = "darcs initialize --repodir='" ++ path ++ "' " ++ unwords args
}
Context:
[TAG darcs unstable 2007-11-04
Eric Kow <[EMAIL PROTECTED]>**20071104235616]
Patch bundle hash:
a5a4d923af98f047cd232335f479780d658debd3
_______________________________________________
darcs-devel mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-devel