[PATCH] show message if not changes found on incoming
TK Soh
teekaysoh at yahoo.com
Fri Mar 24 06:25:49 UTC 2006
--- TK Soh <teekaysoh at yahoo.com> wrote:
> # HG changeset patch
> # User TK Soh <teekaysoh at yahoo.com>
> Try to make the message consistent with pull.
>
> # Node ID 74ef1329604e37008af6c6e3c6cd9b99b537f46a
> # Parent a8a618c57690268ac279c2dcfc64f882363ee5e3
> show message if not changes found on incoming
Just notice a type in the log message
# HG changeset patch
# User TK Soh <teekaysoh at yahoo.com>
# Node ID 978141ad9dea35aa345c3aa6ed2b093c90756959
# Parent a8a618c57690268ac279c2dcfc64f882363ee5e3
show message if no changes found on incoming
diff -r a8a618c57690 -r 978141ad9dea mercurial/commands.py
--- a/mercurial/commands.py Thu Mar 23 23:55:51 2006 +0100
+++ b/mercurial/commands.py Fri Mar 24 14:17:02 2006 +0800
@@ -1802,6 +1802,7 @@ def incoming(ui, repo, source="default",
other = hg.repository(ui, source)
incoming = repo.findincoming(other, force=opts["force"])
if not incoming:
+ ui.status(_("no changes found\n"))
return
cleanup = None
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the Mercurial
mailing list