Mercurial > hg-stable
changeset 27347:7807fe2795fb
clonebundles: fix typo
author | Mathias De Maré <mathias.demare@gmail.com> |
---|---|
date | Tue, 15 Dec 2015 07:17:15 +0100 |
parents | ba0da4b7397d |
children | 83a8219fb790 |
files | hgext/clonebundles.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/clonebundles.py Mon Dec 14 20:47:22 2015 -0500 +++ b/hgext/clonebundles.py Tue Dec 15 07:17:15 2015 +0100 @@ -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.