changeset 16743 | 38caf405d010 |
parent 15082 | d23dfcbb8840 |
child 18825 | f0564402d059 |
--- a/hgext/share.py Sat May 05 15:12:26 2012 -0500 +++ b/hgext/share.py Tue May 15 14:37:49 2012 -0500 @@ -8,6 +8,8 @@ from mercurial.i18n import _ from mercurial import hg, commands, util +testedwith = 'internal' + def share(ui, source, dest=None, noupdate=False): """create a new shared repository