Greetings, The following diff represents the fix for this issue:
7182941 .hgignore needs updating to account for localization changes diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -29,8 +29,12 @@ ^src/gui/data/packagemanager-preferences.schemas$ ^src/gui/data/packagemanager.desktop$ ^src/gui/help/.*/package-manager.xml$ +^src/gui/help/.*/package-manager.localizable.xml$ +^src/gui/help/.*/pkg_help.pot$ +^src/gui/help/package-manager-__LOCALE__.omf$ ^src/pkg/Makefile.link ^src/pkg/pkgtmp/ +^src/po/pkg.pot$ ^src/tests/.coverage$ ^src/tests/.coverage-.*$ ^src/tests/.timing_history.txt$ -Shawn _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
