chiark / gitweb /
Infrastructure for current directory handling
[stgit] / stgit / commands / files.py
index 1a100237a59b32b85affcd693523e3d8e2ff9f53..07cc955f32cad2314098209eeacfc0153e573f94 100644 (file)
@@ -34,6 +34,7 @@ given patch. Note that this command doesn't show the files modified in
 the working tree and not yet included in the patch by a 'refresh'
 command. Use the 'diff' or 'status' commands for these files."""
 
+directory = DirectoryHasRepository()
 options = [make_option('-s', '--stat',
                        help = 'show the diff stat',
                        action = 'store_true'),