changeset 10798:e46c19c586fa stable

share: drop experimental label As per mail from Matt: http://selenic.com/pipermail/mercurial/2010-March/030774.html
author Martin Geisler <mg@lazybytes.net>
date Thu, 01 Apr 2010 00:02:12 +0200
parents ce2ae8bf3ae3
children fa7a14277cef 49c109d037dd
files hgext/share.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/share.py	Wed Mar 31 10:59:00 2010 -0400
+++ b/hgext/share.py	Thu Apr 01 00:02:12 2010 +0200
@@ -9,7 +9,7 @@
 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.