changeset 998:8045ebda705a

Improve UX. Update the implicit Path name for working with SVN repositories.
author Jamie Clayton <jamie.clayton@jenasysdesign.com.au>
date Sun, 10 Mar 2013 19:32:35 +1000
parents c8cb06e1f323
children 09b5e6a76724
files hgsubversion/svnrepo.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgsubversion/svnrepo.py
+++ b/hgsubversion/svnrepo.py
@@ -122,7 +122,7 @@ class svnremoterepo(peerrepository):
         if path is None:
             path = self.ui.config('paths', 'default')
         if not path:
-            raise hgutil.Abort('no Subversion URL specified')
+            raise hgutil.Abort('no Subversion URL specified. Expect[path] default= or [path] default-push= SVN URL entries in hgrc.')
         self.path = path
         self.capabilities = set(['lookup', 'subversion'])
         pws = self.ui.config('hgsubversion', 'password_stores', None)