# HG changeset patch
# User David M. Carr  <david@carrclan.us>
# Date 1349654304 14400
#      Sun Oct 07 19:58:24 2012 -0400
# Node ID 36812cecfb9e9f6b4d6613e1414c8e74a6331ee5
# Parent  461fe932c388585a73e26d33b74fe4a22b0b118b
tests: add coverage for outgoing with no changes

diff --git a/tests/test-bookmark-workflow.t b/tests/test-bookmark-workflow.t
--- a/tests/test-bookmark-workflow.t
+++ b/tests/test-bookmark-workflow.t
@@ -97,3 +97,19 @@
     1 7bcd915dc873 9497a4ee62e1 "add beta" bookmarks: [b1]
     0 3442585be8a6 7eeab2ea75ec "add alpha" bookmarks: []
   $ cd ..
+
+No changes
+  $ cd purehglocalrepo
+  $ hg outgoing
+  comparing with $TESTTMP/hgremoterepo
+  searching for changes
+  no changes found
+  [1]
+  $ cd ..
+  $ cd hggitlocalrepo
+  $ hg outgoing
+  comparing with $TESTTMP/gitremoterepo
+  searching for changes
+  no changes found
+  [1]
+  $ cd ..