This is an archive of the discontinued Mercurial Phabricator instance.

commit: fix a typo ("form p1" -> "from p1")
ClosedPublic

Authored by martinvonz on May 15 2019, 12:22 AM.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

martinvonz created this revision.May 15 2019, 12:22 AM
pulkit accepted this revision.May 15 2019, 1:22 PM

Amending the following diff in flight:

diff --git a/tests/test-graft.t b/tests/test-graft.t
--- a/tests/test-graft.t
+++ b/tests/test-graft.t
@@ -755,7 +755,7 @@ Transplants of grafts can find a destina
   committing files:
   b
   warning: can't find ancestor for 'b' copied from 'a'!
-  reusing manifest form p1 (listed files actually unchanged)
+  reusing manifest from p1 (listed files actually unchanged)
   committing changelog
   updating the branch cache
   $ hg log -r 'destination(13)'
This revision was automatically updated to reflect the committed changes.
In D6375#92739, @pulkit wrote:

Amending the following diff in flight:

diff --git a/tests/test-graft.t b/tests/test-graft.t
--- a/tests/test-graft.t
+++ b/tests/test-graft.t
@@ -755,7 +755,7 @@ Transplants of grafts can find a destina
   committing files:
   b
   warning: can't find ancestor for 'b' copied from 'a'!
-  reusing manifest form p1 (listed files actually unchanged)
+  reusing manifest from p1 (listed files actually unchanged)
   committing changelog
   updating the branch cache
   $ hg log -r 'destination(13)'

Thanks! (and sorry I didn't notice that)