X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/ba1a4550a02d89ed021d7c9e909fdba8e097888d..be3e6bd9308ad0b1cae54bd8ff9502bcf7713129:/stgit/commands/imprt.py diff --git a/stgit/commands/imprt.py b/stgit/commands/imprt.py index 96ba0a1..f8970af 100644 --- a/stgit/commands/imprt.py +++ b/stgit/commands/imprt.py @@ -220,7 +220,7 @@ def func(parser, options, args): sys.stdout.flush() if options.base: - git.apply_patch(filename, git.rev_parse(options.base)) + git.apply_patch(filename, git_id(options.base)) else: git.apply_patch(filename)