# HG changeset patch # User Sebastien Jodogne # Date 1585244176 -3600 # Node ID ab1ec4009541b1743bbd0d73bd58e4760b4db289 # Parent d1f00afca0fbdba86b8522413c910c5929662747 cloning for dev diff -r d1f00afca0fb -r ab1ec4009541 Sphinx/source/developers/repositories.rst --- a/Sphinx/source/developers/repositories.rst Thu Mar 26 15:57:41 2020 +0100 +++ b/Sphinx/source/developers/repositories.rst Thu Mar 26 18:36:16 2020 +0100 @@ -81,7 +81,10 @@ ^^^^^^^^^^^^ Only the core developers of Orthanc have direct write access to the -Orthanc repositories (through SSH). +Orthanc repositories (through SSH). Core developers can clone a +repository with write access as follows:: + + $ hg clone ssh://hg@hg.orthanc-server.com/public/orthanc .. _hg-contributing: