Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

update: implement specifying revision without using --rev

Changeset 4226bdc7bba6

Parent 2311874ed1d3

by Adrian Buehlmann

Changes to one file · Browse files at 4226bdc7bba6 Showing diff from parent 2311874ed1d3 Diff from another changeset...

 
13
14
15
 
 
16
 
13
14
15
16
17
18
@@ -13,4 +13,6 @@
  args = ['update']   if opts.get('rev'):   args += ['-r', opts.get('rev')] + elif len(pats) == 1: + args += [pats[0]]   return cmdui.Dialog(args)