# HG changeset patch
# User Jun Wu <quark@fb.com>
# Date 1491587813 25200
#      Fri Apr 07 10:56:53 2017 -0700
# Node ID a418c5837bc05ddb3fa720753aa8da6ffeff1102
# Parent  9259cf823690e4fcd34a4d2ecd57ced2060d2b3d
test-flagprocessor: add a case about hg status

This shows how "hg status" is wrong - nothing changed but the file is
labeled as "M".

diff --git a/tests/test-flagprocessor.t b/tests/test-flagprocessor.t
--- a/tests/test-flagprocessor.t
+++ b/tests/test-flagprocessor.t
@@ -239,3 +239,10 @@
    base64 |  1 +
    1 files changed, 1 insertions(+), 0 deletions(-)
   
+  $ rm bundle.hg bundle-again.hg
+
+# TEST: hg status
+
+  $ hg status
+  M base64
+  $ hg diff