# HG changeset patch # User Philippe Pepiot # Date 1504002030 -7200 # Node ID 3e3a276c9e919cfe8852a6b53ad77a016aec21e4 # Parent 07ce6c063c617829b24bdb3a4b2abfaa8424d938 doc: reword "target repository" to "remote repository" diff -r 07ce6c063c61 -r 3e3a276c9e91 docs/sharing.rst --- 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.)