238
240
# setup the bound branch variables as needed.
239
241
self._check_bound_branch()
241
246
# check for out of date working trees
242
247
# if we are bound, then self.branch is the master branch and this
243
248
# test is thus all we need.
245
250
raise errors.OutOfDateTree(self.work_tree)