Add a hunk (graph operation) to this change.
(&mut self, graph_op: GraphOp<Option<Hash>>)
| 226 | |
| 227 | /// Add a hunk (graph operation) to this change. |
| 228 | pub fn add_hunk(&mut self, graph_op: GraphOp<Option<Hash>>) { |
| 229 | self.hashed.hunks.push(graph_op); |
| 230 | } |
| 231 | |
| 232 | /// Add provenance information to this change. |
| 233 | pub fn add_provenance(&mut self, provenance: Provenance) { |