# HG changeset patch # User Steve Losh # Date 1449503290 0 # Node ID b0566e3d38e697d85074ee297c4d5f41c7b6b4cc # Parent dab9750042910906db9155be0fbcdc0029215380 spa ce diff -r dab975004291 -r b0566e3d38e6 bin/unfuck-hggit-mapfile --- a/bin/unfuck-hggit-mapfile Mon Dec 07 15:44:37 2015 +0000 +++ b/bin/unfuck-hggit-mapfile Mon Dec 07 15:48:10 2015 +0000 @@ -84,7 +84,8 @@ hg_desc = get_hg_desc(hg_child) matching = [ git_child for git_child in git_children - if hg_desc.startswith(get_git_desc(git_child))] + if hg_desc.startswith(get_git_desc(git_child)) + ] if len(matching) == 1: log("Found a match based on message for %s" % hg_child) if hg_child not in mapping: