Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py

changeset 197
0e12ee787967
parent 178
dd9f0bca5e2f
child 216
6f9713e8d570
--- a/Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py	Sat Apr 24 13:45:56 2010 +0000
+++ b/Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py	Sat Apr 24 13:46:33 2010 +0000
@@ -57,7 +57,6 @@
         args.append('status')
         args.append('--noninteractive')
         args.append('--all')
-##        args.append('.')
         process.setWorkingDirectory(self.projectDir)
         process.start('hg', args)
         procStarted = process.waitForStarted()

eric ide

mercurial