diff mercurial/commands.py @ 8669:6f0f69da003e

commands: typo in bundle abort message This error trigger if one calls bundle with the wrong parameters and it is thus not an error scripts will want to look for (they could and should ensure that they call bundle with the correct parameters).
author Martin Geisler <mg@lazybytes.net>
date Sun, 31 May 2009 18:09:19 +0200
parents f265106ccb53
children 32537b12e091
line wrap: on
line diff
--- a/mercurial/commands.py	Sun May 31 14:55:51 2009 +0200
+++ b/mercurial/commands.py	Sun May 31 18:09:19 2009 +0200
@@ -497,7 +497,7 @@
         base = opts.get('base')
     if base:
         if dest:
-            raise util.Abort(_("--base is incompatible with specifiying "
+            raise util.Abort(_("--base is incompatible with specifying "
                                "a destination"))
         base = [repo.lookup(rev) for rev in base]
         # create the right base