Skip to content
Snippets Groups Projects
Commit 7ff4913e authored by Siddharth Agarwal's avatar Siddharth Agarwal
Browse files

git2hg.extract_hg_metadata: use None as default branch value

Using False for this is just weird.
parent ff619fa3
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@
split = message.split("\n--HG--\n", 1)
renames = {}
extra = {}
branch = False
branch = None
if len(split) == 2:
message, meta = split
lines = meta.split("\n")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment