261
def warn_if_changed_or_out_of_date(self, strict, opt_name, more_msg):
261
def check_changed_or_out_of_date(self, strict, opt_name,
262
263
"""Check the tree for uncommitted changes and branch synchronization.
264
265
If strict is None and not set in the config files, a warning is issued.