Skip to content

v0.6.0

Compare
Choose a tag to compare
@aik099 aik099 released this 14 Nov 10:50
· 77 commits to master since this release

Added

  • Added --aggregate option to merge and commit commands to aggregate displayed commits by tasks.
  • Added project command, that allows to show project meta information and reset refresh tracking regular expression.
  • Added --no-merges option (from log command) to merge command to allow hiding merge revisions.

Changed

  • The recursive working copy lookup behavior of the aggregate command is disabled by default, but can be enabled via new --recursive option.
  • Improve Phabricator integration during merge command by using .arcconfig file from the merge source repository.

Fixed

  • Attempt to print commit history of paths copied to themselves (e.g. trunk > branches/something > trunk) resulted in a recursion.
  • The --no-merges option of merge command wasn't used during actual merge, but only to display to be merged revisions.
  • The Reverse-merge of ... heading was shown even on strait merges (not reverse ones), when commit command was using summary merge template.