D5962: copies: add test that makes both the merging csets dirty and fails
martinvonz (Martin von Zweigbergk)
phabricator at mercurial-scm.org
Mon Feb 25 17:29:36 UTC 2019
martinvonz added inline comments.
INLINE COMMENTS
> test-copytrace-heuristics.t:931-980
> + $ hg graft -r 6 --base c9241b0f2d5b --hidden
> + grafting 6:99802e4f1e46 "added willconflict and d" (tip)
> + ** unknown exception encountered, please report by visiting
> + ** https://mercurial-scm.org/wiki/BugTracker
> + ** Python 2.7.12 (default, Nov 12 2018, 14:36:49) [GCC 5.4.0 20160609]
> + ** Mercurial Distributed SCM (version 4.8.1+539-b6c610bf567e+20181221)
> + ** Extensions loaded: rebase, shelve
nit: we usually redirect stderr and grep for the error (`AssertionError` here) to make it a bit shorter. (besides, the test here with `/home/khanchi/` paths is clearly not going to pass on most people's machines)
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D5962
To: khanchi97, #hg-reviewers
Cc: martinvonz, mercurial-devel
More information about the Mercurial-devel
mailing list