tests/test-paths.t
changeset 27726 7e9dc8bbebf6
parent 27329 944af8e2eb4c
child 27728 294037159c64
--- a/tests/test-paths.t	Sun Dec 13 21:55:57 2015 +0900
+++ b/tests/test-paths.t	Sun Dec 13 22:02:32 2015 +0900
@@ -3,6 +3,16 @@
   updating to branch default
   0 files updated, 0 files merged, 0 files removed, 0 files unresolved
   $ cd a
+
+with no paths:
+
+  $ hg paths
+  $ hg paths unknown
+  not found!
+  [1]
+
+with paths:
+
   $ echo '[paths]' >> .hg/hgrc
   $ echo 'dupe = ../b#tip' >> .hg/hgrc
   $ echo 'expand = $SOMETHING/bar' >> .hg/hgrc