Changes between Version 38 and Version 39 of DjangoBranches


Ignore:
Timestamp:
May 27, 2010, 11:29:02 AM (14 years ago)
Author:
Reinout van Rees
Comment:

Changed bitbucket mirror url to the currently recommended one.

Legend:

Unmodified
Added
Removed
Modified
  • DjangoBranches

    v38 v39  
    4646=== Mercurial (hg) ===
    4747
    48  * '''Bitbucket''': The Bitbucket crew maintains a number of Mercurial repositories that track official repositories of different projects, all of them owned by the [http://bitbucket.org/mirror/ mirror] pseudo user. In particular there are a [http://bitbucket.org/mirror/django-trunk/ Django trunk] and [http://bitbucket.org/mirror/django-10x/ Django 1.0.x] mirrors, both always up to date. (Note: the [http://bitbucket.org/mirror/django-all/ django-all] mirror seems to be the most correctly implemented since it tracks branches and tags properly)
     48 * '''Bitbucket''': The Bitbucket crew maintains a number of Mercurial repositories that track official repositories of different projects, all of them owned by the [http://bitbucket.org/mirror/ mirror] pseudo user.  For Django, use http://bitbucket.org/mirror/django-new .
    4949 * [http://geodjango.org/hg/ GeoDjango Mercurial]: includes `gis-newforms` (a merge of the `gis` and `newforms-admin` branches), example code, and other geospatial goodies.
    5050 * [http://joelia.gthc.org/django-bugfixes/ DjangoBugfixes]: An experimental MQ repository following the trunk branch of Django. More info is available [http://gthc.org/wiki/PythonWebDevelopment/DjangoBugfixes here].
Back to Top