#4754 Make all_commit_ids return in consistent order

v1.0.0
closed
General
2015-08-20
2012-08-21
Cory Johns
No

Depending on the repo implementation, all_commit_ids returns commits in differing order, which causes the LastCommitDoc calculation to be very clearly incorrect. Change it to ensure they go from earliest to latest.

Related

Tickets: #4728
Tickets: #4935

Discussion

  • Anonymous - 2012-08-22

    Originally by: scoop

    • milestone: dir-sep-07 --> forge-sep-07
     
  • Cory Johns - 2012-08-28
    • status: open --> in-progress
     
  • Cory Johns - 2012-08-28

    allura:cj/4754

    To test:

    • Run tests
    • Create a new Hg repo with several sequential commits to a single file, push or refresh it (with --clean --all) and ensure that the most recent appropriate commit shows for the file.
     
  • Cory Johns - 2012-08-28
    • status: in-progress --> code-review
    • qa: Dave Brondsema
     
  • Cory Johns - 2012-08-28
    • status: code-review --> in-progress
     
  • Cory Johns - 2012-08-28
    • status: in-progress --> code-review
     
  • Dave Brondsema

    Dave Brondsema - 2012-08-28
    • status: code-review --> closed
     
  • Dave Brondsema

    Dave Brondsema - 2012-09-06
    • labels: --> support
     

Log in to post a comment.