[PATCH v2 2/9] debugging: add command to dump patches and series

Stephen Finucane stephen at that.guru
Sun Feb 25 23:08:11 AEDT 2018


On Sun, 2018-02-25 at 01:50 +1100, Daniel Axtens wrote:
> I don't want a full dump, just enough to know if the same patches
> and series have been created with roughly the same properties. This
> seemed like the easiest way to do it.
> 
> Usage:
>   python3 manage.py debug_dump > file
>   ... make changes, reset db, reload files ...
>   python3 manage.py debug_dump > file2
>   diff -u file file2
> 
> Reviewed-by: Andrew Donnellan <andrew.donnellan at au1.ibm.com>
> Signed-off-by: Daniel Axtens <dja at axtens.net>

Same concerns as Andrew RE: naming, with the same conclusion (it's not
big enough to matter). In addition, I'd like to see this documented (I
think the rest of them are documented?). With that...

Reviewed-by: Stephen Finucane <stephen at that.guru>


More information about the Patchwork mailing list