comparison tests/test-phabricator.t @ 44775:cf3e07d7648a stable 5.4

tests: clarify a comment describing a phabricator test scenario Per review feedback. Differential Revision: https://phab.mercurial-scm.org/D8455
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 16 Apr 2020 19:23:12 -0400
parents c1c922391314
children 7a0a1be721a3
comparison
equal deleted inserted replaced
44774:c1c922391314 44775:cf3e07d7648a
179 Phabsending a skipped commit: 179 Phabsending a skipped commit:
180 $ hg phabsend --no-amend -r . --test-vcr "$VCR/phabsend-skipped.json" 180 $ hg phabsend --no-amend -r . --test-vcr "$VCR/phabsend-skipped.json"
181 1849d7828727 mapped to old nodes ['1849d7828727'] 181 1849d7828727 mapped to old nodes ['1849d7828727']
182 D7919 - skipped - 1849d7828727: create comment for phabricator test 182 D7919 - skipped - 1849d7828727: create comment for phabricator test
183 183
184 Phabsend doesn't create an instability when rebasing existing revisions on top 184 Phabsend doesn't create an instability when restacking existing revisions on top
185 of new revisions. 185 of new revisions.
186 186
187 $ hg init reorder 187 $ hg init reorder
188 $ cd reorder 188 $ cd reorder
189 $ cat >> .hg/hgrc <<EOF 189 $ cat >> .hg/hgrc <<EOF