75
Option("idmap-file", help="Write map with old and new revision ids.", type=str),
76
76
Option('no-rebase', help="Don't rebase after push")]
78
78
def run(self, location=None, remember=False, directory=None,
80
80
from bzrlib import urlutils
81
81
from bzrlib.bzrdir import BzrDir
82
82
from bzrlib.errors import BzrCommandError, NoWorkingTree