changeset 24364 | 135b23868f45 |
parent 23883 | 7e71898a7cdc |
child 25186 | 80c5b2666a96 |
--- a/hgext/share.py Tue Mar 17 22:21:09 2015 -0400 +++ b/hgext/share.py Tue Mar 17 22:47:08 2015 +0900 @@ -15,7 +15,7 @@ testedwith = 'internal' @command('share', - [('U', 'noupdate', None, _('do not create a working copy')), + [('U', 'noupdate', None, _('do not create a working directory')), ('B', 'bookmarks', None, _('also share bookmarks'))], _('[-U] [-B] SOURCE [DEST]'), norepo=True)