Mercurial > hg > silvermirror
changeset 34:f0b30886801f
STUB: silvermirror/hg.py
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Fri, 31 Jan 2014 23:25:46 -0800 |
parents | d5e0bce5e411 |
children | e86d475435ee |
files | silvermirror/hg.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/silvermirror/hg.py Fri Jan 31 21:18:28 2014 -0800 +++ b/silvermirror/hg.py Fri Jan 31 23:25:46 2014 -0800 @@ -24,7 +24,7 @@ try: repo = hglib.open(path) print ('Updating {}:'.format(path)) - repo.pull(host, update=True, insecure=True) + repo.pull(source, update=True, insecure=True) except ServerError: print ('Cloning {} -> {}'.format(source, path)) repo = hglib.clone(source, path)