changed tmux things, added ropeproject to gitignore.

This commit is contained in:
2014-04-21 18:42:03 -07:00
parent bfebc68743
commit 9c4c5551fe
3 changed files with 11 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ class GitDiffReplacer(object):
self.replacing_string = replacing_string
self.verbose = verbose
@property
def modified_files_command(self):
return linecmd('git diff {} {} --name-only', self.source_ref,