~abentley/bzrtools/bzrtools.dev

147.1.3 by Robert Collins
test and deliver basic pending-merges into bzr so that merging is recorded
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)