Fix sync git hg. Rever hm renderer (without dependency on default)

This commit is contained in:
Victor Shcherb 2011-07-03 12:10:25 +02:00
parent 0019501c95
commit e3af7c2b2e
2 changed files with 1039 additions and 22 deletions

File diff suppressed because it is too large Load diff

View file

@ -12,7 +12,8 @@ if [ ! -d "$HG_DIR" ]; then
hg clone ${GIT_URL} "${HG_DIR}"
fi
cd "${HG_DIR}"
hg pull -r master "${GIT_URL}"
# hg pull -r master "${GIT_URL}" # ambigious master
hg pull "${GIT_URL}"
hg update -c
# First time add entries to .hgrc (!)
# [paths]