# HG changeset patch # User Martin Geisler # Date 2010-03-31 22:02:12 # Node ID e46c19c586fa1854dfab963736933ed849a4aab7 # Parent ce2ae8bf3ae37c9bd8aa50fb7b5bef2cbb36284e share: drop experimental label As per mail from Matt: http://selenic.com/pipermail/mercurial/2010-March/030774.html diff --git a/hgext/share.py b/hgext/share.py --- a/hgext/share.py +++ b/hgext/share.py @@ -9,7 +9,7 @@ from mercurial.i18n import _ from mercurial import hg, commands def share(ui, source, dest=None, noupdate=False): - """create a new shared repository (experimental) + """create a new shared repository Initialize a new repository and working directory that shares its history with another repository.