[PATCH STABLE] clonebundles: fix missing newline character

Matt Harbison mharbison72 at gmail.com
Thu May 25 03:02:54 UTC 2017


# HG changeset patch
# User Matt Harbison <matt_harbison at yahoo.com>
# Date 1495681199 14400
#      Wed May 24 22:59:59 2017 -0400
# Node ID 6756863541c96960eb485edb346ac398b2359ae4
# Parent  dd667d12b2ff86a8fadc8035ffd8500807774d62
clonebundles: fix missing newline character

Previously, the line displayed as '( )' instead of '(\n)'.

diff --git a/hgext/clonebundles.py b/hgext/clonebundles.py
--- a/hgext/clonebundles.py
+++ b/hgext/clonebundles.py
@@ -75,7 +75,7 @@
 clones. If this file does not exist, the repository will not advertise the
 existence of clone bundles when clients connect.
 
-The manifest file contains a newline (\n) delimited list of entries.
+The manifest file contains a newline (\\n) delimited list of entries.
 
 Each line in this file defines an available bundle. Lines have the format:
 


More information about the Mercurial-devel mailing list