comparison doc/hg.1.txt @ 860:8ccbac05cf59

Use correct term "closed interval" for ranges.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 09 Aug 2005 11:15:57 +0100
parents 141744605b51
children 6d6095823b82
comparison
equal deleted inserted replaced
858:c333dfa8fa1a 860:8ccbac05cf59
507 means "all revisions". 507 means "all revisions".
508 508
509 If BEGIN is greater than END, revisions are treated in reverse 509 If BEGIN is greater than END, revisions are treated in reverse
510 order. 510 order.
511 511
512 A range acts as an open interval. This means that a range of 3:5 512 A range acts as a closed interval. This means that a range of 3:5
513 gives 3, 4 and 5. Similarly, a range of 4:2 gives 4, 3, and 2. 513 gives 3, 4 and 5. Similarly, a range of 4:2 gives 4, 3, and 2.
514 514
515 ENVIRONMENT VARIABLES 515 ENVIRONMENT VARIABLES
516 --------------------- 516 ---------------------
517 517