- version 3.6
Check those constraints:
$this->anything()
| @@ -28,7 +28,7 @@ | |
| ### Set diff-cmd to the absolute path of your 'diff' program. | |
| ### This will override the compile-time default, which is to use | |
| ### Subversion's internal diff implementation. | |
| -# diff-cmd = diff_program (diff, gdiff, etc.) | |
| +diff-cmd = colordiff | |
| ### Set diff3-cmd to the absolute path of your 'diff3' program. | |
| ### This will override the compile-time default, which is to use | |
| ### Subversion's internal diff3 implementation. | 
| #!/bin/bash | |
| # | |
| # DESCRIPTION: | |
| # | |
| # Set the bash prompt according to: | |
| # * the branch/status of the current git repository | |
| # * the branch of the current subversion repository | |
| # * the return value of the previous command | |
| # | |
| # USAGE: |