Differences between revisions 1 and 2
Revision 1 as of 2006-10-15 16:44:24
Size: 746
Editor: mpm
Comment:
Revision 2 as of 2006-12-06 23:51:34
Size: 731
Editor: mpm
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
Checkout/Update/Merge/Revert: Update/Revert:

We should be able to do more with dates. In particular:

Logging:

We should support a -d switch to show log entries from particular dates. Formats we should support:

  • "{date}" - a single date
  • "<{date}" - on or before a given date

  • ">{date}" - on or after a given date

  • "{date} to {date}" - a date range, inclusive
  • "-{days}" - within a given number of days of today

We'll need to scan the entire changelog as there's no guarantee that there's any date ordering.

Update/Revert:

Again, we should support a -d switch, which results in scanning the log for the first matching changeset. This is usually what people want.

Here, and elsewhere, we should allow dates without hours, minutes, or years.

DatePlan (last edited 2010-07-22 07:28:49 by MartinGeisler)