chiark / gitweb /
Fix more commands to run correctly in subdirectories
[stgit] / stgit / commands / assimilate.py
index db8a95cdb7ae9850d98fcd81ad2206ec835c9f84..be992aaa25d61efb8cf819735a3250bff519d0e1 100644 (file)
@@ -53,7 +53,7 @@ Note that these are "inconsistencies", not "errors"; furthermore,
 with the way "assimilate" handles them, you have no reason to avoid
 causing them in the first place if that is convenient for you."""
 
-directory = DirectoryHasRepository()
+directory = DirectoryGotoToplevel()
 options = []
 
 class Commit(object):