Open
Description
Right now path
argument of log
command accepts both:
- absolute url of the repository
- absolute/relative path in a working copy
Currently auto-complete works only for working copy paths.
Need to investigate auto-completion library possibilities to vary auto-completed values based on fact what kind of path is given (e.g. starting with ^
means relative to repository).