##// END OF EJS Templates
Merge stable
Mads Kiilerich -
r6298:9c6f7178 merge default
parent child Browse files
Show More
@@ -137,7 +137,7 b' Coding guidelines'
137 -----------------
137 -----------------
138
138
139 We don't have a formal coding/formatting standard. We are currently using a mix
139 We don't have a formal coding/formatting standard. We are currently using a mix
140 of Mercurial (http://mercurial.selenic.com/wiki/CodingStyle), pep8, and
140 of Mercurial's (https://www.mercurial-scm.org/wiki/CodingStyle), pep8, and
141 consistency with existing code. Run ``scripts/run-all-cleanup`` before
141 consistency with existing code. Run ``scripts/run-all-cleanup`` before
142 committing to ensure some basic code formatting consistency.
142 committing to ensure some basic code formatting consistency.
143
143
@@ -74,7 +74,7 b' Other topics'
74 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
74 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
75 .. _python: http://www.python.org/
75 .. _python: http://www.python.org/
76 .. _django: http://www.djangoproject.com/
76 .. _django: http://www.djangoproject.com/
77 .. _mercurial: http://mercurial.selenic.com/
77 .. _mercurial: https://www.mercurial-scm.org/
78 .. _bitbucket: http://bitbucket.org/
78 .. _bitbucket: http://bitbucket.org/
79 .. _subversion: http://subversion.tigris.org/
79 .. _subversion: http://subversion.tigris.org/
80 .. _git: http://git-scm.com/
80 .. _git: http://git-scm.com/
@@ -864,11 +864,11 b' the ``init.d`` directory of the Kallithe'
864
864
865 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
865 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
866 .. _python: http://www.python.org/
866 .. _python: http://www.python.org/
867 .. _Mercurial: http://mercurial.selenic.com/
867 .. _Mercurial: https://www.mercurial-scm.org/
868 .. _Celery: http://celeryproject.org/
868 .. _Celery: http://celeryproject.org/
869 .. _Celery documentation: http://docs.celeryproject.org/en/latest/getting-started/index.html
869 .. _Celery documentation: http://docs.celeryproject.org/en/latest/getting-started/index.html
870 .. _RabbitMQ: http://www.rabbitmq.com/
870 .. _RabbitMQ: http://www.rabbitmq.com/
871 .. _Redis: http://redis.io/
871 .. _Redis: http://redis.io/
872 .. _python-ldap: http://www.python-ldap.org/
872 .. _python-ldap: http://www.python-ldap.org/
873 .. _mercurial-server: http://www.lshift.net/mercurial-server.html
873 .. _mercurial-server: http://www.lshift.net/mercurial-server.html
874 .. _PublishingRepositories: http://mercurial.selenic.com/wiki/PublishingRepositories
874 .. _PublishingRepositories: https://www.mercurial-scm.org/wiki/PublishingRepositories
@@ -69,7 +69,7 b' Troubleshooting'
69
69
70 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
70 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
71 .. _python: http://www.python.org/
71 .. _python: http://www.python.org/
72 .. _mercurial: http://mercurial.selenic.com/
72 .. _mercurial: https://www.mercurial-scm.org/
73 .. _celery: http://celeryproject.org/
73 .. _celery: http://celeryproject.org/
74 .. _rabbitmq: http://www.rabbitmq.com/
74 .. _rabbitmq: http://www.rabbitmq.com/
75 .. _python-ldap: http://www.python-ldap.org/
75 .. _python-ldap: http://www.python-ldap.org/
General Comments 0
You need to be logged in to leave comments. Login now