D2095: clone: updates the help text for hg clone -r (issue5654) [bugzilla] and hg clone -b

2018-03-02 Thread sangeet259 (Sangeet Kumar Mishra)
This revision was automatically updated to reflect the committed changes.
Closed by commit rHG4de15c54e59f: clone: updates the help text for hg clone 
-{r,b} (issue5654) (authored by sangeet259, committed by ).

CHANGED PRIOR TO COMMIT
  https://phab.mercurial-scm.org/D2095?vs=5371=6401#toc

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D2095?vs=5371=6401

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

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
@@ -1326,8 +1326,10 @@
'directory (only a repository)')),
 ('u', 'updaterev', '', _('revision, tag, or branch to check out'),
 _('REV')),
-('r', 'rev', [], _('include the specified changeset'), _('REV')),
-('b', 'branch', [], _('clone only the specified branch'), _('BRANCH')),
+('r', 'rev', [], _('do not clone everything, but include this changeset'
+   ' and its ancestors'), _('REV')),
+('b', 'branch', [], _('do not clone everything, but include this branch\'s'
+  ' changesets and their ancestors'), _('BRANCH')),
 ('', 'pull', None, _('use pull protocol to copy metadata')),
 ('', 'uncompressed', None,
_('an alias to --stream (DEPRECATED)')),



To: sangeet259, #hg-reviewers, durin42
Cc: pulkit, durin42, joerg.sonnenberger, dlax, mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


D2095: clone: updates the help text for hg clone -r (issue5654) [bugzilla] and hg clone -b

2018-02-18 Thread sangeet259 (Sangeet Kumar Mishra)
sangeet259 added a comment.


  Oh! Thanks for letting me know!
  I will keep that in mind.

REPOSITORY
  rHG Mercurial

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

To: sangeet259, #hg-reviewers, durin42
Cc: pulkit, durin42, joerg.sonnenberger, dlax, mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


D2095: clone: updates the help text for hg clone -r (issue5654) [bugzilla] and hg clone -b

2018-02-18 Thread pulkit (Pulkit Goyal)
pulkit added a comment.


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

REPOSITORY
  rHG Mercurial

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

To: sangeet259, #hg-reviewers, durin42
Cc: pulkit, durin42, joerg.sonnenberger, dlax, mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


D2095: clone: updates the help text for hg clone -r (issue5654) [bugzilla] and hg clone -b

2018-02-14 Thread durin42 (Augie Fackler)
durin42 accepted this revision as: durin42.
durin42 added a comment.


  I can live with this as a strict improvement over what we've got. Anyone 
object or want to agree with me?
  
  (I'm happy to fix the inevitable test changes in flight)

REPOSITORY
  rHG Mercurial

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

To: sangeet259, #hg-reviewers, durin42
Cc: durin42, joerg.sonnenberger, dlax, mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


D2095: clone: updates the help text for hg clone -r (issue5654) [bugzilla] and hg clone -b

2018-02-13 Thread sangeet259 (Sangeet Kumar Mishra)
sangeet259 added a comment.


  In https://phab.mercurial-scm.org/D2095#35494, @joerg.sonnenberger wrote:
  
  > There was a longish discussion on IRC about this. The problem is that the 
flags by themselves do not document the interaction of -r and -b or multiple 
instances of either at all. The change was a compromise trying to address that.
  
  
  Yeah, I had a long discussion regarding this on IRC, this is finally what all 
agreed upon.

REPOSITORY
  rHG Mercurial

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

To: sangeet259, #hg-reviewers
Cc: joerg.sonnenberger, dlax, mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


D2095: clone: updates the help text for hg clone -r (issue5654) [bugzilla] and hg clone -b

2018-02-11 Thread joerg.sonnenberger (Joerg Sonnenberger)
joerg.sonnenberger added a comment.


  There was a longish discussion on IRC about this. The problem is that the 
flags by themselves do not document the interaction of -r and -b or multiple 
instances of either at all. The change was a compromise trying to address that.

REPOSITORY
  rHG Mercurial

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

To: sangeet259, #hg-reviewers
Cc: joerg.sonnenberger, dlax, mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


D2095: clone: updates the help text for hg clone -r (issue5654) [bugzilla] and hg clone -b

2018-02-11 Thread dlax (Denis Laxalde)
dlax added a comment.


  sangeet259 (Sangeet Kumar Mishra) wrote:
  
  > @dlax https://phab.mercurial-scm.org/p/dlax/ Yes, but the short 
  >  summary didn't say what it does! It just says "include the specified 
  >  changeset".
  
  I agree it's not super-clear. Perhaps we could say "clone only specified 
  changeset" for -r (help for -b looks ok to me).

REPOSITORY
  rHG Mercurial

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

To: sangeet259, #hg-reviewers
Cc: dlax, mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


D2095: clone: updates the help text for hg clone -r (issue5654) [bugzilla] and hg clone -b

2018-02-09 Thread sangeet259 (Sangeet Kumar Mishra)
sangeet259 added a comment.


  @dlax Yes, but the short summary didn't say what it does! It just says 
"include the specified changeset".

REPOSITORY
  rHG Mercurial

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

To: sangeet259, #hg-reviewers
Cc: dlax, mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


D2095: clone: updates the help text for hg clone -r (issue5654) [bugzilla] and hg clone -b

2018-02-09 Thread dlax (Denis Laxalde)
dlax added a comment.


  As mentioned in the issue, there's already an explanation paragraph help:
  
To pull only a subset of changesets, specify one or more revisions
identifiers with -r/--rev or branches with -b/--branch. The resulting
clone will contain only the specified changesets and their ancestors.

REPOSITORY
  rHG Mercurial

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

To: sangeet259, #hg-reviewers
Cc: dlax, mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


D2095: clone: updates the help text for hg clone -r (issue5654) [bugzilla] and hg clone -b

2018-02-09 Thread sangeet259 (Sangeet Kumar Mishra)
sangeet259 updated this revision to Diff 5371.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D2095?vs=5370=5371

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

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
@@ -1320,8 +1320,10 @@
'directory (only a repository)')),
 ('u', 'updaterev', '', _('revision, tag, or branch to check out'),
 _('REV')),
-('r', 'rev', [], _('include the specified changeset'), _('REV')),
-('b', 'branch', [], _('clone only the specified branch'), _('BRANCH')),
+('r', 'rev', [], _('do not clone everything, but include this changeset\
+   and its ancestors'), _('REV')),
+('b', 'branch', [], _('do not clone everything, but include this branch\'s\
+ changesets and their ancestors'), _('BRANCH')),
 ('', 'pull', None, _('use pull protocol to copy metadata')),
 ('', 'uncompressed', None,
_('an alias to --stream (DEPRECATED)')),



To: sangeet259, #hg-reviewers
Cc: mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel