##// END OF EJS Templates
Document the key 'unique' in messaging protocol
Takafumi Arakaki -
Show More
@@ -633,6 +633,10 b' Message type: ``history_request``::'
633 # If hist_access_type is 'search', get cells matching the specified glob
633 # If hist_access_type is 'search', get cells matching the specified glob
634 # pattern (with * and ? as wildcards).
634 # pattern (with * and ? as wildcards).
635 'pattern' : str,
635 'pattern' : str,
636
637 # If hist_access_type is 'search' and unique is true, do not
638 # include duplicated history. Default is false.
639 'unique' : bool,
636
640
637 }
641 }
638
642
General Comments 0
You need to be logged in to leave comments. Login now