diff mercurial/exchange.py @ 26779:aaa33ec3c951

grammar: use does instead of do where appropriate
author timeless@mozdev.org
date Wed, 14 Oct 2015 02:06:54 -0400
parents 8270ee357dd9
children 1aee2ab0f902
line wrap: on
line diff
--- a/mercurial/exchange.py	Wed Oct 14 22:29:03 2015 -0400
+++ b/mercurial/exchange.py	Wed Oct 14 02:06:54 2015 -0400
@@ -178,7 +178,7 @@
         remoteversions = bundle2.obsmarkersversion(bundler.capabilities)
         version = obsolete.commonversion(remoteversions)
         if version is None:
-            raise ValueError('bundler do not support common obsmarker format')
+            raise ValueError('bundler does not support common obsmarker format')
         stream = obsolete.encodemarkers(markers, True, version=version)
         return bundler.newpart('obsmarkers', data=stream)
     return None