#8333 Forgehg: upgrade mercurial

v1.13.0
closed
None
General
nobody
2021-05-17
2019-09-12
No

Currently at 3.2.2 forgehg/setup.py pins the version lower

https://www.mercurial-scm.org/wiki/Python3 says we should target Mercurial 5.0+ Changelogs:

https://www.mercurial-scm.org/wiki/UpgradeNotes
https://www.mercurial-scm.org/wiki/WhatsNew/Archive
https://www.mercurial-scm.org/wiki/ApiChanges

Test coverage is good 89% but some cases would be good to cover, for this and upcoming python3 work

  • 3.2.3 tests pass, but need to check on reproing hfsignoreclean errors - OSX only?
  • 3.4+ has UnicodeWarning although tests pass
  • 3.5.0+ has weird "linking [ <=> ..." output
  • 3.7.0+ forgehg.tests.model.test_repository:TestHgRepo.test_merge_request_commits fails
  • 4.6.0+ lots like forgehg.tests.functional.test_controllers:TestLogPagination.test_log_messages ProgrammingError: revset statement must be bytes, got u'0debe4adbedc5d711d2e379027cc3c6cca26f89a:0'
  • 4.8.0+ lots during repo init: TypeError: type() argument 1 must be string, not unicode

Should test with older repos

Discussion

  • Dave Brondsema

    Dave Brondsema - 2019-09-17

    allura,forgehg:db/8333

     
  • Dave Brondsema

    Dave Brondsema - 2019-09-17
    • status: in-progress --> review
     
  • Dave Brondsema

    Dave Brondsema - 2019-09-27

    timermiddleware:db/8333 (will need release published, req.txt updates) and a few more commits to allura:db/8333

     
  • Kenton Taylor - 2020-01-28
    • status: review --> closed
     
  • Dave Brondsema

    Dave Brondsema - 2021-05-17
    • Milestone: unreleased --> v1.13.0
     

Log in to post a comment.