* New command: ``eazysvn rmbranch``. * New command: ``eazysvn mvbranch``.
1.3.1
------------------
* Make ``ezmerge ALL trunk`` useful: merge changes from the branch point of the current branch, not from the start of trunk.
1.3
----------------
* New command: ``eazysvn revert``.
1.2
----------------
* First setuptools-based release, thanks to Philipp von Weitershausen. * New command: ``eazysvn`` with four subcommands: ``merge`` (same as the old ``ezmerge`` command), ``switch`` (same as the old ``ezswitch`` command), ``help`` and ``selftest``.
1.1
----------------
* New command: ``ezswitch``. * Changed ``ezmerge`` output format to be clearer. * ``ezmerge`` now accepts 'rXXX' as revision numbers. * ``ezmerge XXX:YYY`` treats the range as SVN-compatible * ``ezmerge XXX-YYY`` is the new syntax for user-friendly inclusive ranges * ``ezmerge ALL branchname`` figures out the appropriate revision numbers to merge all of the changes made in that branch. * ``ezmerge`` now accepts -n (--dry-run) option. * ``ezmerge`` now accepts -h (--help) and shows a help message.