# HG changeset patch # User Mathias De Maré # Date 1450160235 -3600 # Node ID 7807fe2795fbe00395bfbfd0343f37124d883027 # Parent ba0da4b7397dbf6d3fd81a261d71f74d23277b85 clonebundles: fix typo diff -r ba0da4b7397d -r 7807fe2795fb hgext/clonebundles.py --- 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.