We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40b4399 + 75ac3fa commit dd38996Copy full SHA for dd38996
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