Add a blank column to the "svn status" output after the first six columns,
commit47c11f0ac1f484062420fc5b45318d98d8c81d76
authorJulian Foad <julian.foad@wandisco.com>
Mon, 22 Sep 2008 23:10:34 +0000 (22 23:10 +0000)
committerJulian Foad <julian.foad@wandisco.com>
Mon, 22 Sep 2008 23:10:34 +0000 (22 23:10 +0000)
tree9c3cbcc8b8e72210b096f33859415a348187efae
parent9583ac29d488f0c31a6aa149b4e8f39edd852662
Add a blank column to the "svn status" output after the first six columns,
to make way for a tree-conflict status indication.

* subversion/svn/status.c
  (print_status): Print an extra blank.

* subversion/tests/cmdline/depth_tests.py,
  subversion/tests/cmdline/revert_tests.py,
  subversion/tests/cmdline/special_tests.py,
  subversion/tests/cmdline/stat_tests.py,
  subversion/tests/cmdline/svnadmin_tests.py
    Wherever a particular status output is expected: Expect an extra blank.

* subversion/tests/cmdline/svntest/tree.py
  (build_tree_from_status): Expect an extra blank.

git-svn-id: http://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/cmdline@873321 13f79535-47bb-0310-9956-ffa450edef68
svntest/tree.py