Show More
@@ -165,6 +165,7 b' def _openstore(repo, remote=None, put=Fa' | |||
|
165 | 165 | path = '' |
|
166 | 166 | remote = repo |
|
167 | 167 | else: |
|
168 | path, _branches = hg.parseurl(path) | |
|
168 | 169 | remote = hg.peer(repo, {}, path) |
|
169 | 170 | |
|
170 | 171 | # The path could be a scheme so use Mercurial's normal functionality |
@@ -1619,7 +1619,7 b' Push a largefiles repository to a served' | |||
|
1619 | 1619 | > --config 'web.allow_push=*' --config web.push_ssl=False |
|
1620 | 1620 | $ cat hg.pid >> $DAEMON_PIDS |
|
1621 | 1621 | $ rm "${USERCACHE}"/* |
|
1622 | $ hg push -R r8 http://localhost:$HGPORT2 | |
|
1622 | $ hg push -R r8 http://localhost:$HGPORT2/#default | |
|
1623 | 1623 | pushing to http://localhost:$HGPORT2/ |
|
1624 | 1624 | searching for changes |
|
1625 | 1625 | searching for changes |
@@ -1632,8 +1632,7 b' Push a largefiles repository to a served' | |||
|
1632 | 1632 | |
|
1633 | 1633 | Clone over http, no largefiles pulled on clone. |
|
1634 | 1634 | |
|
1635 | $ hg clone http://localhost:$HGPORT2/ http-clone -U | |
|
1636 | requesting all changes | |
|
1635 | $ hg clone http://localhost:$HGPORT2/#default http-clone -U | |
|
1637 | 1636 | adding changesets |
|
1638 | 1637 | adding manifests |
|
1639 | 1638 | adding file changes |
General Comments 0
You need to be logged in to leave comments.
Login now