chiark / gitweb /
Infrastructure for current directory handling
[stgit] / stgit / commands / float.py
index 0e32f6b3e34fa6020700c36a6cb37c45e6ad4123..d5299fbdc6fcbcb473313feb15383aaf5ce60fc1 100644 (file)
@@ -31,6 +31,7 @@ necessary pop and push operations will be performed to accomplish
 this. The '--series' option can be used to rearrange the (top) patches
 as specified by the given series file (or the standard input)."""
 
+directory = DirectoryHasRepository()
 options = [make_option('-s', '--series',
                        help = 'rearrange according to a series file',
                        action = 'store_true')]