# HG changeset patch # User Yuki KODAMA <endflow....@gmail.com> # Date 1254327059 -32400 # Node ID dfed5ff1504986a7793fe0dcd7739e95090f4dac # Parent 5dd022f188a42aa3b656efc6ff4189e1df00bd96 history: fix archive dialog
this issue was introduced at <ac6e061672e8> diff --git a/tortoisehg/hgtk/history.py b/tortoisehg/hgtk/history.py --- a/tortoisehg/hgtk/history.py +++ b/tortoisehg/hgtk/history.py @@ -1391,7 +1391,7 @@ def archive(self, menuitem): rev = self.currevid parents = [x.node() for x in self.repo.parents()] - dialog = archive.ArchiveDialog(rev) + dlg = archive.ArchiveDialog(rev) self.show_dialog(dlg) def transplant_rev(self, menuitem): ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Tortoisehg-develop mailing list Tortoisehg-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop