]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed change list parsing problem in merge tool.
authorMarko Grönroos <magi@iki.fi>
Tue, 31 Mar 2009 12:51:05 +0000 (12:51 +0000)
committerMarko Grönroos <magi@iki.fi>
Tue, 31 Mar 2009 12:51:05 +0000 (12:51 +0000)
svn changeset:7252/svn branch:6.0

build/bin/mergetool.py

index 7ed1cb157945c92f9f2c15f037d8a212bd3dbed6..ef13448760b9a8bd847c24a52adfa247f218080b 100755 (executable)
@@ -81,7 +81,11 @@ def listChangedFiles():
                # Remove trailing newline
                line = line[:-1]
 
+               # Remove possible space character in the beginning of line
+               line = line.lstrip()
+
                # Extract the file state and name
+               print line
                (filestate, filename) = re.split(r'[ \+]+', line)
 
                # Ignore files in build directory