getrevisionssince.pgl
来自「Anthill是一个确保受控建造过程和促进在组织内部共享知识的工具。Anthil」· PGL 代码 · 共 21 行
PGL
21 行
<%@ import="com.urbancode.anthill.adapter.*" %><%@ import="com.urbancode.anthill.ProjectProperties" %><% ProjectProperties pp = (ProjectProperties)context.get("Properties"); ProfileRepositoryAdapter ra = (ProfileRepositoryAdapter)context.get("Adapter"); String date = (String)context.get("Date"); String client = pp.getProperty(PerforceRepositoryAdapter.CLIENT_KEY); String view = pp.getProperty(PerforceRepositoryAdapter.VIEW_KEY); if (view == null || view.length() == 0) {%><%@ include="Win32/win_perforce/getCommandInit.pgl" %> changes -s submitted //<%= client %>/...@"<%= date %>,now"<% } else {%><%@ include="Win32/win_perforce/getCommandInit.pgl" %> changes -s submitted <%= view %>@"<%= date %>,now"<% }%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?