hgext/convert/bzr.py
branchstable
changeset 10938 02d6149a480b
parent 10560 9134725caf1d
child 10939 9f6731b03906
--- a/hgext/convert/bzr.py	Wed Apr 14 11:59:53 2010 +0530
+++ b/hgext/convert/bzr.py	Sun Apr 18 15:47:49 2010 +0200
@@ -37,7 +37,7 @@
         super(bzr_source, self).__init__(ui, path, rev=rev)
 
         if not os.path.exists(os.path.join(path, '.bzr')):
-            raise NoRepo('%s does not look like a Bazaar repo' % path)
+            raise NoRepo('%s does not look like a Bazaar repository' % path)
 
         try:
             # access bzrlib stuff