changeset 48946 | 642e31cb55f0 |
parent 48913 | f254fc73d956 |
--- a/hgext/infinitepush/bundleparts.py Mon Feb 21 13:03:43 2022 -0700 +++ b/hgext/infinitepush/bundleparts.py Mon Feb 21 13:08:28 2022 -0700 @@ -101,7 +101,7 @@ return -class copiedpart(object): +class copiedpart: """a copy of unbundlepart content that can be consumed later""" def __init__(self, part):