Skip to content

Commit 75ac3fa

Browse files
committed
Removed the using-upstream-branch warning
1 parent 8f64582 commit 75ac3fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gitless/cli/helpers.py

-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ def get_branch_or_use_upstream(branch_name, arg, repo):
6161
'branch set'.format(arg))
6262

6363
ret = current_b.upstream
64-
pprint.warn(
65-
'No {0} branch specified, using upstream branch {1}'.format(arg, ret))
6664
else:
6765
ret = get_branch(branch_name, repo)
6866
return ret

0 commit comments

Comments
 (0)