|
|
|
|
85
|
|
85
|
|
86
|
cd proj-workspace
|
86
|
cd proj-workspace
|
87
|
cdiff # view colored incremental diff
|
87
|
cdiff # view colored incremental diff
|
88
|
- cdiff -s # view side by side
|
|
|
|
|
88
|
+ cdiff -s # view side by side, use default text width 80
|
89
|
cdiff -s -w 90 # use text width 90 other than default 80
|
89
|
cdiff -s -w 90 # use text width 90 other than default 80
|
|
|
90
|
+ cdiff -s -w 0 # auto set text width based on terminal size
|
90
|
cdiff -s file1 dir2 # view modification of given files/dirs only
|
91
|
cdiff -s file1 dir2 # view modification of given files/dirs only
|
91
|
cdiff -s -w90 -- -U10 # pass '-U10' to underneath revision diff tool
|
92
|
cdiff -s -w90 -- -U10 # pass '-U10' to underneath revision diff tool
|
92
|
cdiff -s -w90 -U10 # '--' is optional as it's unknown to cdiff
|
93
|
cdiff -s -w90 -U10 # '--' is optional as it's unknown to cdiff
|