-
-
Maybe place this last in the file. We don't tend to use these, but I'm not opposed to it. Might be nice to standardize on them.
-
The things we're importing should start on the same line as the "from ... import". We should be able to fit one or two per line. Then continue them on the next line, indented with the first thing we're importing.
-
-
I don't think we want to throw an ImportError. We might want something, but I'd rather we introduce a RepositoryNotFound exception in scmtools/core.py and use that.
-
-
-
-
SCMTool subclasses tend to be the first class in the file. Not a big deal, but we should try to standardize on that.
-
-
-
-
Initial Monotone Support
Review Request #393 — Created May 18, 2008 and submitted
This basically works. It depends on a local database which we somehow need to determine how to update. Aside from that, binary files are not currently marked, and empty files cause the diff viewer to blow up. I can provide some diffs for testing if anyone would so desire. --- Round two, I think I got everything, although I'm not sure how to handle the FileNotFound, since I'm using file id's which don't contain the name or anything...