mirror of
https://github.com/atom/atom.git
synced 2026-02-16 17:45:24 -05:00
Merge branch 'master' into ns-mb-detangle-editor
This commit is contained in:
@@ -1099,7 +1099,7 @@ class Workspace extends Model
|
||||
checkoutHead = =>
|
||||
@project.repositoryForDirectory(new Directory(editor.getDirectoryPath()))
|
||||
.then (repository) ->
|
||||
repository?.async.checkoutHeadForEditor(editor)
|
||||
repository?.checkoutHeadForEditor(editor)
|
||||
|
||||
if @config.get('editor.confirmCheckoutHeadRevision')
|
||||
@applicationDelegate.confirm
|
||||
|
||||
Reference in New Issue
Block a user