test: update test-obsolete.t to use common.sh
The definition of getid() in the test file was wrong, use the one
from common.sh instead
--- a/tests/test-obsolete.t Tue May 16 23:37:10 2017 -0700
+++ b/tests/test-obsolete.t Wed May 17 11:47:14 2017 +0200
@@ -1,3 +1,5 @@
+
+ $ . $TESTDIR/testlib/common.sh
$ cat >> $HGRCPATH <<EOF
> [web]
> push_ssl = false
@@ -15,10 +17,6 @@
> hg add "$1"
> hg ci -m "add $1"
> }
- $ getid() {
- > hg id --hidden --debug -ir "$1"
- > }
-
$ alias qlog="hg log --template='{rev}\n- {node|short}\n'"
$ hg init local
$ cd local