300
300
return tree, repo, branch
303
def check_dwim(path, verbose, do_branch=True, do_repo=True, do_tree=True):
303
def check_dwim(path, verbose, do_branch=False, do_repo=False, do_tree=False):
304
304
tree, repo, branch = _get_elements(path)
314
315
# The branch is in a shared repository