Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

stable commit: prevent qnew from acting globally when no files are selected

Closes #929

Changeset 30ce9122ccdd

Parent d9240716b7ef

by Steve Borho

Changes to one file · Browse files at 30ce9122ccdd Showing diff from parent d9240716b7ef Diff from another changeset...

 
1128
1129
1130
 
 
1131
1132
1133
 
1128
1129
1130
1131
1132
1133
1134
1135
@@ -1128,6 +1128,8 @@
  if self.qnew:   cmdline[1] = 'qnew'   cmdline.append('--force') + if not files: + cmdline += ['-X', self.repo.root]   elif self.qheader is not None:   cmdline[1] = 'qrefresh'   if not files: