Home
last modified time | relevance | path

Searched defs:dirstate (Results 1 – 16 of 16) sorted by relevance

/dports/devel/mercurial/mercurial-6.0/contrib/fuzz/
H A Ddirstate_corpus.py12 dirstate = os.path.join(reporoot, '.hg', 'dirstate') variable
/dports/sysutils/py-pywatchman/watchman-4.9.0/scm/
H A DMercurial.h24 FileInformation dirstate; member
/dports/devel/mercurial/mercurial-6.0/rust/hg-cpython/src/
H A Dlib.rs35 pub mod dirstate; module
/dports/devel/mercurial/mercurial-6.0/hgext/
H A Djournal.py99 def _setupdirstate(repo, dirstate): argument
113 def recorddirstateparents(dirstate, old, new): argument
/dports/devel/mercurial/mercurial-6.0/hgext/narrow/
H A Dnarrowdirstate.py14 def wrapdirstate(repo, dirstate): argument
/dports/devel/py-hg-evolve/hg-evolve-10.4.1/hgext3rd/evolve/
H A Dcompat.py565 def dirchanges(dirstate): argument
571 def dirchanges(dirstate): argument
/dports/devel/mercurial/mercurial-6.0/rust/hg-core/src/
H A Dlib.rs11 pub mod dirstate; module
H A Drepo.rs263 let dirstate = self.dirstate_file_contents()?; in dirstate_parents() localVariable
/dports/editors/joe/joe-4.6/joe/
H A Dpath.c303 int dirstate = 0; variable
/dports/devel/mercurial/mercurial-6.0/hgext/fsmonitor/
H A D__init__.py706 def makedirstate(repo, dirstate): argument
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Ddirstate.py102 class dirstate(object): class
H A Dscmutil.py326 def __init__(self, ui, abort, dirstate): argument
H A Dlocalrepo.py1744 def dirstate(self): member in localrepository
/dports/devel/mercurial/mercurial-6.0/hgext/largefiles/
H A Doverrides.py491 dirstate = lfutil.openlfdirstate(ui, repo) variable in overridedebugstate.fakerepo
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Dworkingtree_4.py1722 def __init__(self, dirstate, revision_id, repository, nested_tree_transport): argument
/dports/devel/mercurial/mercurial-6.0/mercurial/interfaces/
H A Drepository.py1644 dirstate = interfaceutil.Attribute("""Working directory state.""") variable in ilocalrepositorymain