Skip to content

Commit

Permalink
debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
stoivo committed Mar 3, 2017
1 parent d25d742 commit ee374c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions github/commands/pull_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ def run_async(self):
sublime.message_dialog(
"Your current branch is different from its remote counterpart. %s" % secondary)
else:
print("remote_branch.remote {}".format(remote_branch.remote))
print("self.get_remotes() {}".format(self.get_remotes()))
print("github.parse_remote(self.get_remotes()[remote_branch.remote]) {}".format(github.parse_remote(self.get_remotes()[remote_branch.remote])))
owner = github.parse_remote(self.get_remotes()[remote_branch.remote]).owner
self.open_comparision_in_browser(
owner,
Expand Down

0 comments on commit ee374c4

Please sign in to comment.