Uh oh!
There was an error while loading. Please reload this page.
Cached revisions - #115
Conversation
lukaszb
commented
May 3, 2013
@marcinkuzminski if you can, please fix problem with gzip not having contextmanager in older pythons. Otherwise I'll fix that tomorrow. |
- fixed issues with @property.setter on py2.5
lukaszb
commented
May 4, 2013
So, there is still documentation missing. After adding it we can probably merge this |
marcinkuzminski
commented
May 4, 2013
I have few comments:
i'm asking so maybe you know the answer now, else we need to test that |
lukaszb
commented
May 9, 2013
The other thing is that we haven't actually check the performance improvement. For relatively small repositories (~5k commits) the difference is very small. For repository with 20k commits the difference is significant (almost twice as fast). Haven't tried with larger repos. |
marcinkuzminski
commented
May 9, 2013
re1. i mean on each repo i run this it make the workdir dirty, i think simple enought would be to store those files inside .hg dir for Mercurial or .git dir for Git (unless it's a bare repo, then at top level re3 - we could switch to pid-lock it's basically storing the PID inside lock file, if lockfile is there, but pid is not, lock is obsolete and get's rewritten twice fast for 20K commit repo sounds nice ! |
Please check if I haven't omit anything.