sapling/edenscm/hgext/snapshot
Jason Fried 8d130ad96d pep-479 codemod
Summary:
https://www.python.org/dev/peps/pep-0479/

If you are in a generator (a function that uses "yield") you are never allowed to raise StopIteration instead you should just `return` or pass out of scope (implicit return None)

Reviewed By: thatch

Differential Revision: D17749640

fbshipit-source-id: 9f1be673cf877ff193a0379a0208d037dd2d7bae
2019-10-04 15:24:23 -07:00
..
__init__.py snapshot: store metadata content 2019-10-04 10:07:54 -07:00
blobstore.py snapshot: remove lfs dependency completely 2019-09-06 08:18:35 -07:00
bundleparts.py commitcloud: sync snapshots on the client side 2019-10-02 11:54:24 -07:00
cmds.py pep-479 codemod 2019-10-04 15:24:23 -07:00
metadata.py snapshot: store metadata content 2019-10-04 10:07:54 -07:00
snapshotlist.py snapshot: update the docs 2019-10-01 06:48:43 -07:00