Simplifying the Manage Data Form

Problem

I would like to remove some of the functions we don't use in the VersIC Manage Data Form.

Solution

The 'VSC_BASIC' variable can be used to remove branches, labels, and tags from the Manage Data Form:

;;;----------------------------------------------------------------------------
;;; Basic mode omits some of advanced VersIC features from the User Interface
;;;   - No branches/labels/tags in the VersIC Manage Data form
;;;
;;; VSC_BASIC: nil
;;;----------------------------------------------------------------------------
;; VSC_BASIC = t

'VSC_BASIC' is set in the 'versic.conf' file located under the path specified by the 'VSC_CONFIG_DIR' environment variable.