# HG changeset patch # User Wagner Bruna # Date 1364852892 10800 # Node ID afab180307bef5201d2dee12ede02b848a3464db # Parent 4f1e70ef5a79f4558e1571e64c2bf355038d882f commands: fix typo in debugobsolete docstring diff -r 4f1e70ef5a79 -r afab180307be mercurial/commands.py --- 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