chiark / gitweb /
Infrastructure for current directory handling
[stgit] / stgit / commands / status.py
index b2835abf463e2a40051712fe2658a743ab29c709..a688f7ee46fc157240dfd2896849a2072158accc 100644 (file)
@@ -40,6 +40,7 @@ under revision control. The files are prefixed as follows:
 A 'refresh' command clears the status of the modified, new and deleted
 files."""
 
+directory = DirectoryHasRepository()
 options = [make_option('-m', '--modified',
                        help = 'show modified files only',
                        action = 'store_true'),