This is an archive of the discontinued Mercurial Phabricator instance.

bundle: updates the help text for hg bundle (issue5744) [bugzilla]
ClosedPublic

Authored by khanchi97 on Feb 15 2018, 8:12 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

khanchi97 created this revision.Feb 15 2018, 8:12 AM
yuja requested changes to this revision.Feb 16 2018, 7:23 AM
yuja added a subscriber: yuja.
yuja added inline comments.
mercurial/commands.py
1161

"probably a repository" ?

If --all given, the generated bundle isn't intended to be added to the DEST repository.

1167–1168

Here the destination repository is described. I think we can instead refine
this paragraph to clarify what the DEST is.

This revision now requires changes to proceed.Feb 16 2018, 7:23 AM
khanchi97 updated this revision to Diff 5778.Feb 16 2018, 2:25 PM
yuja requested changes to this revision.Feb 16 2018, 10:41 PM
yuja added inline comments.
mercurial/commands.py
1165

where the destination repository isn't DEST. :)
--base and --all are the options incompatible with DEST.

Can you move this to the last sentence?

This revision now requires changes to proceed.Feb 16 2018, 10:41 PM
khanchi97 updated this revision to Diff 5794.Feb 17 2018, 12:19 AM
yuja accepted this revision.Feb 17 2018, 7:29 AM
This revision is now accepted and ready to land.Feb 17 2018, 7:29 AM
yuja added a comment.Feb 17 2018, 7:31 AM

Queued, thanks. Dropped [ ] from [DEST] because [] is the notation
meaning that the DEST argument may be omitted.

This revision was automatically updated to reflect the committed changes.
pulkit added a subscriber: pulkit.Feb 18 2018, 8:22 AM

For future bug fixes: we don't append [bugzilla] at the end of commits which fixes bug, we only mention the issue number. We only use bugzilla for bugs/issues so an issue number in the commit message refers to the issue on bugzilla.

Okay, I will take care of that.