chiark / gitweb /
Infrastructure for current directory handling
[stgit] / stgit / commands / unhide.py
index 0a1dcafde81764e6e6e3da36ff7272e884b707aa..665d664c05f11a4ce41b915120a671c9fc52201a 100644 (file)
@@ -30,6 +30,7 @@ usage = """%prog [options] <patch-range>
 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')]