Mercurial
특정 브랜치만 푸시하기
영스파파
2011. 7. 11. 19:15
D:\Work\ferrari\src>hg head => 현재 헤드 상태를 보여준다. 여기서는 헤드가 2개.
changeset: 3114:be93d2b443a3
tag: tip
parent: 3112:9ed49f67c4a6
user: youngspapa
date: Mon Jul 11 19:02:10 2011 +0900
summary: 화살표 코드 변경
changeset: 3099:1ec9b73857d3
user: youngspapa
date: Mon Jul 11 18:43:29 2011 +0900
summary: 릭 테스트 중
D:\Work\ferrari\src>hg push -r 3114 => 리비전 3114 브랜치만 강제로 푸시한다.
pushing to ssh://hg@192.168.0.240/fc2/src
searching for changes
no changes found
D:\Work\ferrari\src>