Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- aaa@ubuntu:/opt/stack/horizon$ git status
- On branch review/shaifali_agrawal/bug/1375820
- You are currently rebasing branch 'review/shaifali_agrawal/bug/1375820' on '7341055'.
- (all conflicts fixed: run "git rebase --continue")
- nothing to commit, working directory clean
- aaa@ubuntu:/opt/stack/horizon$ git rebase --continue
- Applying: CSS padding style is used instead of &nsbp;
- No changes - did you forget to use 'git add'?
- If there is nothing left to stage, chances are that something else
- already introduced the same changes; you might want to skip this patch.
- When you have resolved this problem, run "git rebase --continue".
- If you prefer to skip this patch, run "git rebase --skip" instead.
- To check out the original branch and stop rebasing, run "git rebase --abort".
- aaa@ubuntu:/opt/stack/horizon$ git stash apply
- Auto-merging openstack_dashboard/static/dashboard/scss/horizon.scss
- Auto-merging openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html
- CONFLICT (content): Merge conflict in openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html
- aaa@ubuntu:/opt/stack/horizon$ git diff
- diff --cc openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html
- index 714fdc8,b645a2d..0000000
- --- a/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html
- +++ b/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html
- @@@ -77,15 -77,15 +77,27 @@@
- <i class="icon-ban-circle"></i>
- <button type="submit" class="btn btn-default btn-xs" href="#"><i class="icon-random"></i></button></center>
- {% elif dest.reachable == 'full' %}
- ++<<<<<<< Updated upstream
- + {% if dest.cidr == row.source.cidr %}
- + <center show-submit="false">
- + <i class="icon-ok"></i>
- + {% else %}
- + <center show-submit="true">
- + <i class="icon-ok"></i>
- + <button type="submit" class="btn btn-default btn-xs" href="#"><i class="icon-random"></i></button>
- + {% endif %}
- + </center>
- ++=======
- + {% if dest.cidr == row.source.cidr %}
- + <span show-submit="false">
- + <i class="icon-ok"></i>
- + {% else %}
- + <span show-submit="true">
- + <i class="icon-ok"></i>
- + <button type="submit" class="btn btn-default btn-xs" href="#"><i class="icon-random"></i></button>
- + {% endif %}
- + </span>
- ++>>>>>>> Stashed changes
- {% else %}
- <center><a type="button" class="btn btn-default btn-xs" href="#modal_{{ dest.subnetid|add:row.source.subnetid }}" data
- <div class="modal hide" id="modal_{{ dest.subnetid|add:row.source.subnetid }}">
- ...skipping...
- diff --cc openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html
- index 714fdc8,b645a2d..0000000
- --- a/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html
- +++ b/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html
- @@@ -77,15 -77,15 +77,27 @@@
- <i class="icon-ban-circle"></i>
- <button type="submit" class="btn btn-default btn-xs" href="#"><i class="icon-random"></i></button></center>
- {% elif dest.reachable == 'full' %}
- ++<<<<<<< Updated upstream
- + {% if dest.cidr == row.source.cidr %}
- + <center show-submit="false">
- + <i class="icon-ok"></i>
- + {% else %}
- + <center show-submit="true">
- + <i class="icon-ok"></i>
- + <button type="submit" class="btn btn-default btn-xs" href="#"><i class="icon-random"></i></button>
- + {% endif %}
- + </center>
- ++=======
- + {% if dest.cidr == row.source.cidr %}
- + <span show-submit="false">
- + <i class="icon-ok"></i>
- + {% else %}
- + <span show-submit="true">
- + <i class="icon-ok"></i>
- + <button type="submit" class="btn btn-default btn-xs" href="#"><i class="icon-random"></i></button>
- + {% endif %}
- + </span>
- ++>>>>>>> Stashed changes
- {% else %}
- <center><a type="button" class="btn btn-default btn-xs" href="#modal_{{ dest.subnetid|add:row.source.subnetid }}" data
- <div class="modal hide" id="modal_{{ dest.subnetid|add:row.source.subnetid }}">
- ~
- ~
- aaa@ubuntu:/opt/stack/horizon$ git status
- On branch review/shaifali_agrawal/bug/1375820
- You are currently rebasing branch 'review/shaifali_agrawal/bug/1375820' on '7341055'.
- (fix conflicts and then run "git rebase --continue")
- (use "git rebase --skip" to skip this patch)
- (use "git rebase --abort" to check out the original branch)
- Changes to be committed:
- (use "git reset HEAD <file>..." to unstage)
- modified: openstack_dashboard/static/dashboard/scss/horizon.scss
- Unmerged paths:
- (use "git reset HEAD <file>..." to unstage)
- (use "git add <file>..." to mark resolution)
- both modified: openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html
- Untracked files:
- (use "git add <file>..." to include in what will be committed)
- openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html~
- openstack_dashboard/static/dashboard/scss/horizon.scss~
- aaa@ubuntu:/opt/stack/horizon$ rm openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html~
- aaa@ubuntu:/opt/stack/horizon$ rm openstack_dashboard/static/dashboard/scss/horizon.scss~
- aaa@ubuntu:/opt/stack/horizon$ git add openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.htmlaaa@ubuntu:/opt/stack/horizon$ git rebase --continue
- Applying: CSS padding style is used instead of &nsbp;
- error: Ref refs/heads/review/shaifali_agrawal/bug/1375820 is at 673fcb4c0192500b1d4457c1665109273a890cc3 but expected c6a3b46d922068529f9ecf07615fd3e7d61fecfb
- fatal: Cannot lock the ref 'refs/heads/review/shaifali_agrawal/bug/1375820'.
- Could not move back to refs/heads/review/shaifali_agrawal/bug/1375820
- aaa@ubuntu:/opt/stack/horizon$ git status
- On branch review/shaifali_agrawal/bug/1375820
- You are currently rebasing branch 'review/shaifali_agrawal/bug/1375820' on '7341055'.
- (all conflicts fixed: run "git rebase --continue")
- nothing to commit, working directory clean
- aaa@ubuntu:/opt/stack/horizon$
Advertisement
Add Comment
Please, Sign In to add comment