Mercurial > hg > gut
changeset 9:b344537797de
when passing a string, should not be in a list
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 21 Jul 2010 16:56:34 -0700 |
parents | 0c0ade65b9f9 |
children | 6884a771ed54 |
files | gut/main.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gut/main.py Wed Jul 21 16:37:23 2010 -0700 +++ b/gut/main.py Wed Jul 21 16:56:34 2010 -0700 @@ -159,7 +159,7 @@ os.chdir(self.root()) for b in self.branches: call(['git', 'checkout', b]) - call(['patch -p1 < %s' % diff]) + call('patch -p1 < %s' % diff) call(['git', 'commit', '-a', '-F', log]) call(['git', 'push', 'origin', b]) if self.remote: