##// END OF EJS Templates
help: make multirevs just an alias for revsets...
Martin von Zweigbergk -
r30610:66cffa87 default
parent child Browse files
Show More
@@ -25,7 +25,6 b''
25 <File Name="hgignore.txt" />
25 <File Name="hgignore.txt" />
26 <File Name="hgweb.txt" />
26 <File Name="hgweb.txt" />
27 <File Name="merge-tools.txt" />
27 <File Name="merge-tools.txt" />
28 <File Name="multirevs.txt" />
29 <File Name="patterns.txt" />
28 <File Name="patterns.txt" />
30 <File Name="phases.txt" />
29 <File Name="phases.txt" />
31 <File Name="revisions.txt" />
30 <File Name="revisions.txt" />
@@ -212,9 +212,8 b' helptable = sorted(['
212 loaddoc('environment')),
212 loaddoc('environment')),
213 (['revisions', 'revs'], _('Specifying Single Revisions'),
213 (['revisions', 'revs'], _('Specifying Single Revisions'),
214 loaddoc('revisions')),
214 loaddoc('revisions')),
215 (['multirevs', 'mrevs'], _('Specifying Multiple Revisions'),
215 (['revsets', 'revset', 'multirevs', 'mrevs'],
216 loaddoc('multirevs')),
216 _("Specifying Revision Sets"), loaddoc('revsets')),
217 (['revsets', 'revset'], _("Specifying Revision Sets"), loaddoc('revsets')),
218 (['filesets', 'fileset'], _("Specifying File Sets"), loaddoc('filesets')),
217 (['filesets', 'fileset'], _("Specifying File Sets"), loaddoc('filesets')),
219 (['diffs'], _('Diff Formats'), loaddoc('diffs')),
218 (['diffs'], _('Diff Formats'), loaddoc('diffs')),
220 (['merge-tools', 'mergetools'], _('Merge Tools'), loaddoc('merge-tools')),
219 (['merge-tools', 'mergetools'], _('Merge Tools'), loaddoc('merge-tools')),
@@ -730,23 +730,15 b' Test help topic with same name as extens'
730 > EOF
730 > EOF
731 $ echo "multirevs = multirevs.py" >> $HGRCPATH
731 $ echo "multirevs = multirevs.py" >> $HGRCPATH
732
732
733 $ hg help multirevs
733 $ hg help multirevs | tail
734 Specifying Multiple Revisions
735 """""""""""""""""""""""""""""
736
734
737 When Mercurial accepts more than one revision, they may be specified
735 - Changesets committed in May 2008, sorted by user:
738 individually, or provided as a topologically continuous range, separated
739 by the ":" character.
740
736
741 The syntax of range notation is [BEGIN]:[END], where BEGIN and END are
737 hg log -r "sort(date('May 2008'), user)"
742 revision identifiers. Both BEGIN and END are optional. If BEGIN is not
743 specified, it defaults to revision number 0. If END is not specified, it
744 defaults to the tip. The range ":" thus means "all revisions".
745
738
746 If BEGIN is greater than END, revisions are treated in reverse order.
739 - Changesets mentioning "bug" or "issue" that are not in a tagged release:
747
740
748 A range acts as a closed interval. This means that a range of 3:5 gives 3,
741 hg log -r "(keyword(bug) or keyword(issue)) and not ancestors(tag())"
749 4 and 5. Similarly, a range of 9:6 gives 9, 8, 7, and 6.
750
742
751 use 'hg help -c multirevs' to see help for the multirevs command
743 use 'hg help -c multirevs' to see help for the multirevs command
752
744
@@ -351,7 +351,6 b' Testing -h/--help:'
351 hgweb Configuring hgweb
351 hgweb Configuring hgweb
352 internals Technical implementation topics
352 internals Technical implementation topics
353 merge-tools Merge Tools
353 merge-tools Merge Tools
354 multirevs Specifying Multiple Revisions
355 patterns File Name Patterns
354 patterns File Name Patterns
356 phases Working with Phases
355 phases Working with Phases
357 revisions Specifying Single Revisions
356 revisions Specifying Single Revisions
@@ -434,7 +433,6 b' Testing -h/--help:'
434 hgweb Configuring hgweb
433 hgweb Configuring hgweb
435 internals Technical implementation topics
434 internals Technical implementation topics
436 merge-tools Merge Tools
435 merge-tools Merge Tools
437 multirevs Specifying Multiple Revisions
438 patterns File Name Patterns
436 patterns File Name Patterns
439 phases Working with Phases
437 phases Working with Phases
440 revisions Specifying Single Revisions
438 revisions Specifying Single Revisions
@@ -113,7 +113,6 b' Short help:'
113 hgweb Configuring hgweb
113 hgweb Configuring hgweb
114 internals Technical implementation topics
114 internals Technical implementation topics
115 merge-tools Merge Tools
115 merge-tools Merge Tools
116 multirevs Specifying Multiple Revisions
117 patterns File Name Patterns
116 patterns File Name Patterns
118 phases Working with Phases
117 phases Working with Phases
119 revisions Specifying Single Revisions
118 revisions Specifying Single Revisions
@@ -190,7 +189,6 b' Short help:'
190 hgweb Configuring hgweb
189 hgweb Configuring hgweb
191 internals Technical implementation topics
190 internals Technical implementation topics
192 merge-tools Merge Tools
191 merge-tools Merge Tools
193 multirevs Specifying Multiple Revisions
194 patterns File Name Patterns
192 patterns File Name Patterns
195 phases Working with Phases
193 phases Working with Phases
196 revisions Specifying Single Revisions
194 revisions Specifying Single Revisions
@@ -831,7 +829,6 b' Test that default list of commands omits'
831 hgweb Configuring hgweb
829 hgweb Configuring hgweb
832 internals Technical implementation topics
830 internals Technical implementation topics
833 merge-tools Merge Tools
831 merge-tools Merge Tools
834 multirevs Specifying Multiple Revisions
835 patterns File Name Patterns
832 patterns File Name Patterns
836 phases Working with Phases
833 phases Working with Phases
837 revisions Specifying Single Revisions
834 revisions Specifying Single Revisions
@@ -1907,13 +1904,6 b' Dish up an empty repo; serve it cold.'
1907 Merge Tools
1904 Merge Tools
1908 </td></tr>
1905 </td></tr>
1909 <tr><td>
1906 <tr><td>
1910 <a href="/help/multirevs">
1911 multirevs
1912 </a>
1913 </td><td>
1914 Specifying Multiple Revisions
1915 </td></tr>
1916 <tr><td>
1917 <a href="/help/patterns">
1907 <a href="/help/patterns">
1918 patterns
1908 patterns
1919 </a>
1909 </a>
@@ -1593,10 +1593,6 b' help/ shows help topics'
1593 "topic": "merge-tools"
1593 "topic": "merge-tools"
1594 },
1594 },
1595 {
1595 {
1596 "summary": "Specifying Multiple Revisions",
1597 "topic": "multirevs"
1598 },
1599 {
1600 "summary": "File Name Patterns",
1596 "summary": "File Name Patterns",
1601 "topic": "patterns"
1597 "topic": "patterns"
1602 },
1598 },
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now