[PATCH 4 of 5] exchange: grammar: does

timeless at mozdev.org timeless at mozdev.org
Thu Oct 15 15:45:15 CDT 2015


# HG changeset patch
# User timeless at mozdev.org
# Date 1444802814 14400
#      Wed Oct 14 02:06:54 2015 -0400
# Node ID 32f349fea579d7f0a4539e1450490a802ae1327b
# Parent  e0d05823074d0c6c29f3df2790d720de18d09435
exchange: grammar: does

diff --git a/mercurial/exchange.py b/mercurial/exchange.py
--- a/mercurial/exchange.py
+++ b/mercurial/exchange.py
@@ -134,7 +134,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


More information about the Mercurial-devel mailing list