# HG changeset patch # User Martin Geisler # Date 1247003682 -7200 # Node ID 03c2462724acb8875b59dad3b5fcb011f7b8701a # Parent b4f259c1667a6addb7f6c2a0c0af684372af365e share: wrapped docstrings at 78 characters diff -r b4f259c1667a -r 03c2462724ac hgext/share.py --- a/hgext/share.py Tue Jul 07 23:54:42 2009 +0200 +++ b/hgext/share.py Tue Jul 07 23:54:42 2009 +0200 @@ -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)