Fix sync git hg. Rever hm renderer (without dependency on default)
This commit is contained in:
parent
0019501c95
commit
e3af7c2b2e
2 changed files with 1039 additions and 22 deletions
File diff suppressed because it is too large
Load diff
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue