Skip to content

Instantly share code, notes, and snippets.

@ningjiang
Created February 25, 2014 04:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ningjiang/cca14f9b4b76bb1c8a66 to your computer and use it in GitHub Desktop.
Save ningjiang/cca14f9b4b76bb1c8a66 to your computer and use it in GitHub Desktop.
The test procedure for git-icing and git-cherry-menu
git clone https://github.com/openstack/nova.git
cd nova
git tag to-backport d6a9d38
git checkout -b stable/grizzly fc9af8f0a9
git cherry-menu git icing -v3 stable/grizzly to-backport
Cherry-pick / blacklist / skip 348cfedfca, or quit [c/b/s/q]? c
[stable/grizzly b75816a] nova-manage: remove redundant 'dest' args
Author: Zhiteng Huang <zhiteng.huang@intel.com>
1 file changed, 79 insertions(+), 103 deletions(-)
The git patch-id changed during cherry-picking. This is normal when
the diff context changes or merge conflicts are resolved.
Blacklisted 348cfedfca so future runs won't attempt to duplicate the upstreaming.
Press enter to continue ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment