Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable revset: update documentation for p1() and p2()

In Mercurial 1.8, empty p1() and p2() operate on the working directory

Changeset ccd117e91e73

Parent dd9454f8cbcb

by Steve Borho

Changes to one file · Browse files at ccd117e91e73 Showing diff from parent dd9454f8cbcb Diff from another changeset...

 
82
83
84
85
 
86
87
 
88
89
90
 
82
83
84
 
85
86
 
87
88
89
90
@@ -82,9 +82,9 @@
  ('parents(set)',   _('The set of all parents for all changesets in set.')),   ('p1(set)', - _('First parent for all changesets in set.')), + _('First parent for all changesets in set, or the working directory.')),   ('p2(set)', - _('Second parent for all changesets in set.')), + _('Second parent for all changesets in set, or the working directory.')),   ('roots(set)',   _('Changesets whith no parent changeset in set.')),   ('present(set)',