chiark / gitweb /
Merge branch 'stable'
[stgit] / stgit / commands / clean.py
index 5334704d40758013341f6cc7e7e8fb3249b6b7b5..9b48e7b75ae546d7e3cafe92ba10447d9ba1e43c 100644 (file)
@@ -21,12 +21,14 @@ from stgit.commands import common
 from stgit.lib import transaction
 
 help = 'Delete the empty patches in the series'
 from stgit.lib import transaction
 
 help = 'Delete the empty patches in the series'
+kind = 'stack'
 usage = ['']
 description = """
 Delete the empty patches in the whole series or only those applied or
 unapplied. A patch is considered empty if the two commit objects
 representing its boundaries refer to the same tree object."""
 
 usage = ['']
 description = """
 Delete the empty patches in the whole series or only those applied or
 unapplied. A patch is considered empty if the two commit objects
 representing its boundaries refer to the same tree object."""
 
+args = []
 options = [
     opt('-a', '--applied', action = 'store_true',
         short = 'Delete the empty applied patches'),
 options = [
     opt('-a', '--applied', action = 'store_true',
         short = 'Delete the empty applied patches'),