Mercurial > hg
comparison mercurial/parsers.c @ 25632:015c0d1087a3
revset: don't suggest private or undocumented queries
I noticed when I mistyped 'matching', that it suggested '_matchfiles' as well.
Rather than simply exclude names that start with '_', this excludes anything
without a docstring. That way, if it isn't in the help text, it isn't
suggested, such as 'wdir()'.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sat, 20 Jun 2015 10:59:56 -0400 |
parents | 72b2711f12ea |
children | 82d6a35cf432 |
comparison
equal
deleted
inserted
replaced
25631:2748bf78a5bf | 25632:015c0d1087a3 |
---|