================================
The Computed Field Drupal Module
================================

The "master" branch of this repository is not used for development of Computed Field.

The current ACTIVE branches are:

7.x-1.x for Drupal 7
6.x-1.x for Drupal 6

Some basic syntax to check out the active Drupal 7 branch into a local branch would be:

git checkout origin/7.x-1.x -b 7.x-1.x
