t5002: explicitly test the issue 11 problem
commit7da902888c62086a1272b2c32f77271f63ec0f90
authorKyle J. McKay <mackyle@gmail.com>
Wed, 1 Sep 2021 01:48:18 +0000 (31 18:48 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 1 Sep 2021 01:48:18 +0000 (31 18:48 -0700)
tree719cfde64371486f3ef6a52a2ce0713b7bee1bef
parent06c63363026f189ee315968f1ea45abaf3cfd48b
t5002: explicitly test the issue 11 problem

The problem described in issue 11 stems from fast-forwarding the
base using `tg update --base` to a commit that contains a .topdeps
and .topmsg file and whose tree matches the tip of the topic branch.

That problem has now been addressed.

Nevertheless, immortalize the essence of the problem report with
its own test that duplicates the issue (and has been confirmed to
fail when run using topgit-0.19.12) but which now passes.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
t/t5002-update-base-issue-11.sh [new file with mode: 0755]