##// END OF EJS Templates
transaction: issue "new obsmarkers" message at the end of the transaction...
transaction: issue "new obsmarkers" message at the end of the transaction Instead of making bundle2 code responsible for this, it seems better to have it handled and the transaction level. First, it means the message will be more consistently printed. Second it means we won't spam the message over and over if the data arrive in multiple piece. Third, we are planning to move other similar message at the same level (for the same reason) so having them all at the same location will help us to control the order they are displayed.

File last commit:

r38178:aa10675c default
r43164:38392d5b default
Show More
test-lfs-pointer.py.out
12 lines | 850 B | text/plain | TextLexer
/ tests / test-lfs-pointer.py.out
Matt Harbison
lfs: clarify pointer validation error messages...
r38178 missing lfs pointer keys: oid, size
Matt Harbison
lfs: import the Facebook git-lfs client extension...
r35097 ok
Matt Harbison
lfs: clarify pointer validation error messages...
r38178 unexpected lfs pointer value: version='https://unknown.github.com/spec/v1'
Matt Harbison
lfs: import the Facebook git-lfs client extension...
r35097 cannot parse git-lfs text: 'version https://git-lfs.github.com/spec/v1\n\noid sha256:4d7a214614ab2935c943f9e0ff69d22eadbb8f32b1258daaa5e2ca24d17e2393\nsize 12345\nx-foo extra-information\n'
Matt Harbison
lfs: clarify pointer validation error messages...
r38178 unexpected lfs pointer value: oid='ahs256:4d7a214614ab2935c943f9e0ff69d22eadbb8f32b1258daaa5e2ca24d17e2393'
unexpected lfs pointer value: oid='4d7a214614ab2935c943f9e0ff69d22eadbb8f32b1258daaa5e2ca24d17e2393'
unexpected lfs pointer value: size='0x12345'
Matt Harbison
lfs: import the Facebook git-lfs client extension...
r35097 ok
cannot parse git-lfs text: 'version https://git-lfs.github.com/spec/v1\noid sha256:4d7a214614ab2935c943f9e0ff69d22eadbb8f32b1258daaa5e2ca24d17e2393\nsize 12345\nx-foo extra\ninformation\n'
Matt Harbison
lfs: clarify pointer validation error messages...
r38178 unexpected lfs pointer key: x_foo
missing lfs pointer keys: oid
missing lfs pointer keys: oid, size