X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/61fb81b963c1adb0abb08239c24fa4ee39c5929a..340793d1f7dc889720ceef3271ca58187474d110:/stgit/commands/export.py diff --git a/stgit/commands/export.py b/stgit/commands/export.py index 9131729..4e52598 100644 --- a/stgit/commands/export.py +++ b/stgit/commands/export.py @@ -95,8 +95,9 @@ def func(parser, options, args): diff_flags = [] applied = crt_series.get_applied() + unapplied = crt_series.get_unapplied() if len(args) != 0: - patches = parse_patches(args, applied) + patches = parse_patches(args, applied + unapplied, len(applied)) else: patches = applied