Daniel Shahaf wrote on Mon, Dec 02, 2019 at 03:50:14 +:
> Instead of running the entire test suite, you can do «cd …/cmdline &&
> ./getopt_tests.py». Run it with --help for details.
By the way, the --help output doesn't document this, but in the syntax
«./getopt_tests.py []», can be either t
Nathan Hartman wrote on Sun, Dec 01, 2019 at 22:22:26 -0500:
> On a related note, I cannot seem to run *just* getopt_tests.py. If I
> run it like this, I get failure:
>
> [[[
>
> $ make check TESTS=subversion/tests/cmdline/getopt_tests.py
⋮
> tests.log contains (only the first failure shown, othe
On Sun, Dec 1, 2019 at 1:44 PM Nathan Hartman wrote:
> On Sun, Dec 1, 2019 at 12:17 PM Julian Foad wrote:
> > Nathan Hartman wrote:
> > > I didn't commit this yet because it affects translations. When
> > > modifying strings, do I need to modify the po files in the same
> > > commit?
> >
> > No.
Nathan Hartman wrote on Sun, 01 Dec 2019 15:02 +00:00:
> hartmannathan
Access granted (after authenticating Nathan offlist).
Cheers,
Daniel
Julian Foad wrote on Sun, Dec 01, 2019 at 12:01:09 +:
> Daniel Shahaf wrote:
> > I'd like to get the "is this WC mixed revision?" and "is this WC switched?"
> > bits without stat()-ing every single file in the worktree.
>
> What info do you actually want, functionally? Some info about the WC
Branko Čibej wrote on Sun, Dec 01, 2019 at 13:13:04 +0100:
> On 01.12.2019 04:12, Daniel Shahaf wrote:
> > I'd like to get the "is this WC mixed revision?" and "is this WC switched?"
> > bits without stat()-ing every single file in the worktree.
>
> Not going into the actual use-case (Julian has c
Nathan Hartman wrote on Sun, Dec 01, 2019 at 10:58:34 -0500:
> On Thu, Nov 28, 2019 at 4:05 PM Daniel Shahaf wrote:
> > I suggest to also grep for «sys.executable»; there are several
> > instances of that in trunk.
>
> I did such a search and sys.executable is found in:
>
> ./build/run_tests.py
On Sun, Dec 1, 2019 at 12:17 PM Julian Foad wrote:
>
>
> Nathan Hartman wrote:
> > I didn't commit this yet because it affects translations. When modifying
> > strings, do I need to modify the po files in the same commit?
>
> No. Commit first. Translations are updated separately.
Thanks.
Commit
Nathan Hartman wrote:
> I didn't commit this yet because it affects translations. When modifying
> strings, do I need to modify the po files in the same commit?
No. Commit first. Translations are updated separately.
- Julian
I noticed that the first line of output of 'svn help' doesn't fit in a
terminal width of 80 characters for:
svn help changelist
svn help cleanup
svn help switch
Even though the strings do fit in 80 characters, this happens because
the name of the command (and any aliases) are prepended to the fir
On Thu, Nov 28, 2019 at 4:05 PM Daniel Shahaf wrote:
> Yasuhito FUTATSUKI wrote on Thu, Nov 28, 2019 at 20:36:25 +0900:
> > And there seems to be also some scripts calling Python
> > interpreter with -c option.
> >
> > I roughly searched:
> > [[[
> > $ find . -name .svn -prune -or -type f -print0
On Thu, Nov 7, 2019 at 5:37 AM Daniel Shahaf wrote:
> ASFBot is run by Infra. It seems to have fixed itself, but if it acts up
> again, best would be to talk to breser@: he used to run an irker instance that
> provided bug-for-bug compatible IRC notifications. (If we chase this down,
> note that
On 01.12.2019 04:12, Daniel Shahaf wrote:
> I'd like to get the "is this WC mixed revision?" and "is this WC switched?"
> bits without stat()-ing every single file in the worktree.
Not going into the actual use-case (Julian has covered that), but could
you make the option name more friendly to p
What info do you actually want, functionally? Some info about the WC base
"shape" like "svn info --x-viewspec" gives?
- Julian
Daniel Shahaf wrote:
> I'd like to get the "is this WC mixed revision?" and "is this WC switched?"
> bits without stat()-ing every single file in the worktree.
14 matches
Mail list logo