On Sun, Aug 22, 2010 at 16:50:59 +0000, gh wrote:
> Sun Aug 22 12:43:14 ART 2010 Guillaume Hoffmann <guillaumh@gmail.com>
> * send prints remote address right away
Looks good. Sorry for the delay
send prints remote address right away
-------------------------------------
> Guillaume Hoffmann <guillaumh@gmail.com>**20100822154314
> Ignore-this: bd428e547137caa1a2b9862981e63085
> ] hunk ./src/Darcs/Commands/Send.lhs 155
> here <- getCurrentDirectory
> when (repodir == toFilePath here) $
> fail ("Can't send to current repository! Did you mean send --context?")
> - repo <- identifyRepositoryFor repository repodir
> - them <- readRepo repo
> old_default <- getPreflist "defaultrepo"
> hunk ./src/Darcs/Commands/Send.lhs 156
> - setDefaultrepo repodir input_opts
> when (old_default == [repodir] && not (Quiet `elem` input_opts)) $
> putStrLn $ "Creating patch to "++formatPath repodir++"..."
> hunk ./src/Darcs/Commands/Send.lhs 158
> + repo <- identifyRepositoryFor repository repodir
> + them <- readRepo repo
> + setDefaultrepo repodir input_opts
--
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
For a faster response, try +44 (0)1273 64 2905 or
xmpp:kowey@jabber.fr (Jabber or Google Talk only)
|