diff -r d37a46859acd -r 32f6cae83db7 mercurial/commands.py --- a/mercurial/commands.py Thu Sep 22 09:47:03 2005 -0700 +++ b/mercurial/commands.py Thu Sep 22 09:47:27 2005 -0700 @@ -630,10 +630,11 @@ other = hg.repository(ui, source) copy = False - if not opts['pull'] and other.dev() != -1: + if other.dev() != -1: abspath = os.path.abspath(source) - copy = True - + if not opts['pull']: + copy = True + if copy: try: # we use a lock here because if we race with commit, we