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

khanchi97 (Sushil khanchi) phabricator at mercurial-scm.org
Fri Feb 16 14:26:16 EST 2018


khanchi97 updated this revision to Diff 5778.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D2278?vs=5760&id=5778

REVISION DETAIL
  https://phab.mercurial-scm.org/D2278

AFFECTED FILES
  mercurial/commands.py

CHANGE DETAILS

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -1157,11 +1157,13 @@
 def bundle(ui, repo, fname, dest=None, **opts):
     """create a bundle file
 
-    Generate a bundle file containing data to be added to a repository.
+    Generate a bundle file containing data to be transferred to another
+    repository.
 
     To create a bundle containing all changesets, use -a/--all
     (or --base null). Otherwise, hg assumes the destination will have
-    all the nodes you specify with --base parameters. Otherwise, hg
+    all the nodes you specify with --base parameters, where destination is
+    the repository you provide through [DEST] option. Otherwise, hg
     will assume the repository has all the nodes in destination, or
     default-push/default if no destination is specified.
 



To: khanchi97, #hg-reviewers, yuja
Cc: yuja, mercurial-devel


More information about the Mercurial-devel mailing list