chiark / gitweb /
Don't have a global crt_series in stgit.commans.common
[stgit] / stgit / commands / new.py
index ccc8141d5419ead7492792ebb6a921107aaf85ea..b0a57d1579557bce6005191db84ad617a4bb5884 100644 (file)
@@ -70,7 +70,7 @@ def func(parser, options, args):
         parser.error('incorrect number of arguments')
 
     check_conflicts()
-    check_head_top_equal()
+    check_head_top_equal(crt_series)
 
     if options.author:
         options.authname, options.authemail = name_email(options.author)