##// END OF EJS Templates
test-convert-git: be tolerant to git output variants
Patrick Mezard -
r10990:bb377a31 stable
parent child Browse files
Show More
@@ -181,6 +181,6 b" for root, dirs, files in os.walk('git-re"
181 EOF
181 EOF
182 python damage.py
182 python damage.py
183 hg convert git-repo4 git-repo4-broken-hg 2>&1 | \
183 hg convert git-repo4 git-repo4-broken-hg 2>&1 | \
184 sed 's/fatal:.*/fatal: git error/g'
184 grep 'abort:' | sed 's/abort:.*/abort:/g'
185
185
186 true
186 true
@@ -128,10 +128,4 b' addfoo'
128 initializing destination git-repo4-sourcesort-hg repository
128 initializing destination git-repo4-sourcesort-hg repository
129 abort: --sourcesort is not supported by this data source
129 abort: --sourcesort is not supported by this data source
130 % damage git repository and convert again
130 % damage git repository and convert again
131 fatal: git error
131 abort:
132 initializing destination git-repo4-broken-hg repository
133 scanning source...
134 sorting...
135 converting...
136 1 addfoo
137 abort: cannot read changes in 6a101ac3f6d8b2524a64295ffd9be87ed927bfeb
General Comments 0
You need to be logged in to leave comments. Login now