[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnu-arch-users] broken tree?
From: |
Colin Walters |
Subject: |
Re: [Gnu-arch-users] broken tree? |
Date: |
Sun, 05 Oct 2003 15:57:54 -0400 |
On Sun, 2003-10-05 at 14:53, Dustin Sallings wrote:
> I converted a tree from explicit to taglines and it broke pretty
> badly. For example:
I've seen this once before myself, but I'm having trouble reproducing
it. Do you know exactly what conditions trigger it?
Here's a testcase I'm working on, but it currently passes:
begin_test "explicit => tagline"
tla get address@hidden/hello-world--mainline--1.0 hello-world
cd hello-world
echo '/* blah */' >> hello-world.c
tla commit -s 'add comment to hello-world.c'
echo '/* moo */' >> hello-world.c
tla tagging-method tagline
tla what-changed || test $? = 1
end_test