Skip to content

Commit

Permalink
tweak the git mergetool for recent changes to performOnServer...(re…
Browse files Browse the repository at this point in the history
…cognizing an error)
  • Loading branch information
dalehenrich committed Oct 7, 2015
1 parent 116dc8a commit 4b7fb7c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
merge
applyTo: aTDGitMerger
self selectedSourceRaw
ifNil: [ aTDGitMerger gitTool gitrmIn: self baseDirectory with: ' -rf ' , self filePath ]
ifNil: [
(self baseDirectory fileExists: self filePath)
ifTrue: [ aTDGitMerger gitTool gitrmIn: self baseDirectory with: ' -rf ' , self filePath ] ]
ifNotNil: [ :src |
self baseDirectory
forceNewFileNamed: self filePath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"instance" : {
"ancestor" : "dkh 01/24/2015 14:59",
"ancestor:" : "dkh 01/24/2015 14:59",
"applyTo:" : "dkh 09/07/2015 11:10",
"applyTo:" : "dkh 10/07/2015 10:12",
"baseDirectory" : "dkh 01/24/2015 14:54",
"baseDirectory:" : "dkh 01/24/2015 14:54",
"calculateStage" : "dkh 01/24/2015 21:38",
Expand Down

Large diffs are not rendered by default.

0 comments on commit 4b7fb7c

Please sign in to comment.