We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f64582 commit 75ac3faCopy full SHA for 75ac3fa
gitless/cli/helpers.py
@@ -61,8 +61,6 @@ def get_branch_or_use_upstream(branch_name, arg, repo):
61
'branch set'.format(arg))
62
63
ret = current_b.upstream
64
- pprint.warn(
65
- 'No {0} branch specified, using upstream branch {1}'.format(arg, ret))
66
else:
67
ret = get_branch(branch_name, repo)
68
return ret
0 commit comments