mirror of
https://github.com/facebook/sapling.git
synced 2025-01-07 14:10:42 +03:00
tests_: fix test-fb-hgext-remotefilelog-sparse.t
Summary: Missed fix of wrong imports. Test Plan: - run this test, it passes now Reviewers: rmcelroy, #sourcecontrol Reviewed By: rmcelroy Differential Revision: https://phabricator.intern.facebook.com/D6682995 Signature: 6682995:1515504928:f8a0f2bff4c6dc1ff311ecdc12db63a3cfb69b3f
This commit is contained in:
parent
df77a0c04e
commit
ad3e7ccf17
@ -28,7 +28,7 @@
|
||||
searching for changes
|
||||
no changes found
|
||||
$ cd shallow
|
||||
$ printf "[extensions]\nsparse=$TESTDIR/../fb-hgext/hgext3rd/fbsparse.py\n" >> .hg/hgrc
|
||||
$ printf "[extensions]\nsparse=$TESTDIR/../hgext/fbsparse.py\n" >> .hg/hgrc
|
||||
|
||||
$ hg sparse -I x
|
||||
$ hg prefetch -r 0
|
||||
@ -81,7 +81,7 @@
|
||||
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
|
||||
1 files fetched over 1 fetches - (1 misses, 0.00% hit ratio) over *s (glob)
|
||||
$ cd shallow2
|
||||
$ printf "[extensions]\nsparse=$TESTDIR/../fb-hgext/hgext3rd/fbsparse.py\n" >> .hg/hgrc
|
||||
$ printf "[extensions]\nsparse=$TESTDIR/../hgext/fbsparse.py\n" >> .hg/hgrc
|
||||
|
||||
$ hg up -q 0
|
||||
2 files fetched over 1 fetches - (2 misses, 0.00% hit ratio) over *s (glob)
|
||||
|
Loading…
Reference in New Issue
Block a user