Searched defs:patch (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/tools/onbld/Scm/
H A DBackup.py61 from mercurial import changegroup, node, patch, util namespace
266 opts = patch.diffopts(self.ws.ui, opts={'git': True})
294 # Check that the patch's parent changeset exists.
312 # There's a race here whereby if the patch (or part thereof)
324 # Mercurial 1.9 changed the files named arg to patch.patch()
333 fuzz = patch.patch(ui=self.ws.ui, repo=self.ws.repo,
336 fuzz = patch.patch(dif
[all...]
H A DWorkSpace.py48 from mercurial import cmdutil, context, hg, node, patch, repair, util namespace
666 opts = patch.diffopts(self.ui, opts)
842 for chunk in patch.diff(self.repo, node1, node2, match=match,
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py103 from mercurial import cmdutil, ignore, node, patch namespace
259 for chunk, label in patch.difflabel(diffs.splitlines, True):
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb_int.h222 int patch; /* Patch version number. */ member in struct:_rlayout
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db.c1173 * patch md.conf file with mddb locations
1179 int patch, /* patching locally */
1191 if (patch)
1176 meta_db_patch( char *sname, char *cname, int patch, md_error_t *ep ) argument

Completed in 49 milliseconds