You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added group_by_bug merge template for ci command, that allows grouping merged revisions by their bug ids.
Added automatic update checker.
Added support for display merged revision number as a link to Phabricator instance (when project has .arcconfig file).
Changed
Include source branch project name in commit message, when merge source project differs from merge target project.
Default merge template for commit command changed from group_by_revision into group_by_bug.
Use short inline grouping header for merge commit message, when merging single bug/revision.
When using --with-full-message option with log and merge commands, then extra table separator is added between revisions to ease reading of large/wrapped commit messages.
Fixed
Attempt to use --help option on any command resulted in the exception.
Greatly improved speed of working copy location by aggregate command via ignoring of known dependency folders (node_modules and vendor).
The svn info command no longer fails on folders, that have @ in their name, e.g. node_modules/@gulp-sourcemaps.
Attempt to merge non-existing bugs would now result in an error (before list of unmerged revisions were shown).