[Doxygen] Fix dirty repo detection.
This commit is contained in:
@@ -153,7 +153,7 @@ else
|
||||
version=`hg log -r tip --template '{node|short}'`
|
||||
# Check for uncommitted changes
|
||||
hg summary | grep -q 'commit: (clean)'
|
||||
if [ ! $? ] ; then
|
||||
if [ $? ] ; then
|
||||
say "beyond latest tag, last commit: $version, dirty"
|
||||
dirty="(+)"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user