comparison tests/comprehensive/test_rebuildmeta.py @ 1592:207a0f26f797 1.9.3

test_rebuildmeta: hg48 is picky about this value being a str and not int
author Augie Fackler <raf@durin42.com>
date Fri, 02 Nov 2018 23:32:43 -0400
parents b98ff95b5861
children
comparison
equal deleted inserted replaced
1591:39e2f8f8f205 1592:207a0f26f797
70 wc3_path = self.wc_path + '_partial' 70 wc3_path = self.wc_path + '_partial'
71 src, dest = test_util.hgclone(u, 71 src, dest = test_util.hgclone(u,
72 self.wc_path, 72 self.wc_path,
73 wc3_path, 73 wc3_path,
74 update=False, 74 update=False,
75 rev=[0]) 75 rev=['0'])
76 srcrepo = test_util.getlocalpeer(src) 76 srcrepo = test_util.getlocalpeer(src)
77 dest = test_util.getlocalpeer(dest) 77 dest = test_util.getlocalpeer(dest)
78 78
79 # insert a wrapper that prevents calling changectx.children() 79 # insert a wrapper that prevents calling changectx.children()
80 extensions.wrapfunction(context.changectx, 'children', failfn) 80 extensions.wrapfunction(context.changectx, 'children', failfn)