Skip to content

Commit

Permalink
114.33+05
Browse files Browse the repository at this point in the history
  • Loading branch information
trefis committed Feb 21, 2017
1 parent 1acc852 commit d721066
Show file tree
Hide file tree
Showing 91 changed files with 2,949 additions and 1,156 deletions.
71 changes: 45 additions & 26 deletions bin/fe-help-for-review.org
Original file line number Diff line number Diff line change
Expand Up @@ -2342,13 +2342,13 @@
:
: === subcommands ===
:
: check-workspaces check invariant on local workspaces
: check-workspaces DEPRECATED
: server-state check server-state invariant
: help explain a given subcommand (perhaps recursively)

**** check-workspaces

: check invariant on local workspaces
: DEPRECATED
:
: fe.exe internal invariant check-workspaces [FEATURE]
:
Expand Down Expand Up @@ -3032,10 +3032,12 @@
: === flags ===
:
: [-all-locks] check all locks
: [-create-child] create-child
: [-rebase] rebase
: [-release-into] release-into
: [-release] release
: [-rename] rename
: [-second] second
: [-help] print this help text and exit
: (alias: -?)

Expand Down Expand Up @@ -3088,12 +3090,14 @@
: === flags ===
:
: -reason REASON reason for locking
: [-create-child] create-child
: [-for USER] for user (default is unix login)
: [-permanent] make the lock permanent
: [-rebase] rebase
: [-release-into] release-into
: [-release] release
: [-rename] rename
: [-second] second
: [-verbose] be more verbose
: [-help] print this help text and exit
: (alias: -?)
Expand Down Expand Up @@ -3872,30 +3876,31 @@
:
: === subcommands ===
:
: build-order-sort print files from manifest below current dir in
: build dependency order
: complete-feature-path complete partial feature path in scripts
: feature-exists print [true] or [false], depending on whether the
: feature exists
: feature-table-of-csv print tabular data indexed by feature name
: force-retry make fe ask hydra to redo its work for a given
: feature
: fully-reviewed-edge deal with the set of fully-reviewed edges
: fully-reviewed-revision check the set of fully-reviewed revisions
: hg runs hg the same way as fe does internally
: hg-hooks implement hg hooks for Iron
: mark-fully-reviewed mark a feature as fully reviewed
: pairwise-common-revisions show revisions common to pairs of features
: ping ping the server
: restore-bookmark create the bookmark, set to the feature tip
: review-ddiff Locally compute and review the feature ddiff of the
: given revs diamond.
: strip-crs strip out CRs from one or more files
: unbookmarked-head manage unbookmarked heads
: validate-ferc Validate config in $HOME/.ferc if it exists
: wait-for-hydra wait until Iron hydra is not processing the
: supplied feature
: help explain a given subcommand (perhaps recursively)
: build-order-sort print files from manifest below current dir in
: build dependency order
: complete-feature-path complete partial feature path in scripts
: feature-exists print [true] or [false], depending on whether
: the feature exists
: feature-table-of-csv print tabular data indexed by feature name
: force-retry make fe ask hydra to redo its work for a given
: feature
: fully-reviewed-edge deal with the set of fully-reviewed edges
: fully-reviewed-revision check the set of fully-reviewed revisions
: get-feature-email-recipients output recipients of feature emails
: hg runs hg the same way as fe does internally
: hg-hooks implement hg hooks for Iron
: mark-fully-reviewed mark a feature as fully reviewed
: pairwise-common-revisions show revisions common to pairs of features
: ping ping the server
: restore-bookmark create the bookmark, set to the feature tip
: review-ddiff Locally compute and review the feature ddiff of
: the given revs diamond.
: strip-crs strip out CRs from one or more files
: unbookmarked-head manage unbookmarked heads
: validate-ferc Validate config in $HOME/.ferc if it exists
: wait-for-hydra wait until Iron hydra is not processing the
: supplied feature
: help explain a given subcommand (perhaps recursively)

*** build-order-sort

Expand Down Expand Up @@ -4057,6 +4062,18 @@
: [-help] print this help text and exit
: (alias: -?)

*** get-feature-email-recipients

: output recipients of feature emails
:
: fe.exe tools get-feature-email-recipients [FEATURE]
:
: === flags ===
:
: -sent-upon _ archive | release | release-into
: [-help] print this help text and exit
: (alias: -?)

*** hg

: runs hg the same way as fe does internally
Expand Down Expand Up @@ -4340,12 +4357,14 @@
:
: === flags ===
:
: [-create-child] create-child
: [-even-if-permanent] allow to unlock even if the lock is permanent
: [-for USER] for user (default is unix login)
: [-rebase] rebase
: [-release-into] release-into
: [-release] release
: [-rename] rename
: [-second] second
: [-verbose] be more verbose
: [-help] print this help text and exit
: (alias: -?)
Expand Down
37 changes: 19 additions & 18 deletions bin/fe.ml
Original file line number Diff line number Diff line change
Expand Up @@ -68,24 +68,25 @@ let internal =

let tools =
Command.group ~summary: "miscellaneous commands"
[ "build-order-sort" , Iron_client.Cmd_build_order_sort.command
; "complete-feature-path" , Iron_client.Cmd_complete_feature_path.command
; "feature-exists" , Iron_client.Cmd_feature_exists.command
; "feature-table-of-csv" , Iron_client.Cmd_feature_table_of_csv.command
; "force-retry" , Iron_client.Cmd_force_retry.command
; "fully-reviewed-edge" , Iron_client.Cmd_fully_reviewed_edge.tools
; "fully-reviewed-revision" , Iron_client.Cmd_fully_reviewed_revision.tools
; "hg" , Iron_hg.Hg.hg_command
; "hg-hooks" , Iron_client.Cmd_hg_hooks.command
; "pairwise-common-revisions", Iron_client.Cmd_pairwise_common_revisions.command
; "ping" , Iron_client.Cmd_ping.command
; "restore-bookmark" , Iron_client.Cmd_restore_bookmark.command
; "review-ddiff" , Iron_client.Cmd_review_ddiff.command
; "strip-crs" , Iron_client.Cmd_strip_crs.command
; "mark-fully-reviewed" , Iron_client.Cmd_mark_fully_reviewed.command
; "unbookmarked-head" , Iron_client.Cmd_unbookmarked_head.command
; "validate-ferc" , Iron.Client_config.validate_config
; "wait-for-hydra" , Iron_client.Cmd_wait_for_hydra.command
[ "build-order-sort" , Iron_client.Cmd_build_order_sort.command
; "complete-feature-path" , Iron_client.Cmd_complete_feature_path.command
; "feature-exists" , Iron_client.Cmd_feature_exists.command
; "feature-table-of-csv" , Iron_client.Cmd_feature_table_of_csv.command
; "force-retry" , Iron_client.Cmd_force_retry.command
; "fully-reviewed-edge" , Iron_client.Cmd_fully_reviewed_edge.tools
; "fully-reviewed-revision" , Iron_client.Cmd_fully_reviewed_revision.tools
; "get-feature-email-recipients" , Iron_client.Cmd_get_feature_email_recipients.command
; "hg" , Iron_hg.Hg.hg_command
; "hg-hooks" , Iron_client.Cmd_hg_hooks.command
; "pairwise-common-revisions" , Iron_client.Cmd_pairwise_common_revisions.command
; "ping" , Iron_client.Cmd_ping.command
; "restore-bookmark" , Iron_client.Cmd_restore_bookmark.command
; "review-ddiff" , Iron_client.Cmd_review_ddiff.command
; "strip-crs" , Iron_client.Cmd_strip_crs.command
; "mark-fully-reviewed" , Iron_client.Cmd_mark_fully_reviewed.command
; "unbookmarked-head" , Iron_client.Cmd_unbookmarked_head.command
; "validate-ferc" , Iron.Client_config.validate_config
; "wait-for-hydra" , Iron_client.Cmd_wait_for_hydra.command
]
;;

Expand Down
Loading

0 comments on commit d721066

Please sign in to comment.