diff -r 5a830d7bea52 -r 6f2c3bcbfaaf mercurial/commands.py --- a/mercurial/commands.py Tue Aug 16 19:17:16 2005 -0800 +++ b/mercurial/commands.py Tue Aug 16 19:27:46 2005 -0800 @@ -783,7 +783,7 @@ repo.commit(files, message, user) def incoming(ui, repo, source="default"): - """show changesets not found in source""" + """show new changesets found in source""" source = ui.expandpath(source) other = hg.repository(ui, source) if not other.local():