Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

thgshelve: revs option is always expected

Changeset 80245f51155e

Parent 34cca6c1326c

by Steve Borho

Changes to one file · Browse files at 80245f51155e Showing diff from parent 34cca6c1326c Diff from another changeset...

 
35
36
37
 
 
38
39
40
 
35
36
37
38
39
40
41
42
@@ -35,6 +35,8 @@
    def parse_opts(self):   GStatus.parse_opts(self) + if not self.test_opt('rev'): + self.opts['rev'] = ''     def get_title(self):   root = os.path.basename(self.repo.root)