equal
deleted
inserted
replaced
64 revpruned = -5 |
64 revpruned = -5 |
65 revskipped = (revignored, revprecursor, revpruned) |
65 revskipped = (revignored, revprecursor, revpruned) |
66 |
66 |
67 cmdtable = {} |
67 cmdtable = {} |
68 command = cmdutil.command(cmdtable) |
68 command = cmdutil.command(cmdtable) |
69 # Note for extension authors: ONLY specify testedwith = 'internal' for |
69 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for |
70 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should |
70 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should |
71 # be specifying the version(s) of Mercurial they are tested with, or |
71 # be specifying the version(s) of Mercurial they are tested with, or |
72 # leave the attribute unspecified. |
72 # leave the attribute unspecified. |
73 testedwith = 'internal' |
73 testedwith = 'ships-with-hg-core' |
74 |
74 |
75 def _nothingtorebase(): |
75 def _nothingtorebase(): |
76 return 1 |
76 return 1 |
77 |
77 |
78 def _savegraft(ctx, extra): |
78 def _savegraft(ctx, extra): |