200
200
repository._format.get_format_description())
203
def _show_locking_info(repository, branch=None, working=None, outfile=None):
203
def _show_locking_info(repository=None, branch=None, working=None,
204
205
"""Show locking status of working, branch and repository."""
206
207
(branch and branch.get_physical_lock_status()) or
207
208
(working and working.get_physical_lock_status())):