Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added documentation/img/patchwork.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions documentation/pasta-patchwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@ The commands executed by the script at each stage can be outlined as follows:
$ ./manage.py replacerelations <path-to-patch-groups-file-from-previous-step>
```

<div class="center-image">
![pasta-patchwork](./img/patchwork.png)
</div>

### Code implementing this functionality
- [script demonstrating end to end
flow](https://github.com/lfd/PaStA/commit/5d0ea62609dcf2a0d89000655ae49ec2a49b330b)

## Future Work
- Along with forming relations between patches PaStA can also associate a
relation with the upstream commits in the repo for that relation. We can
Expand Down