[PATCH] clonebundles: fix typo

Augie Fackler raf at durin42.com
Tue Dec 15 12:03:49 CST 2015


On Tue, Dec 15, 2015 at 12:18:17AM -0600, Mathias De Maré wrote:
> # 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

queued, thanks

>
> 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.
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> https://selenic.com/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list