Home
last modified time | relevance | path

Searched refs:working_tree (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/anjuta/anjuta-3.34.0/plugins/git/tests/
H A Dtestgit.c23 AnjutaVcsStatus working_tree, index; in test_status() local
32 check_status (index, working_tree, in test_status()
43 check_status (index, working_tree, in test_status()
54 check_status (index, working_tree, in test_status()
65 check_status (index, working_tree, in test_status()
76 check_status (index, working_tree, in test_status()
87 check_status (index, working_tree, in test_status()
98 check_status (index, working_tree, in test_status()
109 check_status (index, working_tree, in test_status()
120 check_status (index, working_tree, in test_status()
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_msgeditor.py61 working_tree = self.make_branch_and_tree('.')
68 working_tree.add(filename)
69 return working_tree
73 working_tree = self.make_uncommitted_tree()
74 template = msgeditor.make_commit_message_template(working_tree,
102 working_tree = self.make_multiple_pending_tree()
103 template = msgeditor.make_commit_message_template(working_tree, None)
114 working_tree = self.make_uncommitted_tree()
115 template = make_commit_message_template_encoded(working_tree,
126 working_tree = self.make_uncommitted_tree()
[all …]
H A Dtest_version_info.py86 builder = RioVersionInfoBuilder(wt.branch, working_tree=wt)
96 builder = RioVersionInfoBuilder(wt.branch, working_tree=wt)
103 builder = RioVersionInfoBuilder(wt.branch, working_tree=wt, **kwargs)
141 builder = RioVersionInfoBuilder(wt.branch, working_tree=wt, **kwargs)
252 builder = PythonVersionInfoBuilder(wt.branch, working_tree=wt)
263 builder = PythonVersionInfoBuilder(wt.branch, working_tree=wt)
270 builder = PythonVersionInfoBuilder(wt.branch, working_tree=wt,
335 builder = CustomVersionInfoBuilder(wt.branch, working_tree=wt,
341 wt.branch, working_tree=wt,
350 wt.branch, working_tree=wt,
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dmsgeditor.py251 def make_commit_message_template(working_tree, specific_files): argument
263 show_tree_status(working_tree, specific_files=specific_files,
268 def make_commit_message_template_encoded(working_tree, specific_files, argument
281 template = make_commit_message_template(working_tree, specific_files)
286 show_diff_trees(working_tree.basis_tree(),
287 working_tree, stream, specific_files,
H A Ddiff.py432 working_tree, branch, relpath = \
434 lock_tree_or_branch(working_tree, branch)
436 if working_tree is not None and apply_view:
446 working_tree, branch, relpath = \
448 lock_tree_or_branch(working_tree, branch)
450 if working_tree is not None and apply_view:
459 other_paths = working_tree.safe_relpath_files(
465 if (working_tree is not None and working_tree.supports_views() and
467 view_files = working_tree.views.lookup_view()
475 if working_tree is not None and working_tree not in (old_tree, new_tree):
[all …]
H A Dtransform.py721 merge_modified = working_tree.merge_modified()
738 tt = es.enter_context(working_tree.transform(pb))
745 unversioned_filter=working_tree.is_ignored)
751 if working_tree.supports_merge_modified():
752 working_tree.set_merge_modified(merge_modified)
764 change_list = working_tree.iter_changes(
788 wt_sha1 = working_tree.get_file_sha1(wt_path)
794 basis_tree = working_tree.basis_tree()
834 basis_tree = working_tree.basis_tree()
870 if working_tree.supports_content_filtering():
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/plugins/quilt/
H A D__init__.py48 config = merger.working_tree.get_config_stack()
56 not merger.working_tree.is_versioned(".pc")):
60 quilt = QuiltPatches(merger.working_tree)
100 config = merger.working_tree.get_config_stack()
106 merger.working_tree,
/dports/devel/brz/breezy-3.2.0/breezy/plugins/fastimport/processors/
H A Dgeneric_processor.py135 (self.working_tree, self.branch) = bzrdir._get_tree_branch()
139 self.working_tree = None
270 if self.working_tree is not None:
271 self.working_tree.lock_write()
283 if self.working_tree is not None:
284 self.working_tree.unlock()
419 if self.working_tree:
420 result.append(self.working_tree)
/dports/devel/brz/breezy-3.2.0/breezy/version_info_formats/
H A D__init__.py47 def __init__(self, branch, working_tree=None, argument
81 self._tree = working_tree
82 self._working_tree = working_tree
/dports/devel/brz/breezy-3.2.0/breezy/tests/blackbox/
H A Dtest_status.py60 def assertStatus(self, expected_lines, working_tree, specific_files=None, argument
67 output_string = self.status_string(working_tree, specific_files, revision, short,
775 working_tree = self.make_branch_and_tree(u'.')
782 working_tree.add(filename)
783 return working_tree
787 working_tree = self.make_uncommitted_tree()
797 working_tree = self.make_uncommitted_tree()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/git2-0.13.22/src/
H A Dworktree.rs224 pub fn working_tree(&mut self, working_tree: bool) -> &mut WorktreePruneOptions { in working_tree() method
225 self.flag(raw::GIT_WORKTREE_PRUNE_WORKING_TREE, working_tree) in working_tree()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/git2-0.13.23/src/
H A Dworktree.rs224 pub fn working_tree(&mut self, working_tree: bool) -> &mut WorktreePruneOptions { in working_tree() method
225 self.flag(raw::GIT_WORKTREE_PRUNE_WORKING_TREE, working_tree) in working_tree()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/git2-0.13.22/src/
H A Dworktree.rs224 pub fn working_tree(&mut self, working_tree: bool) -> &mut WorktreePruneOptions { in working_tree() method
225 self.flag(raw::GIT_WORKTREE_PRUNE_WORKING_TREE, working_tree) in working_tree()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/git2-0.13.18/src/
H A Dworktree.rs224 pub fn working_tree(&mut self, working_tree: bool) -> &mut WorktreePruneOptions { in working_tree() method
225 self.flag(raw::GIT_WORKTREE_PRUNE_WORKING_TREE, working_tree) in working_tree()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/git2-0.13.21/src/
H A Dworktree.rs224 pub fn working_tree(&mut self, working_tree: bool) -> &mut WorktreePruneOptions { in working_tree() method
225 self.flag(raw::GIT_WORKTREE_PRUNE_WORKING_TREE, working_tree) in working_tree()
/dports/misc/broot/broot-1.7.0/cargo-crates/git2-0.13.20/src/
H A Dworktree.rs224 pub fn working_tree(&mut self, working_tree: bool) -> &mut WorktreePruneOptions { in working_tree() method
225 self.flag(raw::GIT_WORKTREE_PRUNE_WORKING_TREE, working_tree) in working_tree()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/git2-0.13.25/src/
H A Dworktree.rs224 pub fn working_tree(&mut self, working_tree: bool) -> &mut WorktreePruneOptions { in working_tree() method
225 self.flag(raw::GIT_WORKTREE_PRUNE_WORKING_TREE, working_tree) in working_tree()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/git2-0.13.15/src/
H A Dworktree.rs224 pub fn working_tree(&mut self, working_tree: bool) -> &mut WorktreePruneOptions { in working_tree() method
225 self.flag(raw::GIT_WORKTREE_PRUNE_WORKING_TREE, working_tree) in working_tree()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/git2-0.13.20/src/
H A Dworktree.rs224 pub fn working_tree(&mut self, working_tree: bool) -> &mut WorktreePruneOptions { in working_tree() method
225 self.flag(raw::GIT_WORKTREE_PRUNE_WORKING_TREE, working_tree) in working_tree()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/git2-0.13.23/src/
H A Dworktree.rs224 pub fn working_tree(&mut self, working_tree: bool) -> &mut WorktreePruneOptions { in working_tree() method
225 self.flag(raw::GIT_WORKTREE_PRUNE_WORKING_TREE, working_tree) in working_tree()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/git2-0.13.23/src/
H A Dworktree.rs224 pub fn working_tree(&mut self, working_tree: bool) -> &mut WorktreePruneOptions { in working_tree() method
225 self.flag(raw::GIT_WORKTREE_PRUNE_WORKING_TREE, working_tree) in working_tree()
/dports/lang/rust/rustc-1.58.1-src/vendor/git2/src/
H A Dworktree.rs224 pub fn working_tree(&mut self, working_tree: bool) -> &mut WorktreePruneOptions { in working_tree() method
225 self.flag(raw::GIT_WORKTREE_PRUNE_WORKING_TREE, working_tree) in working_tree()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/git2-0.13.17/src/
H A Dworktree.rs224 pub fn working_tree(&mut self, working_tree: bool) -> &mut WorktreePruneOptions { in working_tree() method
225 self.flag(raw::GIT_WORKTREE_PRUNE_WORKING_TREE, working_tree) in working_tree()
/dports/textproc/bat/bat-0.18.3/cargo-crates/git2-0.13.20/src/
H A Dworktree.rs224 pub fn working_tree(&mut self, working_tree: bool) -> &mut WorktreePruneOptions { in working_tree() method
225 self.flag(raw::GIT_WORKTREE_PRUNE_WORKING_TREE, working_tree) in working_tree()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/git/refs/
H A Dhead.py36 def reset(self, commit='HEAD', index=True, working_tree=False, argument
74 if working_tree:

12