#!/bin/sh
# -*- mode: sh; coding: utf-8 -*-
# arbitrary delta tests
# Copyright (C) 2005 Canonical Limited
# Authors: Robert Collins <robert.collins@canonical.com>
#
# 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_archives
test_class "delta"
begin_test "delta outside project trees"
cd /tmp
tla branch jane@example.com--2003/hello-world--mainline--1.{0,1}
tla delta jane@example.com--2003/hello-world--mainline--1.{0,1}
end_test
clean_workdir
syntax highlighted by Code2HTML, v. 0.9.1