changeset 7733 | 30e95eafc1d0 |
parent 7646 | e62a456b8dc5 |
child 7772 | 88887054d277 |
--- a/mercurial/dispatch.py Sun Jan 25 21:20:13 2009 +0100 +++ b/mercurial/dispatch.py Wed Jan 28 14:27:44 2009 -0600 @@ -354,6 +354,8 @@ " here (.hg not found)")) raise args.insert(0, repo) + elif rpath: + ui.warn("warning: --repository ignored\n") d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)