Mercurial > hg > mercurial-source
diff hgext/share.py @ 9261:4b8b0c124b99
share: wrap docstrings at 70 characters
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 26 Jul 2009 02:01:19 +0200 (2009-07-26) |
parents | 03c2462724ac |
children | 279c8a73fde1 |
line wrap: on
line diff
--- a/hgext/share.py +++ b/hgext/share.py @@ -11,11 +11,11 @@ def share(ui, source, dest=None, noupdate=False): """create a new shared repository (experimental) - Initialize a new repository and working directory that shares its history - with another repository. + Initialize a new repository and working directory that shares its + history with another repository. - NOTE: actions that change history such as rollback or moving the source - may confuse sharers. + NOTE: actions that change history such as rollback or moving the + source may confuse sharers. """ return hg.share(ui, source, dest, not noupdate)