contrib/packaging/requirements.txt.in
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 07 Jan 2021 14:48:57 -0800
changeset 46278 58ca94869287
parent 44743 036f6f7e19e1
child 49606 4092db99541a
permissions -rw-r--r--
shelve: move function for opening .patch file to new shelf class The `opener()` method was used specifically for the `.patch` file, and the new `Shelf` class deals with all files involved in a shelf, so I renamed the function in the process. Differential Revision: https://phab.mercurial-scm.org/D9705
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
44743
036f6f7e19e1 packaging: add docutils as dependency
Gregory Szorc <gregory.szorc@gmail.com>
parents: 43660
diff changeset
     1
docutils
43660
303bf312d5ed packaging: convert to UNIX line endings
Gregory Szorc <gregory.szorc@gmail.com>
parents: 43513
diff changeset
     2
jinja2