tests/common-pattern.py
changeset 35259 ad5f2b923b0d
parent 35234 f0445eea9b93
child 35446 991e4404e910
--- a/tests/common-pattern.py	Sun Oct 15 15:01:03 2017 +0200
+++ b/tests/common-pattern.py	Mon Nov 13 04:22:45 2017 +0100
@@ -8,6 +8,7 @@
     ),
     # capabilities sent through http
     (br'bundlecaps=HG20%2Cbundle2%3DHG20%250A'
+     br'bookmarks%250A'
      br'changegroup%253D01%252C02%250A'
      br'digests%253Dmd5%252Csha1%252Csha512%250A'
      br'error%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250A'
@@ -21,6 +22,7 @@
     ),
     # bundle2 capabilities sent through ssh
     (br'bundle2=HG20%0A'
+     br'bookmarks%0A'
      br'changegroup%3D01%2C02%0A'
      br'digests%3Dmd5%2Csha1%2Csha512%0A'
      br'error%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0A'