Mercurial > hg
view tests/test-revlog-group-emptyiter @ 9122:a9eae2f3241c
url: fix use of non-int port in https connections via proxy
Complements eef406165507 (issue1725).
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Tue, 14 Jul 2009 17:12:12 -0300 |
parents | aaaf4af1c173 |
children |
line wrap: on
line source
#! /bin/sh # issue 1678 echo "# -- setting up base repo" hg init a cd a touch a hg ci -Am a cd .. echo "# -- cloning base repo" hg clone a b cd b echo "# -- setting up cset to push" hg up null touch a hg ci -Am b # different msg so we get a clog new entry echo "# -- pushing" hg push -f ../a