chiark / gitweb /
Infrastructure for current directory handling
[stgit] / stgit / commands / resolved.py
index 1130641a727a0ca65ad452130e91e2b73d11d88f..c2ef678bc8e35aa38aacff6aa3065d46387699f5 100644 (file)
@@ -34,6 +34,7 @@ Mark a merge conflict as resolved. The conflicts can be seen with the
 'C'. This command also removes any <file>.{ancestor,current,patched}
 files."""
 
+directory = DirectoryHasRepository()
 options = [make_option('-a', '--all',
                        help = 'mark all conflicts as solved',
                        action = 'store_true'),