-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edkrepo: Bug fixes and improvements while creating
local branch via clone - Added the remote_name along with name for getting patchsets - Removed an extra occurence of get_unique_branch_name() - Check out to the branch if the branch already exists instead of raising an exception and hence deleted the error messages from import and humble - Enabled checking out correctly when name of patchset is present insted of parent sha - Used return statements at appropriate places so the branch creation flow is not executed if already checked out to the branch or in case of exception in applying patchset operations. - Checking out the default branch if patchset operations fail and deleting the newly created branch Signed-off-by: Harsh Vora [email protected] Reviewed-by: Ashley DeSimone <[email protected]> Reviewed-by: Kevin Sun <[email protected]> Reviewed-by: Nate DeSimone <[email protected]>
- Loading branch information
1 parent
f863e78
commit 363dec1
Showing
2 changed files
with
26 additions
and
18 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