-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On checkout, refresh locally installed optional packages regardless o…
…f whether -o is passed in. Implementation detail: this involves checking external’s status. But since Sourcetree.status() and therefore _External.status() is already called at the very start of checkout_externals, allow it to be efficiently called twice: Change _External.status() to skip doing work if it was run before. Make it optional to print out the external names as it does its work. Also: sourcetree.py: no longer assumes status() is called before checkout() - checks self._stat and calls status() if needed. checkout.py: move enormous message into its own helper function
- Loading branch information
1 parent
add0745
commit adbd715
Showing
3 changed files
with
120 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters