Skip to content

Commit

Permalink
Handle nil headRef in SquotRefWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Nov 29, 2023
1 parent c2e657c commit a3aec21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
accessing
isActive
^ self workingCopy headRef target = self item
^ self workingCopy currentHeadTarget = self item
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"instance" : {
"balloonText" : "mad 9/13/2023 21:49",
"icon" : "mad 10/24/2023 17:21",
"isActive" : "mad 9/19/2023 14:13",
"isActive" : "mad 11/29/2023 15:19",
"isDetachedHead" : "mad 10/24/2023 17:22",
"isHead" : "mad 10/24/2023 17:22",
"isRemoteRef" : "mad 9/19/2023 14:36",
Expand Down

0 comments on commit a3aec21

Please sign in to comment.