changeset 14181 | bf951d58b917 |
parent 14174 | bab267e7fc1a |
parent 14170 | 31ec4d7eb63f |
child 14191 | e1c34ce39fae |
--- a/hgext/mq.py Tue May 03 22:04:11 2011 -0500 +++ b/hgext/mq.py Tue May 03 22:04:23 2011 -0500 @@ -107,7 +107,7 @@ elif line.startswith("# Date "): date = line[7:] elif line.startswith("# Parent "): - parent = line[9:] + parent = line[9:].lstrip() elif line.startswith("# Branch "): branch = line[9:] elif line.startswith("# Node ID "):