Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hg: print log from most recent to oldest, so don't truncate current commit #356

Merged

Conversation

pmolodo
Copy link
Contributor

@pmolodo pmolodo commented Oct 19, 2016

Right now, the hg log in the package.py is printed from oldest to newest (if there was a previous revision), which means that if it is truncated, the changelog for the current commit is lost.

This reverses the order that the log is printed to be newest to oldest, so that the current commit is not lost. This also matches the behavior of git.

@nerdvegas nerdvegas merged commit 739ca77 into AcademySoftwareFoundation:master Mar 11, 2017
@pmolodo pmolodo deleted the reverse_hg_changelog branch March 15, 2017 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants