COIN-OR::LEMON - Graph Library

Changeset 702:c706534d4740 in lemon


Ignore:
Timestamp:
05/08/09 17:21:06 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Fix the faulty merge of unify-sources.sh in [586b65073025]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/unify-sources.sh

    r675 r702  
    77    if [ -n "$(hg st $1)" ]; then
    88        echo $YEAR
     9    else
     10        hg log -l 1 --template='{date|isodate}\n' $1 |
     11        cut -d '-' -f 1
     12    fi
    913}
    1014
Note: See TracChangeset for help on using the changeset viewer.