# HG changeset patch # User Jeff Hammel # Date 1391225686 28800 # Node ID 03911cb46f53387c11fce580dda81a3bfcb8737e # Parent a648f57b19211ab7622b3ba5ab4abb71a1b65cce STUB: setup.py silvermirror/hg.py diff -r a648f57b1921 -r 03911cb46f53 setup.py --- a/setup.py Fri Jan 31 19:26:34 2014 -0800 +++ b/setup.py Fri Jan 31 19:34:46 2014 -0800 @@ -11,15 +11,16 @@ keywords='mirror unison', author='Jeff Hammel', author_email='k0scist@gmail.com', - url='http://explosivedecompression.net', + url='http://k0s.org/hg/silvermirror', license='GPL', packages=['silvermirror'], include_package_data=True, zip_safe=False, install_requires=[ - 'martINI', - 'netifaces', - 'pexpect', + 'martINI', + 'netifaces', + 'pexpect', + 'python-hglib', ], entry_points=""" # -*- Entry points: -*- diff -r a648f57b1921 -r 03911cb46f53 silvermirror/hg.py --- a/silvermirror/hg.py Fri Jan 31 19:26:34 2014 -0800 +++ b/silvermirror/hg.py Fri Jan 31 19:34:46 2014 -0800 @@ -4,6 +4,7 @@ stub for the hg backend of silvermirror """ +import hglib # http://mercurial.selenic.com/wiki/PythonHglib import os import sys import argparse