Skip to content

Commit

Permalink
Merge pull request #1073 from asfaltboy/fix/branch-graph-for-selected
Browse files Browse the repository at this point in the history
Fix: branch graph for selected
  • Loading branch information
randy3k committed Dec 25, 2018
2 parents a6d8ffe + 348967d commit fbb4cab
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions core/interfaces/branch.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,5 @@ def run_async(self):
self._file_path = None
super().run_async()

def get_graph_args(self):
args = super().get_graph_args()
args.append(self._branch)
return args
def prepare_target_view(self, view):
view.settings().set("git_savvy.log_graph_view.filter_by_branch", self._branch)

0 comments on commit fbb4cab

Please sign in to comment.