Skip to content
Snippets Groups Projects

rust-annotate: support -Tjson

Open Mitchell Kember requested to merge topic/default/annotate-json into branch/default
1 unresolved thread

This is stacked on top of !1255

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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()?;
  • Mitchell Kember added 7 commits

    added 7 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading