tests/test-bundle2-format.t
changeset 41734 6462bbb91b53
parent 40147 58ebf5083843
child 42897 d7304434390f
--- a/tests/test-bundle2-format.t	Mon Feb 18 00:27:25 2019 +0900
+++ b/tests/test-bundle2-format.t	Mon Feb 18 00:27:25 2019 +0900
@@ -82,7 +82,8 @@
   >           (b'', b'genraise', False, b'includes a part that raise an exception during generation'),
   >           (b'', b'timeout', False, b'emulate a timeout during bundle generation'),
   >           (b'r', b'rev', [], b'includes those changeset in the bundle'),
-  >           (b'', b'compress', b'', b'compress the stream'),],
+  >           (b'', b'compress', b'', b'compress the stream'),
+  >          ],
   >          b'[OUTPUTFILE]')
   > def cmdbundle2(ui, repo, path=None, **opts):
   >     """write a bundle2 container on standard output"""