comparison mercurial/extensions.py @ 26781:1aee2ab0f902

spelling: trivial spell checking
author Mads Kiilerich <madski@unity3d.com>
date Sat, 17 Oct 2015 00:58:46 +0200
parents 5e0d80195a0f
children 9de814b35808
comparison
equal deleted inserted replaced
26780:bbf544b5f2e9 26781:1aee2ab0f902
203 synopsis = ' [-a] [--remote]' 203 synopsis = ' [-a] [--remote]'
204 docstring = """ 204 docstring = """
205 205
206 The ``remotenames`` extension adds the ``--remote`` and ``--all`` (``-a``) 206 The ``remotenames`` extension adds the ``--remote`` and ``--all`` (``-a``)
207 flags to the bookmarks command. Either flag will show the remote bookmarks 207 flags to the bookmarks command. Either flag will show the remote bookmarks
208 known to the repository; ``--remote`` will also supress the output of the 208 known to the repository; ``--remote`` will also suppress the output of the
209 local bookmarks. 209 local bookmarks.
210 """ 210 """
211 211
212 extensions.wrapcommand(commands.table, 'bookmarks', exbookmarks, 212 extensions.wrapcommand(commands.table, 'bookmarks', exbookmarks,
213 synopsis, docstring) 213 synopsis, docstring)