aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bugs/c894f10f-197d-4b22-9c5b-19f394df40d4/comments/208595bd-35b8-44c2-bf97-fc5ef9e7a58d/body
diff options
context:
space:
mode:
Diffstat (limited to '.be/bugs/c894f10f-197d-4b22-9c5b-19f394df40d4/comments/208595bd-35b8-44c2-bf97-fc5ef9e7a58d/body')
-rw-r--r--.be/bugs/c894f10f-197d-4b22-9c5b-19f394df40d4/comments/208595bd-35b8-44c2-bf97-fc5ef9e7a58d/body17
1 files changed, 0 insertions, 17 deletions
diff --git a/.be/bugs/c894f10f-197d-4b22-9c5b-19f394df40d4/comments/208595bd-35b8-44c2-bf97-fc5ef9e7a58d/body b/.be/bugs/c894f10f-197d-4b22-9c5b-19f394df40d4/comments/208595bd-35b8-44c2-bf97-fc5ef9e7a58d/body
deleted file mode 100644
index 7f46872..0000000
--- a/.be/bugs/c894f10f-197d-4b22-9c5b-19f394df40d4/comments/208595bd-35b8-44c2-bf97-fc5ef9e7a58d/body
+++ /dev/null
@@ -1,17 +0,0 @@
-Example:
-
-We're working happily in a versioned bugdir, and our RCS knows who we
-are. We create a temporary repository copy from a previous revision
-for diff generation. We set the RCS for the copy to "None", since we
-didn't bother initializing our normal RCS in the snapshot copy. But
-now the BugDir instantized on the copy doesn't know who we are!
-
-Solution:
-
-Track user id in the bugdir settings file. If you
-bugdir.settings["user_id"], it will be saved and loaded. When loaded,
-it will also set bugdir.user_id. If you set rcs.user_id, it will be
-returned by rcs.get_user_id(), instead of returing the output of
-rcs._rcs_get_user_id(). We should be caching the output of
-_rcs_get_user_id() anyway.
-