112
112
).get_user_option_as_bool('send_strict')
113
113
if strict is None: strict = True # default value
114
114
if strict and tree is not None:
117
117
raise errors.UncommittedChanges(
118
118
tree, more='Use --no-strict to force the send.')
119
119
if tree.last_revision() != tree.branch.last_revision():