Submitter | Siddharth Agarwal |
---|---|
Date | Sept. 12, 2014, 7:48 p.m. |
Message ID | <fa001816475a584be4c0.1410551314@devbig136.prn2.facebook.com> |
Download | mbox | patch |
Permalink | /patch/5807/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/hgext/convert/git.py b/hgext/convert/git.py --- a/hgext/convert/git.py +++ b/hgext/convert/git.py @@ -199,12 +199,11 @@ if not entry: if not l.startswith(':'): continue - entry = l + entry = l.split() continue f = l if f not in seen: seen.add(f) - entry = entry.split() h = entry[3] p = (entry[1] == "100755") s = (entry[1] == "120000")