Changes between Version 29 and Version 30 of DjangoBranches


Ignore:
Timestamp:
Mar 20, 2009, 10:41:31 AM (16 years ago)
Author:
Ramiro Morales
Comment:

Added links to Bitbucket Mercurial repos

Legend:

Unmodified
Added
Removed
Modified
  • DjangoBranches

    v29 v30  
    4545=== Mercurial (hg) ===
    4646
    47  * [Preferred] Mercurial mirror of trunk, updated hourly: http://hg.dpaste.com/django/
     47 * '''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.
     48 * Mercurial mirror of trunk, updated hourly: http://hg.dpaste.com/django/ -- out of date as of Mar 20 2009
    4849 * SVN2HG Gateway of Django and Active branches, updated hourly: [http://hgsvn.trbs.net/django/]
    4950 * [http://geodjango.org/hg/ GeoDjango Mercurial]: includes `gis-newforms` (a merge of the `gis` and `newforms-admin` branches), example code, and other geospatial goodies.
    5051 * A experimental Django 1.0 branch using patches from django.bugfixes: http://joelia.gthc.org/django.devel. This is totally at your own risk and may not work at all. Updated quite not often, but is somewhat stable. See also: http://joelia.gthc.org/django.bugfixes
    51  
Back to Top