~ubuntu-branches/ubuntu/karmic/zsh/karmic

« back to all changes in this revision

Viewing changes to Functions/VCS_Info/Backends/VCS_INFO_detect_svk

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-06-02 10:40:25 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090602104025-lg6wynxpzqi08k2i
Tags: 4.3.10-1ubuntu1
* Resynchronise with Debian. Remaining changes:
  + debian/zshrc: Enable completions by default, unless
    skip_global_compinit is set

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
local -i fhash
18
18
fhash=0
19
19
 
20
 
VCS_INFO_check_com svk || return 1
 
20
VCS_INFO_check_com ${vcs_comm[cmd]} || return 1
21
21
[[ -f ~/.svk/config ]] || return 1
22
22
 
23
23
while IFS= read -r line ; do