tests/test-incoming-outgoing.t
branchstable
changeset 14981 192e02680d09
parent 13956 ffb5c09ba822
child 15446 c5c9ca3719f9
--- a/tests/test-incoming-outgoing.t	Thu Jul 28 14:36:07 2011 +0900
+++ b/tests/test-incoming-outgoing.t	Wed Jul 27 18:32:54 2011 -0400
@@ -465,3 +465,16 @@
   date:        Thu Jan 01 00:00:00 1970 +0000
   summary:     11
   
+
+incoming from empty remote repository
+
+  $ hg init r1
+  $ hg init r2
+  $ echo a > r1/foo
+  $ hg -R r1 ci -Ama
+  adding foo
+  $ hg -R r1 incoming r2 --bundle x.hg
+  comparing with r2
+  searching for changes
+  no changes found
+  [1]