comparison tests/test-narrow-acl.t @ 36127:e14821b290eb

narrowrepo: make repo requirement include the string 'experimental' We can just move to "narrow" or similar when we finalize the format. I'm not sure what the migration process from one requirement to another should look like, but we're about to cross that bridge at Google once this change lands, so hopefully we'll know soon. Differential Revision: https://phab.mercurial-scm.org/D2007
author Augie Fackler <augie@google.com>
date Fri, 02 Feb 2018 10:28:57 -0500
parents a2a6e724d61a
children 280f7a095df8
comparison
equal deleted inserted replaced
36126:8c31187b6717 36127:e14821b290eb
32 f1 32 f1
33 f2 33 f2
34 34
35 Requirements should contain narrowhg 35 Requirements should contain narrowhg
36 $ cat narrowclone1/.hg/requires | grep narrowhg 36 $ cat narrowclone1/.hg/requires | grep narrowhg
37 narrowhg 37 narrowhg-experimental
38 38
39 NarrowHG should track f1 and f2 39 NarrowHG should track f1 and f2
40 $ hg -R narrowclone1 tracked 40 $ hg -R narrowclone1 tracked
41 I path:f1 41 I path:f1
42 I path:f2 42 I path:f2