I recently imported multiple patches using: hg qimport -P 591718-* where 591718-* expanded to three files. I expected all three patches to be applied. Only the first was applied.
Patch submitted here: http://selenic.com/pipermail/mercurial-devel/2012-February/038012.html Thank you for the report
Fixed by http://selenic.com/repo/hg/rev/5de83d9ca79c Patrick Mezard <patrick@mezard.eu> mq: make qimport --push push all imported patches (issue3130) (please test the fix)
--- Bug imported by bugzilla@serpentine.com 2012-05-12 09:25 EDT --- This bug was previously known as _bug_ 3130 at http://mercurial.selenic.com/bts/issue3130
Tested with 2.4.2 on Linux x86-64 -- it works as expected. Thank you.