Home
last modified time | relevance | path

Searched refs:revision_a (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/py-wagtail/wagtail-2.14.2/wagtail/admin/views/pages/
H A Drevisions.py111 revision_a = page
114 revision_a = page.revisions.order_by('created_at', 'id').first()
115 if revision_a:
116 revision_a = revision_a.as_page_object()
121 revision_a = get_object_or_404(page.revisions, id=revision_id_a).as_page_object()
143 comparison = [comp(revision_a, revision_b) for comp in comparison]
149 'revision_a': revision_a,
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/core/management/commands/
H A Dcreate_log_entries_from_revisions.py6 def get_comparison(page, revision_a, revision_b): argument
8 comparison = [comp(revision_a, revision_b) for comp in comparison]
/dports/devel/brz/breezy-3.2.0/breezy/
H A Drevisionspec.py782 revision_a = revision.ensure_null(branch.last_revision())
783 if revision_a == revision.NULL_REVISION:
793 rev_id = graph.find_unique_lca(revision_a, revision_b)
795 raise errors.NoCommonAncestor(revision_a, revision_b)
H A Derrors.py980 def __init__(self, revision_a, revision_b): argument
981 self.revision_a = revision_a
990 def __init__(self, revision_a, revision_b): argument
991 BzrError.__init__(self, revision_a=revision_a, revision_b=revision_b)
H A Dbranch.py1427 def _check_if_descendant_or_diverged(self, revision_a, revision_b, graph, argument
1436 relation = self._revision_relations(revision_a, revision_b, graph)
1446 def _revision_relations(self, revision_a, revision_b, graph): argument
1451 heads = graph.heads([revision_a, revision_b])
1454 elif heads == {revision_a, revision_b}:
1457 elif heads == {revision_a}:
/dports/devel/brz/breezy-3.2.0/po/
H A Dar.po5573 msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5578 "Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
H A Dde.po5573 msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5578 "Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
H A Del.po5573 msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5578 "Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
H A Den_AU.po5573 msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5578 "Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
H A Dfr.po5573 msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5578 "Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
H A Dgl.po5573 msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5578 "Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
H A Dms.po5573 msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5578 "Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
H A Dnb.po5573 msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5578 "Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
H A Dsi.po5573 msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5578 "Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
H A Duk.po5573 msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5578 "Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
H A Dzh_CN.po5573 msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5578 "Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
H A Dcs.po5573 msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5578 "Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
H A Des.po5573 msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5578 "Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
H A Dfa.po5573 msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5578 "Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
H A Dfo.po5573 msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5578 "Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
H A Dhe.po5573 msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5578 "Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
H A Dja.po5573 msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5578 "Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
H A Dko.po5573 msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5578 "Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
H A Dmy.po5573 msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5578 "Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
H A Dru.po5573 msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5578 "Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."

12