Parse the reference string into a ChangeRef.
(&self)
| 284 | |
| 285 | /// Parse the reference string into a ChangeRef. |
| 286 | fn parse_reference(&self) -> ChangeRef { |
| 287 | ChangeRef::parse(&self.reference) |
| 288 | } |
| 289 | |
| 290 | /// Resolve the reference to a sequence number and entry. |
| 291 | fn resolve_reference(&self, repo: &Repository) -> CliResult<(u64, HistoryEntry)> { |
no outgoing calls
no test coverage detected