# HG changeset patch # User Oleksandr Gavenko # Date 1342124144 -10800 # Node ID 81bfc95bd853155fc15ba1832f754a3dfcdbd06b # Parent f993fc31e03f4a1b7f19bb4fdbf8e51f699d94d4 Move getting sources to proper place. diff -r f993fc31e03f -r 81bfc95bd853 HACKING.rst --- a/HACKING.rst Thu Jul 12 23:13:53 2012 +0300 +++ b/HACKING.rst Thu Jul 12 23:15:44 2012 +0300 @@ -19,6 +19,29 @@ Until we reach 5000 words **major** is 0. **minor** updated from time to time. +Getting sources (VCS). +====================== + +To clone repository run:: + + $ hg clone http://hg.code.sf.net/p/gadict/code gadict-hg + +To push to repository you must have write permission and do:: + + $ hg push ssh://$USER@hg.code.sf.net/p/gadict/code + +or:: + + $ hg clone https://$USER@hg.code.sf.net/p/gadict/code + +Browsing sources. +================= + + http://hg.code.sf.net/p/gadict/code + hgweb interface for official repository. + https://sourceforge.net/p/gadict/code/ + Sourceforge Allure interface for official repository. + Comment syntax convention. ========================== diff -r f993fc31e03f -r 81bfc95bd853 README.rst --- a/README.rst Thu Jul 12 23:13:53 2012 +0300 +++ b/README.rst Thu Jul 12 23:15:44 2012 +0300 @@ -77,29 +77,6 @@ .. _LICENSE: LICENSE.html -Getting sources (VCS). -====================== - -To clone repository run:: - - $ hg clone http://hg.code.sf.net/p/gadict/code gadict-hg - -To push to repository you must have write permission and do:: - - $ hg push ssh://$USER@hg.code.sf.net/p/gadict/code - -or:: - - $ hg clone https://$USER@hg.code.sf.net/p/gadict/code - -Browsing sources. -================= - - http://hg.code.sf.net/p/gadict/code - hgweb interface for official repository. - https://sourceforge.net/p/gadict/code/ - Sourceforge Allure interface for official repository. - Download page. ==============