~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to fai/aba/commands/change-version

  • Committer: Robert Collins
  • Date: 2005-09-13 15:11:39 UTC
  • mto: (147.2.6) (364.1.3 bzrtools)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: robertc@robertcollins.net-20050913151139-9ac920fc9d7bda31
TODOification

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
# Copyright (C) 2004 Aaron Bentley
 
3
#
 
4
# See the file "COPYING" for further information about
 
5
# the copyright and warranty status of this work.
 
6
 
 
7
. "$abadir/aba-lib"
 
8
cmd_exec()
 
9
{
 
10
  aba_change_version $1
 
11
}
 
12
cmd_desc()
 
13
{
 
14
  echo '              change-version : changes tree to the specified version'
 
15
}
 
16
cmd_help()
 
17
{
 
18
  echo "This changes the current version to the specified version or revision"
 
19
}
 
20
cmd_ext_help()
 
21
{
 
22
echo -n
 
23
}
 
24
aba_run "$@"
 
25
# arch-tag: change-version by Aaron Bentley (15:17 Jan 30, 2004)