chiark / gitweb /
Infrastructure for current directory handling
[stgit] / stgit / commands / rm.py
index 91908a1b242ab30c6e3f90dfee7f26e8b42e0f88..59d098b626849ff8a67a979616a81d9788b4d425 100644 (file)
@@ -30,6 +30,7 @@ usage = """%prog [options] <files...>
 Remove given files from the repository. The command doesn't remove the
 working copy of the file."""
 
+directory = DirectoryHasRepository()
 options = [make_option('-f', '--force',
                        help = 'force removing even if the file exists',
                        action = 'store_true')]