722
723
724
725
726
727
728
729
730
731
732
733
734
735
|
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
|
+
+
+
|
addFlags -dir -clip -fourway -patch -review -
docFlag -dir "Start in directory diff mode. Ignores other args"
docFlag -clip "Start in clip diff mode. Ignores other args"
docFlag -fourway "Start in fourway diff mode. Ignores other args"
docFlag -patch "View patch file"
docFlag - "Read patch file from standard input, to allow pipes"
docFlag -review "View revision control tree as a patch"
addSideEffect -review {
optSet -noignore 1
}
addFlags -browse -nodiff
docFlag -browse "Automatically bring up file dialog after starting"
docFlag -nodiff "Do not run diff after startup"
addFlags -server -cvs -svn -debug
docFlag -server "Set up Eskil to be controllable from the outside"
docFlag -cvs "Detect CVS first, if multiple version systems are used"
docFlag -svn "Detect SVN first, if multiple version systems are used"
|