Lines Matching refs:real_parent
2511 real_parent=$(hg path -R $codemgr_ws default 2>/dev/null)
2513 real_parent=$PWS
2523 flist_from_mercurial $CWS $real_parent
2541 print " Comments from: hg-active -p $real_parent ...\c"
2542 hg_active_wxfile $CWS $real_parent
2561 $HG_ACTIVE -w $codemgr_ws -p $real_parent | \
2607 real_parent=$par_branch
2609 real_parent=$PWS
2613 flist_from_git "$CWS" "$real_parent"
2631 git_wxfile "$CWS" "$real_parent"
2636 GIT_PARENT=$($GIT merge-base "$real_parent" HEAD)
2645 if [[ $real_parent == */* ]]; then
2646 origin=$(echo $real_parent | cut -d/ -f1)