Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 928:6f2c3bcbfaaf
hg incoming/outgoing: fix tests and update man page
author | mpm@selenic.com |
---|---|
date | Tue, 16 Aug 2005 19:27:46 -0800 |
parents | 5a830d7bea52 |
children | 32e8f64b25b0 |
line wrap: on
line diff
--- 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():