41
44
"""Return path with common prefix of repository path removed.
43
46
If path is not part of the repository, the original path is returned.
44
47
If path is equal to the repository, the current directory marker '.' is
56
61
def _show_location_info(repository, branch=None, working=None):