comparison tests/test-convert-git.t @ 48879:9987d14ad63f

py2: drop some more from __future__ statements These are no longer needed after dropping support for Python 2. Differential Revision: https://phab.mercurial-scm.org/D12258
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 20 Feb 2022 15:35:09 -0700
parents fd3d4b7f8e62
children 2b658c6a9c4b
comparison
equal deleted inserted replaced
48878:0583d7f0fdff 48879:9987d14ad63f
433 0 addbinary 433 0 addbinary
434 updating bookmarks 434 updating bookmarks
435 $ cd git-repo3-hg 435 $ cd git-repo3-hg
436 $ hg up -C 436 $ hg up -C
437 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 437 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
438 $ "$PYTHON" -c 'from __future__ import print_function; print(len(open("b", "rb").read()))' 438 $ "$PYTHON" -c 'print(len(open("b", "rb").read()))'
439 4096 439 4096
440 $ cd .. 440 $ cd ..
441 441
442 test author vs committer 442 test author vs committer
443 443