##// END OF EJS Templates
merge with crew-stable
Dirkjan Ochtman -
r6843:b114a8c7 merge default
parent child Browse files
Show More
@@ -115,5 +115,5 b' cmdtable = {'
115 [('r', 'rev', [], _('limit statistics to the specified revisions')),
115 [('r', 'rev', [], _('limit statistics to the specified revisions')),
116 ('', 'aliases', '', _('file with email aliases')),
116 ('', 'aliases', '', _('file with email aliases')),
117 ('', 'progress', None, _('show progress'))],
117 ('', 'progress', None, _('show progress'))],
118 'hg churn [-r revision range] [-a file] [--progress]'),
118 'hg churn [-r REVISIONS] [--aliases FILE] [--progress]'),
119 }
119 }
@@ -2798,6 +2798,8 b' def update(ui, repo, node=None, rev=None'
2798 If the requested revision is on a different named branch and the
2798 If the requested revision is on a different named branch and the
2799 working directory is clean, update quietly switches branches.
2799 working directory is clean, update quietly switches branches.
2800
2800
2801 If you want to update just one file to an older revision, use revert.
2802
2801 See 'hg help dates' for a list of formats valid for --date.
2803 See 'hg help dates' for a list of formats valid for --date.
2802 """
2804 """
2803 if rev and node:
2805 if rev and node:
General Comments 0
You need to be logged in to leave comments. Login now