-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix missing origin repository bug #512
Fix missing origin repository bug #512
Conversation
Closes #405 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a question as per usual.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
948ee36
to
d7f9e50
Compare
Sorry I had a small spacing error! Though it did get me thinking whether it should still use that last saved changes from the remote repository (whether to remove the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Yeah I think that is the cleanest approach. |
In #405,
payu checkout
raises an error when it is no longer able to fetch branches from the remote repository. This happens when cloning from a remote repository using a path, and then that path gets deleted at a later point of time.I changed it to catch the exception, and to display a warning to the user instead that payu was not able to fetch from the remote repository.