Plugins/VcsPlugins/vcsSubversion/subversion.py

branch
5_3_x
changeset 2764
1d85539ac41a
parent 2455
0e33ff267952
child 3045
246a9fcead25
equal deleted inserted replaced
2762:423835fb1204 2764:1d85539ac41a
1926 self.repoBrowser.show() 1926 self.repoBrowser.show()
1927 self.repoBrowser.start(url) 1927 self.repoBrowser.start(url)
1928 1928
1929 def svnRemoveFromChangelist(self, names): 1929 def svnRemoveFromChangelist(self, names):
1930 """ 1930 """
1931 Public method to remove a file or directory from it's changelist. 1931 Public method to remove a file or directory from its changelist.
1932 1932
1933 Note: Directories will be removed recursively. 1933 Note: Directories will be removed recursively.
1934 1934
1935 @param names name or list of names of file or directory to remove 1935 @param names name or list of names of file or directory to remove
1936 (string) 1936 (string)

eric ide

mercurial