Fix the patch name checking in push.py
authorCatalin Marinas <catalin.marinas@gmail.com>
Tue, 26 Jul 2005 12:54:56 +0000 (13:54 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Tue, 26 Jul 2005 12:54:56 +0000 (13:54 +0100)
commitf3dd7770635d916a0b4d87575b8718b34ed4d00a
treee845e991e08b3f2e45d1837a2ceadc80f90eba4f
parente55b53e007f02331a27e16bcac18165952a202d5
Fix the patch name checking in push.py

For an unknown patch name, the assert in stack.py fails. Fix the calling
function to check the pre-conditions.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/commands/push.py