changeset 456:4ed0d8dac6e7

git_handler: add missing not from hg metadata extraction
author Augie Fackler <raf@durin42.com>
date Sat, 21 Apr 2012 12:21:29 -0500
parents bd6ef803f960
children e688147a4936
files hggit/git_handler.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hggit/git_handler.py
+++ b/hggit/git_handler.py
@@ -1065,7 +1065,7 @@
                 if line == '':
                     continue
 
-                if ' : ' in line:
+                if ' : ' not in line:
                     break
                 command, data = line.split(" : ", 1)