comparison tests/test-exchange-B3.t @ 1065:f355bbc124fc

test: update test to new date formatting in debuobsolete output The date is now a first class citizen with proper formatting.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Fri, 15 Aug 2014 17:07:55 -0700
parents 5c40b2a4b52f
children 5d063fed9e3d
comparison
equal deleted inserted replaced
1064:95d84c8b4bcc 1065:f355bbc124fc
54 | o f5bc6836db60 (draft): A 54 | o f5bc6836db60 (draft): A
55 |/ 55 |/
56 o a9bdc8b26820 (public): O 56 o a9bdc8b26820 (public): O
57 57
58 $ hg debugobsolete 58 $ hg debugobsolete
59 e56289ab6378dc752fd7965f8bf66b58bda740bd 0 {'date': '0 0', 'p1': '35b1839966785d5703a01607229eea932db42f87', 'user': 'test'} 59 e56289ab6378dc752fd7965f8bf66b58bda740bd 0 (Thu Jan 01 00:00:00 1970 +0000) {'p1': '35b1839966785d5703a01607229eea932db42f87', 'user': 'test'}
60 $ cd .. 60 $ cd ..
61 $ cd .. 61 $ cd ..
62 62
63 63
64 Actual Test 64 Actual Test
67 $ dotest B.3 A 67 $ dotest B.3 A
68 ## Running testcase B.3 68 ## Running testcase B.3
69 # testing echange of "A" (f5bc6836db60) 69 # testing echange of "A" (f5bc6836db60)
70 ## initial state 70 ## initial state
71 # obstore: main 71 # obstore: main
72 e56289ab6378dc752fd7965f8bf66b58bda740bd 0 {'date': '0 0', 'p1': '35b1839966785d5703a01607229eea932db42f87', 'user': 'test'} 72 e56289ab6378dc752fd7965f8bf66b58bda740bd 0 (Thu Jan 01 00:00:00 1970 +0000) {'p1': '35b1839966785d5703a01607229eea932db42f87', 'user': 'test'}
73 # obstore: pushdest 73 # obstore: pushdest
74 # obstore: pulldest 74 # obstore: pulldest
75 ## pushing "A" from main to pushdest 75 ## pushing "A" from main to pushdest
76 pushing to pushdest 76 pushing to pushdest
77 searching for changes 77 searching for changes
83 OBSEXC: computing markers relevant to 2 nodes 83 OBSEXC: computing markers relevant to 2 nodes
84 OBSEXC: no marker to push 84 OBSEXC: no marker to push
85 OBSEXC: DONE 85 OBSEXC: DONE
86 ## post push state 86 ## post push state
87 # obstore: main 87 # obstore: main
88 e56289ab6378dc752fd7965f8bf66b58bda740bd 0 {'date': '0 0', 'p1': '35b1839966785d5703a01607229eea932db42f87', 'user': 'test'} 88 e56289ab6378dc752fd7965f8bf66b58bda740bd 0 (Thu Jan 01 00:00:00 1970 +0000) {'p1': '35b1839966785d5703a01607229eea932db42f87', 'user': 'test'}
89 # obstore: pushdest 89 # obstore: pushdest
90 # obstore: pulldest 90 # obstore: pulldest
91 ## pulling "f5bc6836db60" from main into pulldest 91 ## pulling "f5bc6836db60" from main into pulldest
92 pulling from main 92 pulling from main
93 searching for changes 93 searching for changes
99 OBSEXC: no unknown remote markers 99 OBSEXC: no unknown remote markers
100 OBSEXC: DONE 100 OBSEXC: DONE
101 (run 'hg update' to get a working copy) 101 (run 'hg update' to get a working copy)
102 ## post pull state 102 ## post pull state
103 # obstore: main 103 # obstore: main
104 e56289ab6378dc752fd7965f8bf66b58bda740bd 0 {'date': '0 0', 'p1': '35b1839966785d5703a01607229eea932db42f87', 'user': 'test'} 104 e56289ab6378dc752fd7965f8bf66b58bda740bd 0 (Thu Jan 01 00:00:00 1970 +0000) {'p1': '35b1839966785d5703a01607229eea932db42f87', 'user': 'test'}
105 # obstore: pushdest 105 # obstore: pushdest
106 # obstore: pulldest 106 # obstore: pulldest
107 107