This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 116248 - Addding the -S option for the LogCommand
Summary: Addding the -S option for the LogCommand
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS library (show other bugs)
Version: 5.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-21 03:20 UTC by wanderingwalrus
Modified: 2007-09-21 03:22 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Patch for LogCommand (2.25 KB, text/plain)
2007-09-21 03:22 UTC, wanderingwalrus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wanderingwalrus 2007-09-21 03:20:23 UTC
I've created a simple patch for the org.netbeans.lib.cvsclient.command.log.LogCommand that allows the
suppressWhenNoRevisions (-S) flag to be set.
Comment 1 wanderingwalrus 2007-09-21 03:22:41 UTC
Created attachment 49198 [details]
Patch for LogCommand