Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128861
b: refs/heads/master
c: 1a3f5d0
h: refs/heads/master
i:
  128859: b85181d
v: v3
  • Loading branch information
Chris Mason committed Sep 25, 2008
1 parent 675d2ba commit 8b8ab3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 017e5369eb353559d68a11d4a718faa634533821
refs/heads/master: 1a3f5d0400d786aec41ede15fec5710ad1a1d18b
4 changes: 2 additions & 2 deletions trunk/fs/btrfs/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# Copyright 2008, Oracle
# Released under the GNU GPLv2

v="Btrfs v0.15"
v="v0.15"

which hg > /dev/null
if [ $? == 0 ]; then
if [ -d .hg ] && [ $? == 0 ]; then
last=$(hg tags | grep -m1 -o '^v[0-9.]\+')

# now check if the repo has commits since then...
Expand Down

0 comments on commit 8b8ab3f

Please sign in to comment.