chiark / gitweb /
Don't have a global crt_series in stgit.commans.common
[stgit] / stgit / commands / commit.py
index 2b45c0df90ab1d937f7b98b37487e1fea6250fe0..23b4dc11580617e10e1b1539416dc4bc6cbfe22f 100644 (file)
@@ -45,7 +45,7 @@ def func(parser, options, args):
 
     check_local_changes()
     check_conflicts()
-    check_head_top_equal()
+    check_head_top_equal(crt_series)
 
     applied = crt_series.get_applied()
     if not applied: