changeset 2863:3e3a276c9e91

doc: reword "target repository" to "remote repository"
author Philippe Pepiot <phil@philpep.org>
date Tue, 29 Aug 2017 12:20:30 +0200
parents 07ce6c063c61
children 4be11d7b13fa
files docs/sharing.rst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/sharing.rst	Tue Aug 29 12:18:42 2017 +0200
+++ b/docs/sharing.rst	Tue Aug 29 12:20:30 2017 +0200
@@ -58,7 +58,7 @@
 *draft* phase as you pass them around. Recall that by default, ``hg
 push`` promotes changesets from *draft* to *public*, and public
 changesets are immutable. You can change this behaviour by
-reconfiguring the *target* repository so that it is non-publishing.
+reconfiguring the *remote* repository so that it is non-publishing.
 (Short version: set ``phases.publish`` to ``false``. Long version
 follows.)