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