# HG changeset patch
# User Yuki KODAMA <[email protected]>
# Date 1243274181 -32400
# Node ID e6bb1df8fa84834e1d81b06a0c5249d701c248b8
# Parent ec336fbde8f38acd2ed3fca3974b63501ba1d0f3
status: resolve missing dialog DetectRenameDialog
diff --git a/hggtk/status.py b/hggtk/status.py
--- a/hggtk/status.py
+++ b/hggtk/status.py
@@ -19,7 +19,7 @@
from thgutil.i18n import _
from thgutil import hglib, shlib, paths
-from hggtk import dialog, gdialog, hgshelve, gtklib, rename, hgignore
+from hggtk import dialog, gdialog, hgshelve, gtklib, guess, hgignore
# file model row enumerations
FM_CHECKED = 0
@@ -1225,7 +1225,7 @@
return True
def _guess_rename(self, stat, wfile):
- dlg = rename.DetectRenameDialog(self.repo.root)
+ dlg = guess.DetectRenameDialog()
dlg.show_all()
dlg.set_notify_func(self.ignoremask_updated)
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop