Submitter | Alexander Becher |
---|---|
Date | July 28, 2014, 1:10 p.m. |
Message ID | <53D64BE0.1040503@rud-steuerungstechnik.de> |
Download | mbox | patch |
Permalink | /patch/5205/ |
State | Accepted |
Commit | ad56fc55cbc3870d257e163469c687088627283b |
Headers | show |
Comments
On Mon, 2014-07-28 at 15:10 +0200, Alexander Becher wrote: > # HG changeset patch > # User Alexander Becher <Alexander.Becher@RuD-Steuerungstechnik.De> > # Date 1406534717 -7200 > # Mon Jul 28 10:05:17 2014 +0200 > # Branch stable > # Node ID 35aea749cfdab325475ef1715397bb6ab2c953cc > # Parent 868e2cea3ea08a2b24b90b8901224d30b5625f2e > graft: add a reference to revsets to the help text (issue3362) Queued for stable, thanks.
Patch
diff -r 868e2cea3ea0 -r 35aea749cfda mercurial/commands.py --- a/mercurial/commands.py Fri Jul 25 15:51:42 2014 -0500 +++ b/mercurial/commands.py Mon Jul 28 10:05:17 2014 +0200 @@ -3108,6 +3108,9 @@ hg log --debug -r . + See :hg:`help revisions` and :hg:`help revsets` for more about + specifying revisions. + Returns 0 on successful completion. '''