changeset 654 | fafc16f705b6 |
parent 643 | c9e159bb9a3d |
child 667 | 31a9aa890016 |
--- a/mercurial/commands.py Fri Jul 08 13:21:22 2005 -0800 +++ b/mercurial/commands.py Fri Jul 08 13:35:02 2005 -0800 @@ -388,7 +388,7 @@ other = hg.repository(ui, source) if other.dev() != -1 and os.stat(dest).st_dev == other.dev(): - ui.status("cloning by hardlink\n") + ui.note("cloning by hardlink\n") util.system("cp -al '%s'/.hg '%s'/.hg" % (source, dest)) try: os.remove(os.path.join(dest, ".hg", "dirstate"))