Searched refs:decode_git_path (Results 1 – 10 of 10) sorted by relevance
/dports/devel/brz/breezy-3.2.0/breezy/git/ |
H A D | fetch.py | 65 decode_git_path, 89 decoded_path = decode_git_path(path) 102 ie = cls(file_id, decode_git_path(name), parent_id) 120 ie.symlink_target = decode_git_path(blob.data) 187 path = decode_git_path(path) 190 ie = TreeReference(file_id, decode_git_path(name), parent_id) 225 c_path = posixpath.join(path, decode_git_path(name)) 262 ie = InventoryDirectory(file_id, decode_git_path(name), parent_id) 269 old_path = decode_git_path(path) # Renames aren't supported yet 270 new_path = decode_git_path(path)
|
H A D | tree.py | 70 decode_git_path, 341 decode_git_path(relpath)) 517 path = decode_git_path(path) 518 name = decode_git_path(name) 533 path = decode_git_path(path) 725 (decode_git_path(child_path), decode_git_path(name), 863 path_decoded = decode_git_path(path) 1069 oldpath = decode_git_path(old[0]) 1091 newpath = decode_git_path(new[0]) 1348 path = decode_git_path(path) [all …]
|
H A D | workingtree.py | 83 decode_git_path, 223 posixpath.join('modules', decode_git_path(info[1]), 'index')) 819 encoded_path = self.abspath(decode_git_path(path)).encode( 927 path = decode_git_path(path) 942 decoded_item_path = decode_git_path(item_path) 966 conflicts.append(TextConflict(decode_git_path(item_path))) 1140 dirname = decode_git_path(dirname) 1145 (decode_git_path(path), decode_git_path(child_name), 1147 self.path2id(decode_git_path(path)), 1260 decode_git_path(entry.path))) [all …]
|
H A D | annotate.py | 34 decode_git_path, 133 (decode_git_path(path),
|
H A D | server.py | 34 decode_git_path, 62 transport = self.transport.clone(decode_git_path(path).lstrip("/"))
|
H A D | memorytree.py | 43 decode_git_path, 101 subpath = posixpath.join(path, decode_git_path(name))
|
H A D | mapping.py | 129 def decode_git_path(path): function 204 return decode_git_path(unescape_file_id(file_id[len(FILE_ID_PREFIX):]))
|
H A D | dir.py | 43 decode_git_path, 601 decode_git_path(commondir)).rstrip('/.git/') + '/'
|
H A D | branch.py | 67 decode_git_path, 1048 tree.path2id(decode_git_path(path)), url.decode('utf-8'), 1049 decode_git_path(path))
|
H A D | transform.py | 1032 decode_git_path(blob.data)), is_versioned
|