mercurial/commands.py
changeset 928 6f2c3bcbfaaf
parent 927 5a830d7bea52
child 931 32e8f64b25b0
--- 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():