Browsing English (United Kingdom) translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and English (United Kingdom) guidelines.
110 of 2502 results
1.
skipping {0} (larger than {1} of {2} bytes)
skipping {0} (larger than {1} of {2} bytes)
Translated and reviewed by Andi Chandler
Located in breezy/add.py:89
2.
Find an interesting commit using a binary search.
Find an interesting commit using a binary search.
Translated and reviewed by Stephan Woidowski
Located in breezy/bisect.py:262
3.
Bisecting, in a nutshell, is a way to find the commit at which
some testable change was made, such as the introduction of a bug
or feature. By identifying a version which did not have the
interesting change and a later version which did, a developer
can test for the presence of the change at various points in
the history, eventually ending up at the precise commit when
the change was first introduced.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
Bisecting, in a nutshell, is a way to find the commit at which
some testable change was made, such as the introduction of a bug
or feature. By identifying a version which did not have the
interesting change and a later version which did, a developer
can test for the presence of the change at various points in
the history, eventually ending up at the precise commit when
the change was first introduced.
Translated and reviewed by Stephan Woidowski
Located in breezy/bisect.py:264
4.
This command uses subcommands to implement the search, each
of which changes the state of the bisection. The
subcommands are:
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
This command uses subcommands to implement the search, each
of which changes the state of the bisection. The
subcommands are:
Translated and reviewed by Stephan Woidowski
Located in breezy/bisect.py:272
5.
brz bisect start
Start a bisect, possibly clearing out a previous bisect.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
brz bisect start
Start a bisect, possibly clearing out a previous bisect.
Translated and reviewed by Stephan Woidowski
Located in breezy/bisect.py:276
6.
brz bisect yes [-r rev]
The specified revision (or the current revision, if not given)
has the characteristic we're looking for,
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
brz bisect yes [-r rev]
The specified revision (or the current revision, if not given)
has the characteristic we're looking for,
Translated and reviewed by Stephan Woidowski
Located in breezy/bisect.py:279
7.
brz bisect no [-r rev]
The specified revision (or the current revision, if not given)
does not have the characteristic we're looking for,
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
brz bisect no [-r rev]
The specified revision (or the current revision, if not given)
does not have the characteristic we're looking for,
Translated and reviewed by Stephan Woidowski
Located in breezy/bisect.py:283
8.
brz bisect move -r rev
Switch to a different revision manually. Use if the bisect
algorithm chooses a revision that is not suitable. Try to
move as little as possible.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
brz bisect move -r rev
Switch to a different revision manually. Use if the bisect
algorithm chooses a revision that is not suitable. Try to
move as little as possible.
Translated and reviewed by Stephan Woidowski
Located in breezy/bisect.py:287
9.
brz bisect reset
Clear out a bisection in progress.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
brz bisect reset
Clear out a bisection in progress.
Translated and reviewed by Stephan Woidowski
Located in breezy/bisect.py:292
10.
brz bisect log [-o file]
Output a log of the current bisection to standard output, or
to the specified file.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
brz bisect log [-o file]
Output a log of the current bisection to standard output, or
to the specified file.
Translated and reviewed by Stephan Woidowski
Located in breezy/bisect.py:295
110 of 2502 results

This translation is managed by Launchpad's British English (En-GB) Translations, assigned by Launchpad Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Andi Chandler, Dr. Peter Netz, Stephan Woidowski.