chiark / gitweb /
Use a more clear message when pop or push can't apply a patch
authorChuck Lever <cel@netapp.com>
Tue, 4 Oct 2005 19:56:05 +0000 (20:56 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Tue, 4 Oct 2005 19:56:05 +0000 (20:56 +0100)
commitbca12bd1634520a9d1b81daa6a48e0b09a0df879
treecc3f84f99dafe57547565084f8665e0834ea1a8b
parent9cd0fc96c52e3ffd6054b030b14dd100001089a0
Use a more clear message when pop or push can't apply a patch

Minor nit: the error message when "stg pop" or "stg push" can't apply a
patch is vague.  Add a little extra logic to print a more precise error
message in these cases.

Signed-off-by: Chuck Lever <cel@netapp.com>
stgit/commands/pop.py
stgit/commands/push.py