chiark / gitweb /
Infrastructure for current directory handling
[stgit] / stgit / commands / applied.py
index b9bb71608df6378c0d3bd4cbfd023b6b97e9d8e0..45d09262626094f537426d87cdb979ec43ce91c3 100644 (file)
@@ -32,6 +32,7 @@ List the patches from the series which were already pushed onto the
 stack.  They are listed in the order in which they were pushed, the
 last one being the current (topmost) patch."""
 
+directory = DirectoryHasRepository()
 options = [make_option('-b', '--branch',
                        help = 'use BRANCH instead of the default one'),
            make_option('-c', '--count',