-
Notifications
You must be signed in to change notification settings - Fork 106
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
Diff assets against their revision on origin/develop #54
Diff assets against their revision on origin/develop #54
Conversation
Could you instead use status branch functionality for this? Get status branches and get the last element. |
@mastercoms yes sure. I'll be in holiday for 2 weeks starting this weekend. I'll do that when I'm back |
d9b381a
to
4ebfb12
Compare
Are you still planning to do the status branch changes? |
… their counterparts on origin/develop
4ebfb12
to
f82220f
Compare
Hi ! Sorry I completely forgot about that PR. I've just updated the code to generate as many context menu items as there are status branches registered in the source control provider |
the first status branch is always up to date with all other branches due to automatic merging, and any content out of date on other branches will be unable to modify anyway, so they should check the latest version available across all branches (which is going to be on the first status branch)
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.
Could you please resolve conflicts with the reformat done on the utils header. Then also for the menu entries, I would prefer that you localize the part without the branch name and then format the branch name in.
This PR adds a context menu extension in the content browser to allow to diff several assets against their counterparts on origin/develop
This is useful in a gitflow workflow for example