# HG changeset patch
# User Augie Fackler <r...@durin42.com>
# Date 1541634897 18000
#      Wed Nov 07 18:54:57 2018 -0500
# Node ID 3e0f9891db118868fe54315231ba52fc84501a37
# Parent  69c1fd928cf6668e4ddbd6d26ebb53bb75e374c5
land: add test documenting contents of take.log

I wrote this commit as a child of 66e6, before my refactor which broke
this functionality. That it passes after rebasing proves that my fix
actually fixed things to the old behavior. :)

diff --git a/tests/test-land.t b/tests/test-land.t
--- a/tests/test-land.t
+++ b/tests/test-land.t
@@ -22,6 +22,9 @@ If only r1 is accepted, land pulls it in
   date:        Thu Jan 01 00:00:00 1970 +0000
   summary:     Add alpha.
   
+We log the acceptance in the take.log file in the target:
+  $ cat target/.hg/take.log
+  eb8972173e1758e823d2198d43f85bf17fba7212 carol alice bob
 
 More complicated example built using debugbuilddag. This emulates a bug
 encountered during the hg 4.6 freeze.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to