rust-annotate: support -Tjson
1 unresolved thread
1 unresolved thread
This is stacked on top of !1255
Merge request reports
Activity
Filter activity
requested review from @mercurial.review
assigned to @raphael.gomes
added 4 commits
- bb8ef0c75e0a - annotate: add test for non-UTF8 with -Tjson
- 573ac0f9bfef - rhg: add dependency serde_json
- 2f8b1574465d - rust-annotate: refactor in preparation for -Tjson
- d398fbe5b81a - rust-annotate: support -Tjson
Toggle commit listadded next-cycle label
added 20 commits
-
d398fbe5...d81714a1 - 7 commits from branch
branch/default
- d81714a1...bb30c89f - 3 earlier commits
- 97acc8d0b44c - rust-annotate: prefix abort messages with "abort:"
- 26187392976b - annotate: add test for file not found
- 6243e76af3dd - annotate: use exit code 255 for missing files
- fd50acd33207 - rust: refactor operations::annotate in preparation for wdir
- d1e7067221fb - rust: refactor commands::annotate in preparation for wdir
- 121046a7abcd - rust-annotate: support --rev wdir()
- 78b6ff96515e - annotate: add test for non-UTF8 with -Tjson
- 64ef9f6a9a1a - rhg: add dependency serde_json
- 36212bd5d37b - rust-annotate: refactor in preparation for -Tjson
- bebdf61cfa9a - rust-annotate: support -Tjson
Toggle commit list-
d398fbe5...d81714a1 - 7 commits from branch
108 109 } 109 110 110 111 impl<'a> RepoState<'a> { 111 112 fn new(repo: &'a Repo) -> Result<Self, HgError> { 112 113 let changelog = repo.changelog()?; 113 114 let manifestlog = repo.manifestlog()?; 115 let crate::DirstateParents { p1, p2 } = repo.dirstate_parents()?; changed this line in version 4 of the diff
Sure, I've changed to only call it for wdir. Also saved dirstate_map there as well. (Absorbed into !1255 not this MR.)
added 7 commits
- 0a18c2c7ac35 - rust: refactor operations::annotate in preparation for wdir
- 3dc7a34aa03e - rust: refactor commands::annotate in preparation for wdir
- 08ee687dbf3d - rust-annotate: support --rev wdir()
- 9eb8ca3f9f33 - annotate: add test for non-UTF8 with -Tjson
- 64cb5571db31 - rhg: add dependency serde_json
- 142627c0471b - rust-annotate: refactor in preparation for -Tjson
- a5b3ba7d6768 - rust-annotate: support -Tjson
Toggle commit list
Please register or sign in to reply