Mercurial > hg
changeset 1467:06d5d8794e5f
Stupid spelling mistake in a variable name.
author | Eric Hopper <hopper@omnifarious.org> |
---|---|
date | Wed, 12 Oct 2005 11:32:51 -0700 |
parents | b6d9ea0bc107 |
children | dc1bbc456b96 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Tue Oct 11 18:56:47 2005 -0700 +++ b/mercurial/commands.py Wed Oct 12 11:32:51 2005 -0700 @@ -654,7 +654,7 @@ 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.")