diff mercurial/commands.py @ 16746:9acb5cd19162

merge with stable
author Matt Mackall <mpm@selenic.com>
date Thu, 17 May 2012 15:52:14 -0500
parents 3e6d59ae4dc2 025b3b763ba9
children d064da05590d
line wrap: on
line diff
--- a/mercurial/commands.py	Thu May 17 15:34:59 2012 -0500
+++ b/mercurial/commands.py	Thu May 17 15:52:14 2012 -0500
@@ -1045,7 +1045,8 @@
         heads = revs and map(repo.lookup, revs) or revs
         outgoing = discovery.findcommonoutgoing(repo, other,
                                                 onlyheads=heads,
-                                                force=opts.get('force'))
+                                                force=opts.get('force'),
+                                                portable=True)
         cg = repo.getlocalbundle('bundle', outgoing)
     if not cg:
         scmutil.nochangesfound(ui, outgoing and outgoing.excluded)