summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-05-15 20:47:28 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-05-15 20:47:28 -0400
commit79409b733d54af1781bb473115127d57bf8408d1 (patch)
treeda7286a495022206333f72af75feab7384f798ff
parent9a667cd1181fea44f89f15a68ba1f712bc8e9f73 (diff)
downloadalembic-79409b733d54af1781bb473115127d57bf8408d1.tar.gz
announce git move
-rw-r--r--docs/build/changelog.rst5
-rw-r--r--docs/build/front.rst7
2 files changed, 10 insertions, 2 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index a62e198..842fdb4 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -7,6 +7,11 @@ Changelog
:version: 0.6.0
.. change::
+ :tags: misc
+
+ Source repository has been moved from Mercurial to Git.
+
+ .. change::
:tags: bug
Repaired autogenerate rendering of ForeignKeyConstraint
diff --git a/docs/build/front.rst b/docs/build/front.rst
index d9963b8..26be21b 100644
--- a/docs/build/front.rst
+++ b/docs/build/front.rst
@@ -9,7 +9,10 @@ Project Homepage
Alembic is hosted on `Bitbucket <http://bitbucket.org>`_ - the lead project
page is at https://bitbucket.org/zzzeek/alembic. Source code is tracked here
-using `Mercurial <http://mercurial.selenic.com/>`_.
+using `Git <http://git-scm.com/>`_.
+
+.. versionchanged:: 0.6
+ The source repository was moved from Mercurial to Git.
Releases and project status are available on Pypi at
http://pypi.python.org/pypi/alembic.
@@ -25,7 +28,7 @@ stable. Users should take care to report bugs and missing features
(see :ref:`bugs`) on an as-needed
basis. It should be expected that the development version may be required
for proper implementation of recently repaired issues in between releases;
-the latest default tip is always available at https://bitbucket.org/zzzeek/alembic/get/default.tar.gz.
+the latest master is always available at https://bitbucket.org/zzzeek/alembic/get/master.tar.gz.
.. _installation: