[Paraview-developers] ANN: ParaView GateKeeper Review Summary

Sebastien Jourdain sebastien.jourdain at kitware.com
Fri Dec 14 14:10:19 EST 2012


Hi all,

Caution, from now on, topics that were in next before the gatekeeper
review and that haven't been merged to master will be automatically
removed from next so next will basically be equivalent to master.

In an effort to clean up stage please remove any deprecated or dead
branches that belong to you.

Thank you,

Seb

---------------------------------------------
Topics merged into master
---------------------------------------------

            0013654-fix-pvblot-plugin-CMakeLists.txt
            0013669-esc-key-reset-search
(VTK)   0013721_add-polygon-output-option-for-contour
           13678-extract-block-incorrect-selection
           13713_coprocessing_plugin_wizard
           13716_coprocessing_live_insitu_with_screenshots
           13727_improve_catalyst_testing

---------------------------------------------
Topics remaining on stage (NOT in NEXT)
---------------------------------------------

 topic_commandproperty_314
 13024-debug-leaks-view
 vr_improvements
 12742_scalar_bar_improvements
 co-processing-fortran-utilities
 fix-use-directory-name-hint
 seln-inspector-spreadsheet
 AddTransformsToRepresentations
 13374-slac-multiple-modes
 MPLFix
 13598-VRGrabWorldFix
 amr_streaming_pass2
 update_manta_test
 streaming-temporal-AMR
 13047_java_wrapping_for_paraviewcore_and_eclipse_swt_rendering

---------------------------------------------
            Git cheat sheet
---------------------------------------------

# Merge a branch from stage to next:
# -------
$ ssh git at paraview.org stage ParaView merge YOUR_STAGE_BRANCH_NAME

# Delete your branch from stage:
# -------
$ git push stage :YOUR_STAGE_BRANCH_NAME

# To rebase your work on top of master
# -------
$ git fetch origin
$ git checkout -b YOUR_STAGE_BRANCH_NAME stage/YOUR_STAGE_BRANCH_NAME
$ git rebase origin/master
$ git push stage :YOUR_STAGE_BRANCH_NAME
$ git stage-push
$ git stage-merge
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20121214/4fa995ac/attachment.htm>


More information about the Paraview-developers mailing list