Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209311
b: refs/heads/master
c: 55c640c
h: refs/heads/master
i:
  209309: f2a32d4
  209307: 1896409
  209303: 8a299dc
  209295: 0eedd55
  209279: 7029db1
v: v3
  • Loading branch information
Milton Miller authored and Michal Marek committed Aug 12, 2010
1 parent 45abeaa commit da33a57
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: 235caa235cb6f88fd04bc58a288f45463e5361c7
refs/heads/master: 55c640c3abff301eed5ee11c34a40bfe043c8c2d
2 changes: 1 addition & 1 deletion trunk/scripts/setlocalversion
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ scm_version()

# Check for mercurial and a mercurial repo.
if hgid=`hg id 2>/dev/null`; then
tag=`printf '%s' "$hgid" | cut -d' ' -f2`
tag=`printf '%s' "$hgid" | cut -s -d' ' -f2`

# Do we have an untagged version?
if [ -z "$tag" -o "$tag" = tip ]; then
Expand Down

0 comments on commit da33a57

Please sign in to comment.