##// END OF EJS Templates
share: drop experimental label...
Martin Geisler -
r10798:e46c19c5 stable
parent child Browse files
Show More
@@ -9,7 +9,7 b' from mercurial.i18n import _'
9 9 from mercurial import hg, commands
10 10
11 11 def share(ui, source, dest=None, noupdate=False):
12 """create a new shared repository (experimental)
12 """create a new shared repository
13 13
14 14 Initialize a new repository and working directory that shares its
15 15 history with another repository.
General Comments 0
You need to be logged in to leave comments. Login now