##// END OF EJS Templates
node: correct hex representation of pseudo node ids
Yuya Nishihara -
r39231:1e7a462c default
parent child Browse files
Show More
@@ -29,9 +29,9 b' nullhex = hex(nullid)'
29 # manifests.
29 # manifests.
30 # In hex, this is '2121212121212121212121212121212121212121'
30 # In hex, this is '2121212121212121212121212121212121212121'
31 newnodeid = '!!!!!!!!!!!!!!!!!!!!'
31 newnodeid = '!!!!!!!!!!!!!!!!!!!!'
32 # In hex, this is '0000000000000000000000000000006164646564'
32 # In hex, this is '3030303030303030303030303030306164646564'
33 addednodeid = '000000000000000added'
33 addednodeid = '000000000000000added'
34 # In hex, this is '0000000000000000000000006d6f646966696564'
34 # In hex, this is '3030303030303030303030306d6f646966696564'
35 modifiednodeid = '000000000000modified'
35 modifiednodeid = '000000000000modified'
36
36
37 wdirfilenodeids = {newnodeid, addednodeid, modifiednodeid}
37 wdirfilenodeids = {newnodeid, addednodeid, modifiednodeid}
General Comments 0
You need to be logged in to leave comments. Login now