X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/844a164019385f19d8607754b3ae130eee1dfd89..2fef9462b26126402f26140a02d3e16cdd2d9928:/stgit/commands/branch.py diff --git a/stgit/commands/branch.py b/stgit/commands/branch.py index ef44349..cc74122 100644 --- a/stgit/commands/branch.py +++ b/stgit/commands/branch.py @@ -124,7 +124,7 @@ def func(parser, options, args): tree_id = None if len(args) == 2: - tree_id = args[1] + tree_id = git_id(args[1]) git.create_branch(args[0], tree_id) stack.Series(args[0]).init()