~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to fai/aba/commands/my-library

  • Committer: Robert Collins
  • Date: 2005-09-14 11:27:20 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-20050914112720-c66a21de86eafa6e
trim fai cribbage

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
 
 
9
 
cmd_exec()
10
 
{
11
 
  tla my-revision-library "$@"
12
 
}
13
 
cmd_desc()
14
 
{
15
 
  echo '                  my-library : alias for my-revision-library'
16
 
}
17
 
cmd_help()
18
 
{
19
 
   tla my-revision-library -h|sed "s/tla my-revision-library/$abaname my-library/g";
20
 
}
21
 
cmd_ext_help()
22
 
{
23
 
   tla my-revision-library -H|sed "s/tla my-revision-library/$abaname my-library/g";
24
 
}
25
 
 
26
 
aba_run_tlawrap "$@"
27
 
 
28
 
 
29
 
# arch-tag: my-library by Aaron Bentley (12:18 Jan 15, 2004)