Mercurial > hg
changeset 18854:afab180307be stable
commands: fix typo in debugobsolete docstring
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Mon, 01 Apr 2013 18:48:12 -0300 |
parents | 4f1e70ef5a79 |
children | 50c922c1b514 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Fri Mar 29 18:45:07 2013 -0700 +++ b/mercurial/commands.py Mon Apr 01 18:48:12 2013 -0300 @@ -2108,7 +2108,7 @@ def debugobsolete(ui, repo, precursor=None, *successors, **opts): """create arbitrary obsolete marker - With no arguments it it display the list obsolescence marker.""" + With no arguments, displays the list of obsolescence markers.""" def parsenodeid(s): try: # We do not use revsingle/revrange functions here to accept