~hexmode/+junk/etckeeper

« back to all changes in this revision

Viewing changes to pre-install.d/50uncommitted-changes

  • Committer: Mark A. Hershberger
  • Date: 2008-02-05 03:52:56 UTC
  • Revision ID: mah@everybody.org-20080205035256-9mvarcdr00vnnl22
add bzr support

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
                git status
7
7
        elif [ "$VCS" = hg ]; then
8
8
                hg status
 
9
        elif [ "$VCS" = bzr ]; then
 
10
                bzr status
9
11
        fi
10
12
}
11
13