Just felt like painting. -- C. Michael Pilato <[email protected]> CollabNet <> www.collab.net <> Enterprise Cloud Development
Index: subversion/svn/mergeinfo-cmd.c
===================================================================
--- subversion/svn/mergeinfo-cmd.c (revision 1402614)
+++ subversion/svn/mergeinfo-cmd.c (working copy)
@@ -89,21 +89,21 @@
g[2][0] = "-------| |--";
g[3][0] = " \\ ";
g[4][0] = " \\ ";
- g[5][0] = " --| |--";
+ g[5][0] = " `-| |--";
}
else if (strcmp(yca->url, target->url) == 0)
{
- g[2][0] = " --| |--";
+ g[2][0] = " ,-| |--";
g[3][0] = " / ";
g[4][0] = " / ";
g[5][0] = "-------| |--";
}
else
{
- g[2][0] = " --| |--";
+ g[2][0] = " ,-| |--";
g[3][0] = "... / ";
g[4][0] = " \\ ";
- g[5][0] = " --| |--";
+ g[5][0] = " `-| |--";
}
/* The last full merge */
@@ -137,10 +137,10 @@
{
g[0][3] = apr_psprintf(pool, "%-8ld", right->rev);
g[1][3] = "| ";
- g[2][3] = "- ";
+ g[2][3] = "> ";
g[3][3] = " ";
g[4][3] = " ";
- g[5][3] = "- ";
+ g[5][3] = "> ";
g[6][3] = "| ";
g[7][3] = target_is_wc ? "WC "
: apr_psprintf(pool, "%-8ld", target->rev);
signature.asc
Description: OpenPGP digital signature

