Skip to content

Commit

Permalink
Merge pull request #167 from dogweather/remove-warning
Browse files Browse the repository at this point in the history
Remove warning, "No dst branch specified, using upstream branch..."
  • Loading branch information
spderosso authored Feb 6, 2018
2 parents 40b4399 + 75ac3fa commit dd38996
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gitless/cli/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ def get_branch_or_use_upstream(branch_name, arg, repo):
'branch set'.format(arg))

ret = current_b.upstream
pprint.warn(
'No {0} branch specified, using upstream branch {1}'.format(arg, ret))
else:
ret = get_branch(branch_name, repo)
return ret
Expand Down

0 comments on commit dd38996

Please sign in to comment.