merge with stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Wed, 17 May 2017 14:49:02 +0200
changeset 2395 5774c27ce927
parent 2394 1b3a797c4586 (current diff)
parent 2384 2ddbdc1bab13 (diff)
child 2396 c1485ebdd6b9
merge with stable
--- a/tests/test-obsolete.t	Wed May 17 14:40:18 2017 +0200
+++ b/tests/test-obsolete.t	Wed May 17 14:49:02 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