# HG changeset patch # User Eric Hopper # Date 1129141971 25200 # Node ID 06d5d8794e5f336aedd96ef088c0dd65dbe6ab14 # Parent b6d9ea0bc1070f75648ac9b729682a7066968fca Stupid spelling mistake in a variable name. diff --git a/mercurial/commands.py b/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.")