Public Attributes | |
base_rev | |
repo_dir | |
subdir | |
![]() | |
options | |
Private Member Functions | |
def | _GetRelPath (self, filename) |
def | _GetRelPath (self, filename) |
def | _GetRelPath (self, filename) |
def | _GetRelPath (self, filename) |
def | _GetRelPath (self, filename) |
def | _GetRelPath (self, filename) |
def | _GetRelPath (self, filename) |
Implementation of the VersionControlSystem interface for Mercurial.
Definition at line 1042 of file bloaty/third_party/googletest/googlemock/scripts/upload.py.
def upload.MercurialVCS.__init__ | ( | self, | |
options, | |||
repo_dir | |||
) |
Definition at line 1045 of file bloaty/third_party/googletest/googlemock/scripts/upload.py.
def upload.MercurialVCS.__init__ | ( | self, | |
options, | |||
repo_dir | |||
) |
Definition at line 1045 of file bloaty/third_party/googletest/googletest/scripts/upload.py.
def upload.MercurialVCS.__init__ | ( | self, | |
options, | |||
repo_dir | |||
) |
Definition at line 1045 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/upload.py.
def upload.MercurialVCS.__init__ | ( | self, | |
options, | |||
repo_dir | |||
) |
Definition at line 1045 of file bloaty/third_party/protobuf/third_party/googletest/googletest/scripts/upload.py.
def upload.MercurialVCS.__init__ | ( | self, | |
options, | |||
repo_dir | |||
) |
Definition at line 1060 of file boringssl-with-bazel/src/third_party/googletest/scripts/upload.py.
def upload.MercurialVCS.__init__ | ( | self, | |
options, | |||
repo_dir | |||
) |
Definition at line 1045 of file protobuf/third_party/googletest/googlemock/scripts/upload.py.
def upload.MercurialVCS.__init__ | ( | self, | |
options, | |||
repo_dir | |||
) |
Definition at line 1045 of file protobuf/third_party/googletest/googletest/scripts/upload.py.
|
private |
Get relative path of a file according to the current directory, given its logical path in the repo.
Definition at line 1058 of file bloaty/third_party/googletest/googlemock/scripts/upload.py.
|
private |
Get relative path of a file according to the current directory, given its logical path in the repo.
Definition at line 1058 of file bloaty/third_party/googletest/googletest/scripts/upload.py.
|
private |
Get relative path of a file according to the current directory, given its logical path in the repo.
Definition at line 1058 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/upload.py.
|
private |
Get relative path of a file according to the current directory, given its logical path in the repo.
Definition at line 1058 of file protobuf/third_party/googletest/googlemock/scripts/upload.py.
|
private |
Get relative path of a file according to the current directory, given its logical path in the repo.
Definition at line 1058 of file bloaty/third_party/protobuf/third_party/googletest/googletest/scripts/upload.py.
|
private |
Get relative path of a file according to the current directory, given its logical path in the repo.
Definition at line 1058 of file protobuf/third_party/googletest/googletest/scripts/upload.py.
|
private |
Get relative path of a file according to the current directory, given its logical path in the repo.
Definition at line 1073 of file boringssl-with-bazel/src/third_party/googletest/scripts/upload.py.
def upload.MercurialVCS.GenerateDiff | ( | self, | |
args | |||
) |
Return the current diff as a string. Args: args: Extra arguments to pass to the diff command.
Reimplemented from upload.VersionControlSystem.
Definition at line 1064 of file bloaty/third_party/googletest/googlemock/scripts/upload.py.
def upload.MercurialVCS.GenerateDiff | ( | self, | |
args | |||
) |
Return the current diff as a string. Args: args: Extra arguments to pass to the diff command.
Reimplemented from upload.VersionControlSystem.
Definition at line 1064 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/upload.py.
def upload.MercurialVCS.GenerateDiff | ( | self, | |
args | |||
) |
Return the current diff as a string. Args: args: Extra arguments to pass to the diff command.
Reimplemented from upload.VersionControlSystem.
Definition at line 1064 of file protobuf/third_party/googletest/googlemock/scripts/upload.py.
def upload.MercurialVCS.GenerateDiff | ( | self, | |
args | |||
) |
Return the current diff as a string. Args: args: Extra arguments to pass to the diff command.
Reimplemented from upload.VersionControlSystem.
Definition at line 1064 of file bloaty/third_party/googletest/googletest/scripts/upload.py.
def upload.MercurialVCS.GenerateDiff | ( | self, | |
args | |||
) |
Return the current diff as a string. Args: args: Extra arguments to pass to the diff command.
Reimplemented from upload.VersionControlSystem.
Definition at line 1064 of file protobuf/third_party/googletest/googletest/scripts/upload.py.
def upload.MercurialVCS.GenerateDiff | ( | self, | |
args | |||
) |
Return the current diff as a string. Args: args: Extra arguments to pass to the diff command.
Reimplemented from upload.VersionControlSystem.
Definition at line 1064 of file bloaty/third_party/protobuf/third_party/googletest/googletest/scripts/upload.py.
def upload.MercurialVCS.GenerateDiff | ( | self, | |
args | |||
) |
Return the current diff as a string. Args: args: Extra arguments to pass to the diff command.
Reimplemented from upload.VersionControlSystem.
Definition at line 1079 of file boringssl-with-bazel/src/third_party/googletest/scripts/upload.py.
def upload.MercurialVCS.GetBaseFile | ( | self, | |
filename | |||
) |
Get the content of the upstream version of a file. Returns: A tuple (base_content, new_content, is_binary, status) base_content: The contents of the base file. new_content: For text files, this is empty. For binary files, this is the contents of the new file, since the diff output won't contain information to reconstruct the current file. is_binary: True iff the file is binary. status: The status of the file.
Reimplemented from upload.VersionControlSystem.
Definition at line 1102 of file bloaty/third_party/protobuf/third_party/googletest/googletest/scripts/upload.py.
def upload.MercurialVCS.GetBaseFile | ( | self, | |
filename | |||
) |
Get the content of the upstream version of a file. Returns: A tuple (base_content, new_content, is_binary, status) base_content: The contents of the base file. new_content: For text files, this is empty. For binary files, this is the contents of the new file, since the diff output won't contain information to reconstruct the current file. is_binary: True iff the file is binary. status: The status of the file.
Reimplemented from upload.VersionControlSystem.
Definition at line 1102 of file protobuf/third_party/googletest/googletest/scripts/upload.py.
def upload.MercurialVCS.GetBaseFile | ( | self, | |
filename | |||
) |
Get the content of the upstream version of a file. Returns: A tuple (base_content, new_content, is_binary, status) base_content: The contents of the base file. new_content: For text files, this is empty. For binary files, this is the contents of the new file, since the diff output won't contain information to reconstruct the current file. is_binary: True iff the file is binary. status: The status of the file.
Reimplemented from upload.VersionControlSystem.
Definition at line 1102 of file bloaty/third_party/googletest/googletest/scripts/upload.py.
def upload.MercurialVCS.GetBaseFile | ( | self, | |
filename | |||
) |
Get the content of the upstream version of a file. Returns: A tuple (base_content, new_content, is_binary, status) base_content: The contents of the base file. new_content: For text files, this is empty. For binary files, this is the contents of the new file, since the diff output won't contain information to reconstruct the current file. is_binary: True iff the file is binary. status: The status of the file.
Reimplemented from upload.VersionControlSystem.
Definition at line 1102 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/upload.py.
def upload.MercurialVCS.GetBaseFile | ( | self, | |
filename | |||
) |
Get the content of the upstream version of a file. Returns: A tuple (base_content, new_content, is_binary, status) base_content: The contents of the base file. new_content: For text files, this is empty. For binary files, this is the contents of the new file, since the diff output won't contain information to reconstruct the current file. is_binary: True iff the file is binary. status: The status of the file.
Reimplemented from upload.VersionControlSystem.
Definition at line 1102 of file protobuf/third_party/googletest/googlemock/scripts/upload.py.
def upload.MercurialVCS.GetBaseFile | ( | self, | |
filename | |||
) |
Get the content of the upstream version of a file. Returns: A tuple (base_content, new_content, is_binary, status) base_content: The contents of the base file. new_content: For text files, this is empty. For binary files, this is the contents of the new file, since the diff output won't contain information to reconstruct the current file. is_binary: True iff the file is binary. status: The status of the file.
Reimplemented from upload.VersionControlSystem.
Definition at line 1102 of file bloaty/third_party/googletest/googlemock/scripts/upload.py.
def upload.MercurialVCS.GetBaseFile | ( | self, | |
filename | |||
) |
Get the content of the upstream version of a file. Returns: A tuple (base_content, new_content, is_binary, status) base_content: The contents of the base file. new_content: For text files, this is empty. For binary files, this is the contents of the new file, since the diff output won't contain information to reconstruct the current file. is_binary: True iff the file is binary. status: The status of the file.
Reimplemented from upload.VersionControlSystem.
Definition at line 1117 of file boringssl-with-bazel/src/third_party/googletest/scripts/upload.py.
def upload.MercurialVCS.GetUnknownFiles | ( | self | ) |
Return a list of files unknown to the VCS.
Reimplemented from upload.VersionControlSystem.
Definition at line 1090 of file bloaty/third_party/googletest/googletest/scripts/upload.py.
def upload.MercurialVCS.GetUnknownFiles | ( | self | ) |
Return a list of files unknown to the VCS.
Reimplemented from upload.VersionControlSystem.
Definition at line 1090 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/upload.py.
def upload.MercurialVCS.GetUnknownFiles | ( | self | ) |
Return a list of files unknown to the VCS.
Reimplemented from upload.VersionControlSystem.
Definition at line 1090 of file bloaty/third_party/protobuf/third_party/googletest/googletest/scripts/upload.py.
def upload.MercurialVCS.GetUnknownFiles | ( | self | ) |
Return a list of files unknown to the VCS.
Reimplemented from upload.VersionControlSystem.
Definition at line 1090 of file protobuf/third_party/googletest/googletest/scripts/upload.py.
def upload.MercurialVCS.GetUnknownFiles | ( | self | ) |
Return a list of files unknown to the VCS.
Reimplemented from upload.VersionControlSystem.
Definition at line 1090 of file bloaty/third_party/googletest/googlemock/scripts/upload.py.
def upload.MercurialVCS.GetUnknownFiles | ( | self | ) |
Return a list of files unknown to the VCS.
Reimplemented from upload.VersionControlSystem.
Definition at line 1090 of file protobuf/third_party/googletest/googlemock/scripts/upload.py.
def upload.MercurialVCS.GetUnknownFiles | ( | self | ) |
Return a list of files unknown to the VCS.
Reimplemented from upload.VersionControlSystem.
Definition at line 1105 of file boringssl-with-bazel/src/third_party/googletest/scripts/upload.py.
upload.MercurialVCS.base_rev |
Definition at line 1054 of file bloaty/third_party/googletest/googlemock/scripts/upload.py.
upload.MercurialVCS.repo_dir |
Definition at line 1048 of file bloaty/third_party/googletest/googlemock/scripts/upload.py.
upload.MercurialVCS.subdir |
Definition at line 1052 of file bloaty/third_party/googletest/googlemock/scripts/upload.py.