지정된 저장소에서 로컬 저장소로 변경 사항을 가져옵니다. 더 많은 정보: https://www.mercurial-scm.org/doc/hg.1.html#pull.
hg pull
hg pull {{경로/대상/소스_저장소}}
hg pull --update
hg pull --force
hg pull --rev {{리비전}}
hg pull --branch {{브랜치}}
hg pull --bookmark {{북마크}}