Skip to content

Commit

Permalink
Fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
kemayo committed Sep 29, 2011
2 parents b6c808d + 4633f81 commit fcd3970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git.py
Expand Up @@ -398,7 +398,7 @@ def run(self, edit):

class GitBranchCommand(GitCommand):
def run(self, edit):
self.run_command(['git', 'branch'], self.branch_done)
self.run_command(['git', 'branch', '--no-color'], self.branch_done)

def branch_done(self, result):
self.results = result.rstrip().split('\n')
Expand Down

0 comments on commit fcd3970

Please sign in to comment.