Skip to content

git-pw: Displays the wrong revision when applying with --revision

Bhanuprakash Modem requested to merge bmodem/patchwork-fdo:issue22 into master

When running "git pw apply --revision N SERIES_ID" it always says that it applies the newest revision even though it does the correct thing.

This patch will correct the logic to print the requested revision instead of printing the latest.

This fixes #22 (closed)

Signed-off-by: Bhanuprakash Modem bhanuprakash.modem@intel.com

Edited by Bhanuprakash Modem

Merge request reports