D2597: graft: add test for reading old graftstate files with new mechanism
martinvonz (Martin von Zweigbergk)
phabricator at mercurial-scm.org
Thu May 24 22:43:51 UTC 2018
martinvonz added inline comments.
INLINE COMMENTS
> test-graft.t:1417
> + created new head
> + $ hg oldgraft -r 1 -r 2 --config extensions.oldgraft=$TESTTMP/oldgraft.py
> + merging b
Can this line be replaced by `hg log -r 1 -r 2 -T '{node}\n' > .hg/graftstate` and remove the need for the extension above (and the need to create conflicting changes)?
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D2597
To: pulkit, #hg-reviewers
Cc: martinvonz, durin42, mercurial-devel
More information about the Mercurial-devel
mailing list