mercurial/commands.py
changeset 19379 83d0df2ddf3f
parent 19333 0cfb62e043e8
child 19394 4da845cd854f
--- a/mercurial/commands.py	Mon Jul 01 20:48:56 2013 +0200
+++ b/mercurial/commands.py	Tue Nov 06 00:22:56 2012 +0100
@@ -5511,8 +5511,7 @@
         source, branches = hg.parseurl(ui.expandpath('default'))
         sbranch = branches[0]
         other = hg.peer(repo, {}, source)
-        revs, checkout = hg.addbranchrevs(repo, other, branches,
-                                          opts.get('rev'))
+        revs, checkout = hg.addbranchrevs(repo, other, branches, None)
         if revs:
             revs = [other.lookup(rev) for rev in revs]
         ui.debug('comparing with %s\n' % util.hidepassword(source))