|
65.
|
|
|
This is equivalent to creating the directory and then adding it.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:843
|
|
66.
|
|
|
No error if existing, make parent directories as needed.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:850
|
|
67.
|
|
|
added %s
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:884
|
|
68.
|
|
|
invalid kind %r specified
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:926
|
|
69.
|
|
|
Move or rename a file.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:963
|
|
70.
|
|
|
bzr mv SOURCE... DESTINATION
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:965
|
|
71.
|
|
|
If the last argument is a versioned directory, all the other names
are moved into it. Otherwise, there must be exactly two arguments
and the file is changed to a new name.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:967
|
|
72.
|
|
|
If OLDNAME does not exist on the filesystem but is versioned and
NEWNAME does exist on the filesystem but is not versioned, mv
assumes that the file has been manually moved and only updates
its internal inventory to reflect that change.
The same is valid when moving many SOURCE files to a DESTINATION.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:971
|
|
73.
|
|
|
Files cannot be moved between branches.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:977
|
|
74.
|
|
|
Move only the bzr identifier of the file, because the file has already been moved.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:984
|