Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122982
b: refs/heads/master
c: 167d6a0
h: refs/heads/master
v: v3
  • Loading branch information
Peter Korsgaard authored and Sam Ravnborg committed Dec 3, 2008
1 parent 8bde5bf commit 36f73a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 846442c8ddc02e378e7b981f0928449ed1ff1e1f
refs/heads/master: 167d6a02c1dbdd84d49e87df7718f18fa31cb971
2 changes: 1 addition & 1 deletion trunk/scripts/setlocalversion
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if hgid=`hg id 2>/dev/null`; then
fi

# Check for svn and a svn repo.
if rev=`svn info 2>/dev/null | grep '^Revision'`; then
if rev=`svn info 2>/dev/null | grep '^Last Changed Rev'`; then
rev=`echo $rev | awk '{print $NF}'`
changes=`svn status 2>/dev/null | grep '^[AMD]' | wc -l`

Expand Down

0 comments on commit 36f73a2

Please sign in to comment.