changeset 453:d54ed5c637af

Merge
author Augie Fackler <durin42@gmail.com>
date Sat, 31 Mar 2012 13:59:57 -0500
parents 753c89b5c0aa (current diff) 797a3584c78f (diff)
children 0e04db174650
files
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hggit/git_handler.py
+++ b/hggit/git_handler.py
@@ -1065,6 +1065,8 @@
                 if line == '':
                     continue
 
+                if ' : ' in line:
+                    break
                 command, data = line.split(" : ", 1)
 
                 if command == 'rename':