chiark / gitweb /
Fix the hidden patches functionality (bug #9077)
authorCatalin Marinas <catalin.marinas@gmail.com>
Fri, 8 Jun 2007 22:13:34 +0000 (23:13 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Fri, 8 Jun 2007 22:13:34 +0000 (23:13 +0100)
commitca8b854cbf353ed87fd9284d50f69229bf40e22d
tree37dcf6ccdba0bb79cc6323ab440d899c897e841b
parent3faeaeb18acf7653134371a98364d195ca28ed31
Fix the hidden patches functionality (bug #9077)

This patch fixes the misleading functionality of hiding/unhiding
patches. Only unapplied patches can be hidden and they are now on a
separate list. Commands like 'stg push --all' will not push hidden
patches.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
contrib/stgit-completion.bash
stgit/commands/hide.py
stgit/commands/series.py
stgit/commands/unhide.py
stgit/stack.py
t/t1600-delete-one.sh