|
48.
|
|
|
--tree and --revision can not be used together
|
|
|
|
--tree och --revision får inte användas samtidigt
|
|
Translated and reviewed by
Daniel Nylander
|
|
|
|
Located in
bzrlib/builtins.py:659
|
|
49.
|
|
|
Tags can only be placed on a single revision, not on a range
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:676 bzrlib/builtins.py:5967
|
|
50.
|
|
|
Show revno of working tree.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:700
|
|
51.
|
|
|
Add specified files or directories.
|
|
|
|
Lägg till angivna filer eller kataloger.
|
|
Translated and reviewed by
Daniel Nylander
|
|
|
|
Located in
bzrlib/builtins.py:748
|
|
52.
|
|
|
In non-recursive mode, all the named items are added, regardless
of whether they were previously ignored. A warning is given if
any of the named files are already versioned.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:750
|
|
53.
|
|
|
In recursive mode (the default), files are treated the same way
but the behaviour for directories is different. Directories that
are already versioned do not give a warning. All directories,
whether already versioned or not, are searched for files or
subdirectories that are neither versioned or ignored, and these
are added. This search proceeds recursively into versioned
directories. If no names are given '.' is assumed.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:754
|
|
54.
|
|
|
A warning will be printed when nested trees are encountered,
unless they are explicitly ignored.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:762
|
|
55.
|
|
|
Therefore simply saying 'bzr add' will version all files that
are currently unknown.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:765
|
|
56.
|
|
|
Adding a file whose parent directory is not versioned will
implicitly add the parent, and so on up to the root. This means
you should never need to explicitly add a directory, they'll just
get added when you add a file in the directory.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:768
|
|
57.
|
|
|
--dry-run will show which files would be added, but not actually
add them.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:773
|