changeset 549:36812cecfb9e

tests: add coverage for outgoing with no changes
author David M. Carr <david@carrclan.us>
date Sun, 07 Oct 2012 19:58:24 -0400
parents 461fe932c388
children 4bc39fd24db3
files tests/test-bookmark-workflow.t
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 ..