Ejemplo n.º 1
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('diff3-cmd'));
 }
Ejemplo n.º 2
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('targets', 'depth', 'changelist'));
     $this->validSwitches = array_merge($this->validSwitches, array('R', 'recursive', 'q', 'quiet'));
 }
Ejemplo n.º 3
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('r', 'revision', 'm', 'message', 'F', 'file', 'editor-cmd', 'encoding', 'with-revprop'));
     $this->validSwitches = array_merge($this->validSwitches, array('q', 'quiet', 'force', 'parents', 'force-log'));
 }
Ejemplo n.º 4
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('r', 'revision', 'c', 'change', 'targets', 'l', 'limit', 'with-revprop'));
     $this->validSwitches = array_merge($this->validSwitches, array('q', 'quiet', 'v', 'verbose', 'g', 'use-merge-history', 'stop-on-copy', 'incremental', 'xml', 'with-all-revprops', 'with-no-revprops'));
 }
Ejemplo n.º 5
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('depth', 'changelist'));
     $this->validSwitches = array_merge($this->validSwitches, array('u', 'show-updates', 'v', 'verbose', 'N', 'non-recursive', 'q', 'quiet', 'no-ignore', 'incremental', 'xml', 'ignore-externals'));
 }
Ejemplo n.º 6
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('r', 'revision', 'depth', 'targets', 'changelist'));
     $this->validSwitches = array_merge($this->validSwitches, array('R', 'recursive', 'incremental', 'xml'));
 }
Ejemplo n.º 7
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('r', 'revision', 'c', 'change', 'depth', 'diff-cmd', 'x', 'extensions', 'accept'));
     $this->validSwitches = array_merge($this->validSwitches, array('N', 'non-recursive', 'q', 'quiet', 'force', 'dry-run', 'record-only', 'ignore-ancestry', 'reintegrated'));
 }
Ejemplo n.º 8
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('depth', 'targets', 'm', 'message', 'F', 'file', 'editor-cmd', 'encoding', 'with-revprop', 'changelist'));
     $this->validSwitches = array_merge($this->validSwitches, array('q', 'quiet', 'N', 'non-recursive', 'no-unlock', 'force-log', 'keep-changelist'));
 }
Ejemplo n.º 9
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('r', 'revision', 'depth', 'set-depth', 'diff3-cmd', 'changelist', 'editor-cmd', 'accept'));
     $this->validSwitches = array_merge($this->validSwitches, array('N', 'non-recursive', 'q', 'quiet', 'force', 'ignore-externals', 'parents'));
 }
Ejemplo n.º 10
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('r', 'revision'));
 }
Ejemplo n.º 11
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('targets', 'depth'));
     $this->validSwitches = array_merge($this->validSwitches, array('N', 'non-recursive', 'q', 'quiet', 'force', 'no-ignore', 'auto-props', 'no-auto-props', 'parents'));
 }
Ejemplo n.º 12
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('depth', 'r', 'revision', 'changelist'));
     $this->validSwitches = array_merge($this->validSwitches, array('v', 'verbose', 'R', 'recursive', 'q', 'quiet', 'revprop', 'xml'));
 }
Ejemplo n.º 13
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('r', 'revision', 'c', 'change', 'old', 'new', 'depth', 'diff-cmd', 'x', 'extensions', 'changelist'));
     $this->validSwitches = array_merge($this->validSwitches, array('N', 'non-recursive', 'no-diff-deleted', 'notice-ancestry', 'summarize', 'force', 'xml'));
 }
Ejemplo n.º 14
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('F', 'file', 'encoding', 'r', 'revision', 'targets', 'depth', 'changelist'));
     $this->validSwitches = array_merge($this->validSwitches, array('q', 'quiet', 'R', 'recursive', 'revprop', 'force'));
 }
Ejemplo n.º 15
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('depth', 'm', 'message', 'F', 'file', 'editor-cmd', 'encoding', 'with-revprop'));
     $this->validSwitches = array_merge($this->validSwitches, array('q', 'quiet', 'N', 'non-recursive', 'force', 'no-auto-props', 'force-log', 'no-ignore'));
 }
Ejemplo n.º 16
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('r', 'revision', 'x', 'extensions'));
     $this->validSwitches = array_merge($this->validSwitches, array('v', 'verbose', 'g', 'use-merge-history', 'incremental', 'xml', 'force'));
 }
Ejemplo n.º 17
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('r', 'revision', 'depth'));
     $this->validSwitches = array_merge($this->validSwitches, array('v', 'verbose', 'R', 'recursive', 'incremental', 'xml'));
 }
Ejemplo n.º 18
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('r', 'revision', 'depth'));
     $this->validSwitches = array_merge($this->validSwitches, array('q', 'quiet', 'N', 'non-recursive', 'force', 'ignore-externals'));
 }