Pick --noapply does not reverse patches
commit35feff7c737d885467fef4edc6d627e1e81a61b0
authorPeter Grayson <pete@jpgrayson.net>
Fri, 7 Jan 2022 18:49:01 +0000 (7 13:49 -0500)
committerPeter Grayson <pete@jpgrayson.net>
Fri, 7 Jan 2022 22:47:08 +0000 (7 17:47 -0500)
treea0bcac99a50e0e26eb1ecb8b0bf62be0297edb58
parent25aae5082ae55faa97b6cd1bb83dde0447dd1b29
Pick --noapply does not reverse patches

Replace pick '--unapplied' with '--noapply'. The new name is consistent
with the same option in `stg push` and `stg float`.

Using this option no longer reverses the order of the picked patches.
Picking in the user-provided order seems to be the best approach.

Repairs #174

Signed-off-by: Peter Grayson <pete@jpgrayson.net>
completion/stgit.zsh
stgit/commands/pick.py
t/t3400-pick.sh