mercurial/commands.py
changeset 928 6f2c3bcbfaaf
parent 927 5a830d7bea52
child 931 32e8f64b25b0
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -783,7 +783,7 @@ def import_(ui, repo, patch1, *patches, 
         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():