summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.BRANCH2
-rwxr-xr-xtests/tests/drs-push-rejects6
2 files changed, 6 insertions, 2 deletions
diff --git a/TODO.BRANCH b/TODO.BRANCH
index a81ca55..288a9c7 100644
--- a/TODO.BRANCH
+++ b/TODO.BRANCH
@@ -15,8 +15,6 @@ Want tests for
"old" dgit to push again with new tag, push again with
old tag
- - rejecting push of same version with one tag when then the other
-
* Provide --gpbpq[=:] options
diff --git a/tests/tests/drs-push-rejects b/tests/tests/drs-push-rejects
index 07abf4a..f87cbdc 100755
--- a/tests/tests/drs-push-rejects
+++ b/tests/tests/drs-push-rejects
@@ -149,6 +149,12 @@ mustfail 'push is missing head ref update' $push_spec1 +$push_spec2
git commit --allow-empty -m 'Dummy update'
mktag
mustfail 'not replacing previously-pushed version' +$push_spec1 +$push_spec2
+
+t-newtag
+re-prep
+mktag
+mustfail 'not replacing previously-pushed version' +$push_spec1 +$push_spec2
+
git reset --hard HEAD~
prep_dm_mangle () {