diff options
author | W. Trevor King <wking@drexel.edu> | 2009-12-13 06:19:23 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-12-13 06:19:23 -0500 |
commit | 4d057dab603f42ec40b911dbee6792dcf107bd14 (patch) | |
tree | 9a73459aa160e3c96f4893b132543f412ca6e97f /.be/bugs/52034fd0-ec50-424d-b25d-2beaf2d2c317/comments | |
parent | dff6bd9bf89ca80e2265696a478e540476718c9c (diff) | |
download | bugseverywhere-4d057dab603f42ec40b911dbee6792dcf107bd14.tar.gz |
Converted libbe.storage.vcs.base to new Storage format.
Diffstat (limited to '.be/bugs/52034fd0-ec50-424d-b25d-2beaf2d2c317/comments')
6 files changed, 0 insertions, 72 deletions
diff --git a/.be/bugs/52034fd0-ec50-424d-b25d-2beaf2d2c317/comments/4c50ca0b-a08f-4723-b00d-4bf342cf86b6/body b/.be/bugs/52034fd0-ec50-424d-b25d-2beaf2d2c317/comments/4c50ca0b-a08f-4723-b00d-4bf342cf86b6/body deleted file mode 100644 index 90b386a..0000000 --- a/.be/bugs/52034fd0-ec50-424d-b25d-2beaf2d2c317/comments/4c50ca0b-a08f-4723-b00d-4bf342cf86b6/body +++ /dev/null @@ -1,20 +0,0 @@ -I'm all for flexibility, so long as it doesn't require too much -hackery to implement it. You'll have two problems: - - * Determining what to commit. - - You'd have to have RCS keep a log of all versioned files it - touched, and extend .commit() to accept the keyword list "files" - and commit only those files. This is doable, but maybe not worth - the trouble. - - * Generating meaningful commit messages. - - You'd have to add this functionality to each command (and future - commands). - -This would probably not be a good idea for the Arch and Mercurial -backends, since they have a limited ability to rewrite history when -you screw up your commit message (as far as I can tell). Mercurial -does have "hg rollback", but it only works once, and lots of -typo-correction commits would just make the logs awkward. diff --git a/.be/bugs/52034fd0-ec50-424d-b25d-2beaf2d2c317/comments/4c50ca0b-a08f-4723-b00d-4bf342cf86b6/values b/.be/bugs/52034fd0-ec50-424d-b25d-2beaf2d2c317/comments/4c50ca0b-a08f-4723-b00d-4bf342cf86b6/values deleted file mode 100644 index eb90c47..0000000 --- a/.be/bugs/52034fd0-ec50-424d-b25d-2beaf2d2c317/comments/4c50ca0b-a08f-4723-b00d-4bf342cf86b6/values +++ /dev/null @@ -1,11 +0,0 @@ -Author: W. Trevor King <wking@drexel.edu> - - -Content-type: text/plain - - -Date: Fri, 24 Jul 2009 12:33:58 +0000 - - -In-reply-to: b17a561a-6100-490e-84eb-d1ae4b617940 - diff --git a/.be/bugs/52034fd0-ec50-424d-b25d-2beaf2d2c317/comments/79fb6ef2-176c-45c0-b898-59c3c3e0aafe/body b/.be/bugs/52034fd0-ec50-424d-b25d-2beaf2d2c317/comments/79fb6ef2-176c-45c0-b898-59c3c3e0aafe/body deleted file mode 100644 index 7dbeebb..0000000 --- a/.be/bugs/52034fd0-ec50-424d-b25d-2beaf2d2c317/comments/79fb6ef2-176c-45c0-b898-59c3c3e0aafe/body +++ /dev/null @@ -1,13 +0,0 @@ -> * Determining what to commit. -> -> You'd have to have RCS keep a log of all versioned files it -> touched, and extend .commit() to accept the keyword list "files" -> and commit only those files. This is doable, but maybe not worth -> the trouble. - -On the other hand, just attemting to commit evverything after each -command would make it nice and easy to commit bug fixes: - be --auto-commit status XYZ fixed -which would commit whatever changes you had outstanding with an -appropriate commit message. - diff --git a/.be/bugs/52034fd0-ec50-424d-b25d-2beaf2d2c317/comments/79fb6ef2-176c-45c0-b898-59c3c3e0aafe/values b/.be/bugs/52034fd0-ec50-424d-b25d-2beaf2d2c317/comments/79fb6ef2-176c-45c0-b898-59c3c3e0aafe/values deleted file mode 100644 index b3dba3f..0000000 --- a/.be/bugs/52034fd0-ec50-424d-b25d-2beaf2d2c317/comments/79fb6ef2-176c-45c0-b898-59c3c3e0aafe/values +++ /dev/null @@ -1,11 +0,0 @@ -Author: W. Trevor King <wking@drexel.edu> - - -Content-type: text/plain - - -Date: Sun, 06 Dec 2009 21:45:15 +0000 - - -In-reply-to: 4c50ca0b-a08f-4723-b00d-4bf342cf86b6 - diff --git a/.be/bugs/52034fd0-ec50-424d-b25d-2beaf2d2c317/comments/b17a561a-6100-490e-84eb-d1ae4b617940/body b/.be/bugs/52034fd0-ec50-424d-b25d-2beaf2d2c317/comments/b17a561a-6100-490e-84eb-d1ae4b617940/body deleted file mode 100644 index c88a838..0000000 --- a/.be/bugs/52034fd0-ec50-424d-b25d-2beaf2d2c317/comments/b17a561a-6100-490e-84eb-d1ae4b617940/body +++ /dev/null @@ -1,9 +0,0 @@ -... -Also, why doesn't be commit after it takes an action? I think it's -kinda weird that I have to commit after creating a new bug. -... - -as posted in - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477125 - on - Fri, 12 Jun 2009 17:03:02 +0200 diff --git a/.be/bugs/52034fd0-ec50-424d-b25d-2beaf2d2c317/comments/b17a561a-6100-490e-84eb-d1ae4b617940/values b/.be/bugs/52034fd0-ec50-424d-b25d-2beaf2d2c317/comments/b17a561a-6100-490e-84eb-d1ae4b617940/values deleted file mode 100644 index d9d45f7..0000000 --- a/.be/bugs/52034fd0-ec50-424d-b25d-2beaf2d2c317/comments/b17a561a-6100-490e-84eb-d1ae4b617940/values +++ /dev/null @@ -1,8 +0,0 @@ -Author: Martin F Krafft <madduck@debian.org> - - -Content-type: text/plain - - -Date: Fri, 24 Jul 2009 12:09:02 +0000 - |