comparison 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
comparison
equal deleted inserted replaced
35534:b6ce3568771d 35535:ffd7b7cd309b
146 `hg status` 146 `hg status`
147 147
148 $ hg status --change 28ad74 148 $ hg status --change 28ad74
149 A c 149 A c
150 150
151 `hg archive`
152
153 This should not throw error
154 $ hg archive -r 28ad74 foo
155
151 `hg update` 156 `hg update`
152 157
153 $ hg up 28ad74 158 $ hg up 28ad74
154 updating to a hidden changeset 28ad74487de9 159 updating to a hidden changeset 28ad74487de9
155 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 160 1 files updated, 0 files merged, 0 files removed, 0 files unresolved