[PATCH] clonebundles: fix typo

Mathias De Maré mathias.demare at gmail.com
Tue Dec 15 06:18:17 UTC 2015


# HG changeset patch
# User Mathias De Maré <mathias.demare at gmail.com>
# Date 1450160235 -3600
#      Tue Dec 15 07:17:15 2015 +0100
# Node ID da7d239583ef8ee90220747fc02c91507b2757dc
# Parent  944af8e2eb4cddf96ba5b8a96854528b40979715
clonebundles: fix typo

diff --git a/hgext/clonebundles.py b/hgext/clonebundles.py
--- a/hgext/clonebundles.py
+++ b/hgext/clonebundles.py
@@ -47,7 +47,7 @@
 * Generating bundle files of repository content (typically periodically,
   such as once per day).
 * A file server that clients have network access to and that Python knows
-  how to talk to through its normal URL handling facility (typically a
+  how to talk to through its normal URL handling facility (typically an
   HTTP server).
 * A process for keeping the bundles manifest in sync with available bundle
   files.


More information about the Mercurial-devel mailing list