##// END OF EJS Templates
help: improve description of phases.checksubrepos setting...
Angel Ezquerra -
r20333:fa6cb300 stable
parent child Browse files
Show More
@@ -946,13 +946,16 b' information about working with phases.'
946 Default: draft
946 Default: draft
947
947
948 ``checksubrepos``
948 ``checksubrepos``
949 Check the phase of the current revision of each subrepository. Allowed
950 values are "ignore", "follow" and "abort". For settings other than
951 "ignore", the phase of the current revision of each subrepository is
952 checked before committing the parent repository. If any of those phases is
953 greater than the phase of the parent repository (e.g. if a subrepo is in a
954 "secret" phase while the parent repo is in "draft" phase), the commit is
955 either aborted (if checksubrepos is set to "abort") or the higher phase is
956 used for the parent repository commit (if set to "follow").
957 Default: "follow"
949
958
950 Check phase of state in each subrepositories, allowed values are
951 "ignore", "follow" or "abort". For settings other than "ignore",
952 the phase of each subrepository commit is checked before committing
953 in the parent repository. If there is any greater phase than the parent
954 ("secret" vs "draft", for example), the commit is either aborted
955 with "abort" or the higher phase is used with "follow". Default: "follow".
956
959
957 ``profiling``
960 ``profiling``
958 -------------
961 -------------
General Comments 0
You need to be logged in to leave comments. Login now