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

« back to all changes in this revision

Viewing changes to Functions/VCS_Info/Backends/VCS_INFO_get_data_hg

  • 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:
8
8
hgbase=${vcs_comm[basedir]}
9
9
rrn=${hgbase:t}
10
10
hgbranch=$(< ${hgbase}/.hg/branch)
11
 
VCS_INFO_formats '' "${hgbranch}" "${hgbase}"
 
11
VCS_INFO_formats '' "${hgbranch}" "${hgbase}" '' '' '' ''
12
12
return 0