DaanHoogland edited a comment on issue #3776: Fix HA config keys
URL: https://github.com/apache/cloudstack/pull/3776#issuecomment-572625799
 
 
   only 200 lines are changed and there are a lot of unneeded import statement 
moves in these files that would make porting difficult. If you want it on 4.13 
as well 
   
   1. start with reverting those import changes in a new commit
   1. and than `git rebase -i HEAD~12` on (a copy of) your branch.
   1. I would say squash all changes.
   1. than `git cherry-pick <the resulting commitish>` on a new branch of off 
4.13
   1. rename the new branch to `fix_ha_config_keys`
   1. force it here by `git push mdominka fix_ha_config_keys --force`
   1. change this PR to point to the other base branch.
   
   hope this helps

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to