Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

backout: assign a default value to rev variable

Needed for "thg backout" command (when no revision is given)

Changeset a92f177efdd0

Parent b705c7c1e89c

by André Sintzoff

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

 
588
589
590
 
 
591
 
588
589
590
591
592
593
@@ -588,4 +588,6 @@
  rev = opts.get('rev')   elif len(pats) == 1:   rev = pats[0] + else: + rev = 'tip'   return BackoutDialog(rev, repo, None)