We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2bc839 commit d69063cCopy full SHA for d69063c
git_sim/pull.py
@@ -61,6 +61,7 @@ def construct(self):
61
if "CONFLICT" in e.stdout:
62
# Restrict to default number of commits since we'll show the table/zones
63
self.n = self.n_default
64
+ settings.hide_merged_branches = True
65
66
# Get list of conflicted filenames
67
self.conflicted_files = re.findall(r"Merge conflict in (.+)", e.stdout)
0 commit comments