236
def warn_if_changed_or_out_of_date(self, strict, opt_name, more_msg):
236
def check_changed_or_out_of_date(self, strict, opt_name,
237
238
"""Check the tree for uncommitted changes and branch synchronization.
239
240
If strict is None and not set in the config files, a warning is issued.