This is an archive of the discontinued Mercurial Phabricator instance.

githelp: update suggestion for apply
ClosedPublic

Authored by gabrys on Nov 27 2017, 2:02 PM.
Tags
None
Subscribers

Details

Reviewers
simpkins
Group Reviewers
Restricted Project
Commits
rFBHGX6ccc7322a4ae: githelp: update suggestion for apply
Summary

Current:

$ hg githelp apply abc.diff
hg import abc.diff

Expected:

$ hg githelp apply abc.diff
hg import --no-commit abc.diff

git apply doesn't commit the applied diff, hg import (without the flag) does.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

gabrys created this revision.Nov 27 2017, 2:02 PM
gabrys retitled this revision from Update hg githelp apply to githelp: update suggestion for apply.Nov 27 2017, 2:08 PM
pulkit changed the repository for this revision from rHG Mercurial to rFBHGX Facebook Mercurial Extensions.
pulkit added a reviewer: Restricted Project.
pulkit removed a subscriber: mercurial-devel.
simpkins accepted this revision.Nov 27 2017, 2:34 PM
simpkins added a subscriber: simpkins.

Thanks!

This revision is now accepted and ready to land.Nov 27 2017, 2:34 PM
This revision was automatically updated to reflect the committed changes.