Allow stack.patchorder.all to return hidden patches
authorCatalin Marinas <catalin.marinas@gmail.com>
Fri, 6 Jun 2008 20:33:42 +0000 (21:33 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Fri, 6 Jun 2008 20:34:38 +0000 (21:34 +0100)
commitd454cc061c8c401ecc57863cb977a06341d12653
tree35054649cab673595b11f1525ace48bf73868990
parent383f9458a2373046db248efb8d767e725de72907
Allow stack.patchorder.all to return hidden patches

A new property, patchorder.all_visible, was added to return only the
applied + unapplied patches. This is used in the "commit" command to
avoid automatically committing the hidden patches.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
Acked-by: Karl Hasselström <kha@treskal.com>
stgit/commands/commit.py
stgit/lib/stack.py
stgit/lib/stackupgrade.py