Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4rc1, 0.4rc2, and 0.4rc3

hggtk/synch: do not warn on regular uncommitted changes when updating

Changeset 22f3d6de1981

Parent 23a2c2603fdb

by TK Soh

Changes to one file · Browse files at 22f3d6de1981 Showing diff from parent 23a2c2603fdb Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​synch.py Stacked
 
244
245
246
247
248
249
250
251
 
244
245
246
 
 
247
248
249
@@ -244,8 +244,6 @@
  warning = "Outstanding uncommitted merges"   elif pa != p1 and pa != p2:   warning = "Update spans branches" - elif wc.files(): - warning = "Outstanding uncommitted changes"   if warning:   flags = ['--clean']   msg = 'Lose all changes in your working directory?'