changeset 16746 | 9acb5cd19162 |
parent 16721 | 3e6d59ae4dc2 |
parent 16736 | 025b3b763ba9 |
child 16780 | d064da05590d |
--- 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)