mercurial/commands.py
changeset 547 4fc63e22b1fe
parent 537 411e05b04ffa
parent 546 c8ae964109c1
child 549 92b60cabf808
child 552 2204311609a0
--- a/mercurial/commands.py	Thu Jun 30 23:23:12 2005 -0800
+++ b/mercurial/commands.py	Thu Jun 30 23:28:16 2005 -0800
@@ -137,7 +137,7 @@
         if ui.verbose:
             ui.status("description:\n")
             ui.status(description)
-            ui.status("\n")
+            ui.status("\n\n")
         else:
             ui.status("summary:     %s\n" % description.splitlines()[0])
     ui.status("\n")
@@ -295,7 +295,9 @@
     d = dircleanup(dest)
 
     link = 0
-    if not source.startswith("http://"):
+    if not (source.startswith("http://") or
+            source.startswith("hg://") or
+            source.startswith("old-http://")):
         d1 = os.stat(dest).st_dev
         d2 = os.stat(source).st_dev
         if d1 == d2: link = 1