chiark / gitweb /
Infrastructure for current directory handling
[stgit] / stgit / commands / pop.py
index 0dfaad9f778e6585f28e1bd00446686689e76b6e..a1d73e4b69409906024b89023087431472932937 100644 (file)
@@ -36,6 +36,7 @@ patches passed on the command line are popped from the stack. Some of
 the push operations may fail because of conflicts (push --undo would
 revert the last push operation)."""
 
+directory = DirectoryHasRepository()
 options = [make_option('-a', '--all',
                        help = 'pop all the applied patches',
                        action = 'store_true'),