Thread (11 messages) flat view 11 messages, 3 authors, 2016-07-26

Re: [PATCH v2 2/3] push: add shorthand for --force-with-lease branch creation

From: Jakub Narębski <hidden>
Date: 2016-07-26 10:30:31

Possibly related (same subject, not in this thread)

W dniu 2016-07-25 o 23:59, John Keeping pisze:
+test_expect_success 'new branch covered by force-with-lease (explicit)' '
+	setup_srcdst_basic &&
+	(
+		cd dst &&
+		git branch branch master &&
+		git push --force-with-lease=branch: origin branch
+	) &&
+	git ls-remote dst refs/heads/branch >expect &&
+	git ls-remote src refs/heads/branch >actual &&
+	test_cmp expect actual
+'
Do we need to test the negative, that is that if branch is not
new it prevents push (e.g. when <branch> is HEAD), or is it
covered by other tests?

-- 
Jakub Narębski
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help