[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] make mergeinfo diagram column headings l10n friendly

From: Andreas Stieger <andreas.stieger_at_gmx.de>
Date: Wed, 23 Jan 2013 23:42:54 +0000

Hello,

I found the following output of "svn mergeinfo" troublesome to localize.

    youngest last repos.
    common full tip of path of
    ancestor merge branch branch

    2 6
    | |
       --| |------------ branches/branch1
      / /
     / /
  -------| |------------ trunk
              | |
              5 6

Would something like this not be better?

    youngest common ancestor
    | last full merge
    | | tip of branch
    | | | repository path

    2 6
    | |
       --| |------------ branches/branch1
      / /
     / /
  -------| |------------ trunk
              | |
              5 6

A patch to this effect is attached for consideration.

[[[
make mergeinfo diagram column headings l10n friendly

* subversion/svn/mergeinfo-cmd.c
  (mergeinfo_diagram): use one line per column heading and
   vertical lines, leaving room for l10n
]]]

Received on 2013-01-24 00:43:33 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.