[Paraview-developers] ParaView Gatekeeper Review Summary

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Fri Dec 21 11:20:18 EST 2012


--------------------------------------------
Topics merged into master:
---------------------------------------------
        0013584-add-select-cores-AutoMPI
        0013675-update-mpi4py-1.3
(VTK)   0013736_add_continuous_range_option_to_threshold_filter
        13231_fix_spreadsheet_view
        13473_fix_cth_variable_names
        13598-VRGrabWorldFix
        13608_data_analysis_toolbar
        13629_easy_exodus_variable_seln
        13723-fix-auto-apply
        13724-fix-auto-apply-label
        13726_fix_variable_selection_performance
        13738-MatplotlibOption
        13740_fix_selection_labels
        13746_fix_change_input_segfaults
        13747_minimize_dynamic_cs_modules
        remove_obsolete_files

---------------------------------------------
Topics reverted from next:
---------------------------------------------
  0013695-distinguish-PluginReader-from-VisItBridge
  10962_find_data_initialization
  seln-inspector-spreadsheet


Note 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.

---------------------------------------------
            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


More information about the Paraview-developers mailing list