From 0aba4f4ac753f50107901f525921348572764406 Mon Sep 17 00:00:00 2001 From: Guille Polito Date: Tue, 9 Jun 2020 17:44:51 +0200 Subject: [PATCH] Fix #1256 --- Iceberg-TipUI/IceTipCheckoutBranchCommand.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Iceberg-TipUI/IceTipCheckoutBranchCommand.class.st b/Iceberg-TipUI/IceTipCheckoutBranchCommand.class.st index 8c0e30c47c..9031495e82 100644 --- a/Iceberg-TipUI/IceTipCheckoutBranchCommand.class.st +++ b/Iceberg-TipUI/IceTipCheckoutBranchCommand.class.st @@ -18,7 +18,7 @@ IceTipCheckoutBranchCommand class >> browserContextActivation [ { #category : #testing } IceTipCheckoutBranchCommand class >> canBeExecutedInContext: aToolContext [ - ^ aToolContext isRepositoryOperational + ^ aToolContext isRepositoryMissing not ] { #category : #accessing }