Stupid spelling mistake in a variable name.
authorEric Hopper <hopper@omnifarious.org>
Wed, 12 Oct 2005 11:32:51 -0700
changeset 1467 06d5d8794e5f
parent 1466 b6d9ea0bc107
child 1468 dc1bbc456b96
Stupid spelling mistake in a variable name.
mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -654,7 +654,7 @@ def clone(ui, source, dest=None, **opts)
         repo = hg.repository(ui, dest)
 
     else:
-        rev = None
+        revs = None
         if opts['rev']:
             if not other.local():
                 raise util.Abort("clone -r not supported yet for remote repositories.")