Show More
@@ -845,6 +845,10 b' def present(repo, subset, x):' | |||||
845 | """``present(set)`` |
|
845 | """``present(set)`` | |
846 | An empty set, if any revision in set isn't found; otherwise, |
|
846 | An empty set, if any revision in set isn't found; otherwise, | |
847 | all revisions in set. |
|
847 | all revisions in set. | |
|
848 | ||||
|
849 | If any of specified revisions is not present in the local repository, | |||
|
850 | the query is normally aborted. But this predicate allows the query | |||
|
851 | to continue even in such cases. | |||
848 | """ |
|
852 | """ | |
849 | try: |
|
853 | try: | |
850 | return getset(repo, subset, x) |
|
854 | return getset(repo, subset, x) |
General Comments 0
You need to be logged in to leave comments.
Login now