tests/test-update-dest.t
changeset 33998 8abbae93045a
parent 31845 86246530b8d2
child 34661 eb586ed5d8ce
--- a/tests/test-update-dest.t	Fri Aug 25 22:05:10 2017 -0700
+++ b/tests/test-update-dest.t	Thu Aug 24 20:25:16 2017 -0700
@@ -33,3 +33,16 @@
   abort: update destination required by configuration
   (use hg pull followed by hg update DEST)
   [255]
+
+  $ cd ..
+
+update.requiredest should silent the "hg update" text after pull
+  $ hg init repo1
+  $ cd repo1
+  $ hg pull ../repo
+  pulling from ../repo
+  requesting all changes
+  adding changesets
+  adding manifests
+  adding file changes
+  added 2 changesets with 2 changes to 1 files