X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/ed0350be88dca8315cf7b32e88972306aae4f700..2cf7e94e933bf3e8091622d7d6730e145cc9bf64:/stgit/commands/goto.py diff --git a/stgit/commands/goto.py b/stgit/commands/goto.py index 1b62d1c..e129b8d 100644 --- a/stgit/commands/goto.py +++ b/stgit/commands/goto.py @@ -45,11 +45,11 @@ def func(parser, options, args): check_head_top_equal() applied = crt_series.get_applied() - applied.reverse() unapplied = crt_series.get_unapplied() patch = args[0] if patch in applied: + applied.reverse() patches = applied[:applied.index(patch)] pop_patches(patches) elif patch in unapplied: