D7733: hgext: initial version of fastexport extension

2020-02-07 Thread joerg.sonnenberger (Joerg Sonnenberger)
Closed by commit rHG9bd4be23156c: hgext: initial version of fastexport extension (authored by joerg.sonnenberger). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7733?vs=19932=1

D7733: hgext: initial version of fastexport extension

2020-02-06 Thread joerg.sonnenberger (Joerg Sonnenberger)
joerg.sonnenberger added a comment. Now blank and Python 3 clean. INLINE COMMENTS > pulkit wrote in fastexport.py:110 > These temporary variables can be prevented. Will be dropped. > pulkit wrote in fastexport.py:121 > This one is also same as `ctx.files()` I guess. I remember @martinvonz

D7733: hgext: initial version of fastexport extension

2020-02-06 Thread joerg.sonnenberger (Joerg Sonnenberger)
joerg.sonnenberger marked 8 inline comments as done. joerg.sonnenberger updated this revision to Diff 19932. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7733?vs=18949=19932 BRANCH default CHANGES SINCE LAST ACTION

D7733: hgext: initial version of fastexport extension

2020-01-24 Thread pulkit (Pulkit Goyal)
pulkit added a comment. pulkit added subscribers: martinvonz, pulkit. The logic looks fine, the code needs to be polished a bit and need some documentation. I left inline comments/nits. It will be nice to have the next version of this patch py3 compatible. INLINE COMMENTS > fastexport.py:5

D7733: hgext: initial version of fastexport extension

2020-01-08 Thread durin42 (Augie Fackler)
durin42 added a comment. durin42 accepted this revision as: durin42. I only did a light pass, but looks good to me. Any plans for a fast-export importer as well? REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7733/new/ REVISION DETAIL

D7733: hgext: initial version of fastexport extension

2019-12-27 Thread joerg.sonnenberger (Joerg Sonnenberger)
joerg.sonnenberger created this revision. Herald added subscribers: mercurial-devel, mjpieters. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D7733 AFFECTED FILES hgext/fastexport.py