|
|
|
Specifying by Dates
Some BitKeeper commands have options that allow the user to
specify a date, rather than a revision, as the range.
Typically, the -c option is that which allows the date to be
specified.
If there is only one date specified, without a revision, then a
very useful form of the date is to specify a recent period of
time.
In the last year: -c-1Y (or -1y)
In the last month: -c-1M
In the last week: -c-1W (or -1w)
In the last day: -c-1D (or -1d)
In the last hour: -c-1h
In the last minute: -c-1m
In the last second: -c-1s
If you leave off the multiplier, 1 is assumed.
|