cvs: Indentation fixes.
This commit is contained in:
parent
08017ee3b2
commit
c36b68c4c9
@ -235,10 +235,9 @@ _cvs()
|
||||
# complete on remotely checked-out files (requires
|
||||
# passwordless access to the remote repository
|
||||
if [ -n "${COMP_CVS_REMOTE:-}" ]; then
|
||||
# this is the least computationally intensive
|
||||
# way found so far, but other changes
|
||||
# (something other than changed/removed/new)
|
||||
# may be missing
|
||||
# this is the least computationally intensive way found so
|
||||
# far, but other changes (something other than
|
||||
# changed/removed/new) may be missing
|
||||
changed=( $( cvs -q diff --brief 2>&1 | \
|
||||
sed -ne 's/^Files [^ ]* and \([^ ]*\) differ$/\1/p' ) )
|
||||
newremoved=( $( cvs -q diff --brief 2>&1 | \
|
||||
|
Loading…
x
Reference in New Issue
Block a user