Mercurial > hg-stable
changeset 10799:fa7a14277cef
Merge with stable
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Thu, 01 Apr 2010 00:15:29 +0200 |
parents | e8611ef6bdfb (current diff) e46c19c586fa (diff) |
children | fa635eb0b6f2 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/share.py Wed Mar 31 15:09:59 2010 -0700 +++ b/hgext/share.py Thu Apr 01 00:15:29 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.