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
---------------------------------------------
0013602-fix-crash-on-double-disconnect
12048_find-data-toolbar-button
13691_launch_CoProcessingTestPythonScript_fix
13696_mobile_remote_control_plugin
(VTK) 13700-MPL-PythonCheck
(VTK) forward-to-vtk-master
more_gmv_reader_warning_fix
update_xml_doc
---------------------------------------------
Topics remaining on stage (NOT in NEXT)
---------------------------------------------
topic_commandproperty_314
vr_improvements
13598-VRGrabWorldFix
12742_scalar_bar_improvements
co-processing-fortran-utilities
fix-use-directory-name-hint
AddTransformsToRepresentations
13374-slac-multiple-modes
amr_streaming_pass2
13024-debug-leaks-view
streaming-temporal-AMR
MPLFix
13047_java_wrapping_for_paraviewcore_and_eclipse_swt_rendering
---------------------------------------------
Git cheat sheet
---------------------------------------------
# Merge a branch from stage to next:
# -------
$ ssh [email protected] 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
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView
Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview