IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 24, 2010, 5:10:55 PM (16 years ago)
Author:
Paul Price
Message:

Allowing revert to have multiple labels provided, for use in an automatic manner within pantasks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pubtoolConfig.c

    r27028 r27071  
    8888    psMetadataAddStr(revertArgs, PS_LIST_TAIL, "-client_id", 0, "search on client_id", NULL);
    8989    psMetadataAddStr(revertArgs, PS_LIST_TAIL, "-comment", 0, "search on comment (LIKE)", NULL);
    90     psMetadataAddStr(revertArgs, PS_LIST_TAIL, "-label", 0, "search on label", NULL);
     90    psMetadataAddStr(revertArgs, PS_LIST_TAIL, "-label", PS_META_DUPLICATE_OK, "search on label", NULL);
    9191
    9292
Note: See TracChangeset for help on using the changeset viewer.