Skip to content

Commit

Permalink
Merge pull request #1136 from kaste/no-merge-against-self
Browse files Browse the repository at this point in the history
Do not offer merge against self
  • Loading branch information
stoivo committed Jul 2, 2019
2 parents e8c44a6 + 5fdb894 commit 3f8dc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def run(self):
def run_async(self):
show_branch_panel(
self.on_branch_selection,
selected_branch=False)
ignore_current_branch=True)

def on_branch_selection(self, branch):
if not branch:
Expand Down

0 comments on commit 3f8dc3d

Please sign in to comment.