Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert bigint removal #2321

Merged

Conversation

ThomasWaldmann
Copy link
Member

fixes #2315.

This reverts commit b7eaeee.

We still need the bigint stuff for compatibility to borg 1.0 archives.

# Conflicts:
#	src/borg/archive.py
#	src/borg/archiver.py
#	src/borg/helpers.py
#	src/borg/key.py
This reverts commit 8b2e7ec.

We still need the bigint stuff for borg 1.0 compatibility.

# Conflicts:
#	src/borg/cache.py
the Item object already does the bigint_to_int decode when accessing .mtime/.atime/.ctime
@codecov-io
Copy link

Codecov Report

Merging #2321 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #2321      +/-   ##
==========================================
+ Coverage    82.9%   82.91%   +<.01%     
==========================================
  Files          20       20              
  Lines        7553     7561       +8     
  Branches     1287     1289       +2     
==========================================
+ Hits         6262     6269       +7     
  Misses        934      934              
- Partials      357      358       +1
Impacted Files Coverage Δ
src/borg/helpers.py 87.76% <100%> (-0.01%) ⬇️
src/borg/cache.py 85.87% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 16e6e3d...1b008f7. Read the comment docs.

@enkore enkore mentioned this pull request Mar 21, 2017
@ThomasWaldmann
Copy link
Member Author

merge?

@ThomasWaldmann ThomasWaldmann merged commit 1077ccb into borgbackup:master Mar 21, 2017
@ThomasWaldmann ThomasWaldmann deleted the revert-bigint-removal branch March 21, 2017 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

review bigint timestamp change
3 participants