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: bookmarks are now a core feature

Changeset 892e4a4ea5c7

Parent 294b4d4ff27f

by Steve Borho

Changes to one file · Browse files at 892e4a4ea5c7 Showing diff from parent 294b4d4ff27f Diff from another changeset...

 
34
35
36
 
 
 
 
37
38
39
 
128
129
130
131
132
133
134
135
136
137
 
34
35
36
37
38
39
40
41
42
43
 
132
133
134
 
 
 
 
135
136
137
@@ -34,6 +34,10 @@
  ('outgoing([path])',   _('Changesets not found in the specified destination repository,'   ' or the default push location.')), + ('bookmark([name])', + _('The named bookmark or all bookmarks.')), + ('tag([name])', + _('The named tag or all tags.')),   ('tagged()',   _('Changeset is tagged.')),   ('head()', @@ -128,10 +132,6 @@
  _('all revisions converted from subversion')),]   _ancestry = list(_ancestry) + [('svnrev(rev)',   _('changeset which represents converted svn revision')),] - if 'bookmarks' in repo.extensions(): - global _common - _common = list(_common) + [('bookmark([name])', - _('The named bookmark or all bookmarks.')),]     self.stbar = cmdui.ThgStatusBar(self)   self.stbar.setSizeGripEnabled(False)