155
155
_default_command = ['dpush', '../to']
156
156
_default_pushed_revid = False # Doesn't aplly for dpush
158
def assertPushSucceeds(self, args, pushed_revid=None, with_warning=False):
159
163
self.run_bzr(self._default_command + args,
162
166
# dpush change the revids, so we need to get back to it
163
167
branch_from = branch.Branch.open(self._default_wd)