/**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('diff3-cmd'));
 }
Example #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'));
 }
Example #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'));
 }
Example #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'));
 }
Example #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'));
 }
Example #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'));
 }
Example #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'));
 }
Example #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'));
 }
Example #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'));
 }
Example #10
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('r', 'revision'));
 }
Example #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'));
 }
 /**
  * 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'));
 }
Example #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'));
 }
Example #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'));
 }
Example #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'));
 }
Example #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'));
 }
Example #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'));
 }
Example #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'));
 }