pombreda / vcscommand

Automatically exported from code.google.com/p/vcscommand
0 stars 0 forks source link

VCSLog should handle parameters more intelligently. #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The options accepted by VCSLog are currently passed through directly to teh
underlying VCS following the '-r' parameter.  This leads to inconsistent
option formatting between CVS and SVN, and an inability to use (often
helpful) other command line switches.

This command should accept 0, 1, or 2 revision arguments by default, and
format them correctly for the underlying VCS.  If non-revision arguments
are found (presumably by examining the arguments for a leading hypen), they
should be passed verbatim to the source system. 

Original issue reported on code.google.com by bob.hies...@gmail.com on 8 Nov 2006 at 8:56

GoogleCodeExporter commented 9 years ago
Added in beta16.

Original comment by bob.hies...@gmail.com on 30 Apr 2007 at 6:09