Changeset 625:f85032712116

Show
Ignore:
Timestamp:
08/15/08 01:28:57 (3 months ago)
Author:
David Anderson <dave@…>
Branch:
default
Message:

Make the changeset metadata validator accept a nickname in the username.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • scripts/metadata_report.sh

    r560 r625  
    1313 
    1414AUTHOR=`hg tip --template {author}` 
    15 AUTHOR_VALID=`echo $AUTHOR | egrep -i '[a-z ]+ <[a-z.+@]+>'` 
     15AUTHOR_VALID=`echo $AUTHOR | egrep -i '[a-z ]+ (\[[a-z0-9 ]\] )?<[a-z.+@]+>'` 
    1616 
    1717if [ "x$AUTHOR_VALID" = "x" ]; then