hgext3rd/evolve/obshashtree.py
changeset 4715 12c8b24757f4
parent 4644 b228672b0ff9
child 4814 48b30ff742cb
equal deleted inserted replaced
4714:c51fc0ae7a7e 4715:12c8b24757f4
    26 
    26 
    27 # Dash computed from a given changesets using all markers relevant to it and
    27 # Dash computed from a given changesets using all markers relevant to it and
    28 # the obshash of its parents.  This is similar to what happend for changeset
    28 # the obshash of its parents.  This is similar to what happend for changeset
    29 # node where the parent is used in the computation
    29 # node where the parent is used in the computation
    30 @eh.command(
    30 @eh.command(
    31     'debugobsrelsethashtree',
    31     b'debugobsrelsethashtree',
    32     [('', 'v0', None, 'hash on marker format "0"'),
    32     [(b'', b'v0', None, b'hash on marker format "0"'),
    33      ('', 'v1', None, 'hash on marker format "1" (default)')], _(''))
    33      (b'', b'v1', None, b'hash on marker format "1" (default)')], _(b''))
    34 def debugobsrelsethashtree(ui, repo, v0=False, v1=False):
    34 def debugobsrelsethashtree(ui, repo, v0=False, v1=False):
    35     """display Obsolete markers, Relevant Set, Hash Tree
    35     """display Obsolete markers, Relevant Set, Hash Tree
    36     changeset-node obsrelsethashtree-node
    36     changeset-node obsrelsethashtree-node
    37 
    37 
    38     It computed form the "obs-hash-tree" value of its parent and markers
    38     It computed form the "obs-hash-tree" value of its parent and markers