Home
last modified time | relevance | path

Searched refs:show_revs (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/svn/
HDmergeinfo-cmd.c419 if (opt_state->show_revs == svn_cl__show_revs_merged) in svn_cl__mergeinfo()
429 else if (opt_state->show_revs == svn_cl__show_revs_eligible) in svn_cl__mergeinfo()
HDsvn.c2091 opt_state.show_revs = svn_cl__show_revs_invalid; in sub_main()
2534 opt_state.show_revs = svn_cl__show_revs_from_word(utf8_opt_arg); in sub_main()
2535 if (opt_state.show_revs == svn_cl__show_revs_invalid) in sub_main()
HDcl.h242 svn_cl__show_revs_t show_revs; /* mergeinfo flavor */ member