from stgit.commands.common import *
from stgit.utils import *
+from stgit.out import *
from stgit import stack, git
Unhide a hidden range of patches so that they are shown in the plain
'series' command output."""
+directory = DirectoryHasRepository()
options = [make_option('-b', '--branch',
help = 'use BRANCH instead of the default one')]