diff tests/test-directaccess.t @ 35535:ffd7b7cd309b

archive: add support to specify hidden revs if directaccess config is set Differential Revision: https://phab.mercurial-scm.org/D1812
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 05 Jan 2018 19:30:37 +0530
parents b6ce3568771d
children 265cd9e19d26
line wrap: on
line diff
--- a/tests/test-directaccess.t	Fri Jan 05 19:23:30 2018 +0530
+++ b/tests/test-directaccess.t	Fri Jan 05 19:30:37 2018 +0530
@@ -148,6 +148,11 @@
   $ hg status --change 28ad74
   A c
 
+`hg archive`
+
+This should not throw error
+  $ hg archive -r 28ad74 foo
+
 `hg update`
 
   $ hg up 28ad74