Show More
@@ -992,7 +992,7 b' class _spanset(abstractsmartset):' | |||
|
992 | 992 | """Duck type for baseset class which represents a range of revisions and |
|
993 | 993 | can work lazily and without having all the range in memory |
|
994 | 994 | |
|
995 |
Note that spanset(x, y) behave almost like |
|
|
995 | Note that spanset(x, y) behave almost like range(x, y) except for two | |
|
996 | 996 | notable points: |
|
997 | 997 | - when x < y it will be automatically descending, |
|
998 | 998 | - revision filtered with this repoview will be skipped. |
General Comments 0
You need to be logged in to leave comments.
Login now