#!/bin/sh
# -*- mode: sh; coding: utf-8 -*-
# Simple branching tests
# Copyright © 2003 Colin Walters <walters@verbum.org>
#
# See the file "COPYING" for further information about
# the copyright and warranty status of this work.

set -e

arg0="$0"
srcdir=`dirname "$arg0"`

. ${srcdir}/test-framework

setup_with_trivial_tla_archives

test_class "lock-branch"

begin_test "lock-revision on version."
tla lock-revision jane@example.com--2003/hello-world--mainline--1.0
tla lock-revision -b jane@example.com--2003/hello-world--mainline--1.0
end_test 

clean_workdir
