marmoute created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.

REVISION SUMMARY
  rhg is not updating the dirstate on status yet, which make this part of the 
test
  flaky. This will be fixed soon.

REPOSITORY
  rHG Mercurial

BRANCH
  default

REVISION DETAIL
  https://phab.mercurial-scm.org/D11833

AFFECTED FILES
  tests/test-backout.t

CHANGE DETAILS

diff --git a/tests/test-backout.t b/tests/test-backout.t
--- a/tests/test-backout.t
+++ b/tests/test-backout.t
@@ -172,7 +172,9 @@
   $ hg status -A
   C c
   $ hg debugstate --no-dates
-  n 644         12 set                 c
+  n 644         12 set                 c (no-rhg !)
+  n 644         12 unset               c (?)
+  n 644         12 set                 c (?)
   $ hg backout -d '6 0' -m 'to be rollback-ed soon' -r .
   removing c
   adding b



To: marmoute, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to