From e40695146eb4d2ba80e64fa7c444a4a144a8c0cf Mon Sep 17 00:00:00 2001
From: Marco Villegas <marvil07@gmail.com>
Date: Wed, 15 Dec 2010 01:24:06 -0500
Subject: [PATCH] minor: Remove action data member from tag and branch entities.

---
 includes/VersioncontrolBranch.php |   10 ----------
 includes/VersioncontrolTag.php    |   10 ----------
 2 files changed, 0 insertions(+), 20 deletions(-)

diff --git includes/VersioncontrolBranch.php includes/VersioncontrolBranch.php
index ab30eea..72e7466 100644
--- includes/VersioncontrolBranch.php
+++ includes/VersioncontrolBranch.php
@@ -34,16 +34,6 @@ class VersioncontrolBranch extends VersioncontrolEntity {
   public $type = VERSIONCONTROL_LABEL_BRANCH;
 
   /**
-   * @name VCS actions
-   * for a single item (file or directory) in a commit, or for branches and tags.
-   * either VERSIONCONTROL_ACTION_{ADDED,MODIFIED,MOVED,COPIED,MERGED,DELETED,
-   * REPLACED,OTHER}
-   *
-   * @var array
-   */
-  public $action;
-
-  /**
    * The database id of the repository with which this branch is associated.
    * @var int
    */
diff --git includes/VersioncontrolTag.php includes/VersioncontrolTag.php
index c650f9b..15e4e88 100644
--- includes/VersioncontrolTag.php
+++ includes/VersioncontrolTag.php
@@ -34,16 +34,6 @@ class VersioncontrolTag extends VersioncontrolEntity {
   public $type = VERSIONCONTROL_LABEL_TAG;
 
   /**
-   * @name VCS actions
-   * for a single item (file or directory) in a commit, or for branches and tags.
-   * either VERSIONCONTROL_ACTION_{ADDED,MODIFIED,MOVED,COPIED,MERGED,DELETED,
-   * REPLACED,OTHER}
-   *
-   * @var array
-   */
-  public $action;
-
-  /**
    * The database id of the repository with which this tag is associated.
    * @var int
    */
-- 
1.7.2.3

