chiark / gitweb /
Fix more commands to run correctly in subdirectories
[stgit] / stgit / commands / commit.py
index 23b4dc11580617e10e1b1539416dc4bc6cbfe22f..e56f5a056d9c0d3b313aa59edd48d2906d48179d 100644 (file)
@@ -32,7 +32,7 @@ remove them from the series while advancing the base.
 Use this command only if you want to permanently store the applied
 patches and no longer manage them with StGIT."""
 
-directory = DirectoryHasRepository()
+directory = DirectoryGotoToplevel()
 options = []