-
Version Control API -- Mercurial Backend: February 25, 2011 2:08
Commit 1c6c658 on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Fix #222899 (display shortened changeset identifiers)
-
Fix #220385 (return NULL not FALSE in get_current_item_tag())
-
Fix http://drupal.org/node/220141 (typo in versioncontrol_cvs_get_parent_item)
-
Trim schema's extraneous elements that are not implemented.
-
Minor coding format corrections.
-
Add note on commit scripts.
-
Add warning about versioncontrol_hg_get_current_item_tag()
-
Add tags implementation and logging - Added _hg_parse_hgtags() - Give hg_tags a primary key tag_id
-
Implement hg_cat() - Updated unit tests - Removed menu; we won't be using it