* fixed misleading documentation and messages on
  merge/pull/push URIs (thanks to Thomas Cech).
This commit is contained in:
Johannes Schlatow
2011-04-11 14:27:58 +02:00
parent 4245d83812
commit 4c7c8cf195
4 changed files with 37 additions and 12 deletions

View File

@@ -989,7 +989,7 @@ void handlePull (std::string& outs)
Directory location (context.config.get ("data.location"));
if (! uri.append ("{pending,undo,completed}.data"))
throw std::string ("The uri '") + uri.path + "' is not a local directory.";
throw std::string ("The uri '") + uri.path + "' is not a directory. Did you forget a trailing '/'?";
Transport* transport;
if ((transport = Transport::getTransport (uri)) != NULL)