index
:
bugseverywhere
aaiyer_master
master
python3
Bugtracker built on distributed version control
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libbe
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed removed comment listing in libbe/diff.py.
W. Trevor King
2009-12-04
1
-2
/
+2
*
Use __cmp__ instead of __eq__ for Tree comparison.
W. Trevor King
2009-12-04
1
-2
/
+2
*
Don't necessarily initialize a new VCS in BugDir.load_settings().
W. Trevor King
2009-12-03
1
-2
/
+3
*
Don't get VCS version in VCS.__init__().
W. Trevor King
2009-12-03
1
-2
/
+6
*
Added libbe.TESTING (defaults to False).
W. Trevor King
2009-12-03
24
-921
/
+1031
*
Added copyright blurbs to __init__.py files.
W. Trevor King
2009-12-03
1
-0
/
+16
*
Remove _test() functions from plugin.py and cmdutil.py.
W. Trevor King
2009-12-03
2
-15
/
+0
*
Generalized doctest string in subproc.py
W. Trevor King
2009-11-30
1
-1
/
+1
*
Avoid redundant Comment.alt_ids
W. Trevor King
2009-11-30
1
-1
/
+3
*
Changed Bug and Comment.merge() kwargs.
W. Trevor King
2009-11-30
2
-25
/
+69
*
Minor BugDir docstring typo correction.
W. Trevor King
2009-11-30
1
-1
/
+1
*
Moved comment.list_to_root() to Bug.add_comments() with some cleanups.
W. Trevor King
2009-11-29
2
-65
/
+45
*
Added comment import to Bug.from_xml().
W. Trevor King
2009-11-28
2
-10
/
+93
*
BugDir.list_uuids() -> BugDir.uuids()
W. Trevor King
2009-11-28
2
-7
/
+7
*
Added Bug.merge() and Comment.merge().
W. Trevor King
2009-11-28
2
-16
/
+185
*
Added restrict_file_access to becommands' execute() args.
W. Trevor King
2009-11-21
1
-2
/
+19
*
Fix libbe.vcs.VCS.get_file_contents(allow_no_vcs=True,binary=True).
W. Trevor King
2009-11-21
1
-1
/
+8
*
Broke `be comment --xml` out and extended into `be import-xml`.
W. Trevor King
2009-11-21
2
-3
/
+62
*
Added Bug.from_xml() + some .from_xml() fixups.
W. Trevor King
2009-11-20
3
-72
/
+152
*
Import os in libbe.subproc if _POSIX == True
W. Trevor King
2009-11-20
1
-0
/
+1
*
Import select in libbe.subproc if _POSIX == True
W. Trevor King
2009-11-20
1
-0
/
+3
*
Adjusted test.py to use an installed vcs by default.
W. Trevor King
2009-11-20
3
-8
/
+19
*
Broke subprocess handling out into its own submodule libbe.subproc.
W. Trevor King
2009-11-20
4
-43
/
+227
*
Ran the new update_copyright.py
W. Trevor King
2009-11-19
21
-14
/
+33
*
Use unicode_output=False in some Darcs._u_invoke_client() calls.
W. Trevor King
2009-11-17
6
-21
/
+19
*
Cleanup temp. dir. in libbe.vcs tests.
W. Trevor King
2009-11-17
1
-1
/
+2
*
"CommandStderr" -> "CommandError" in VCS._u_invoke()
W. Trevor King
2009-11-17
1
-1
/
+1
*
Don't attempt to convert unicode objects to strings in *._setting_attr_string()
W. Trevor King
2009-11-17
2
-2
/
+6
*
Set binary=True for mapfile file handling
W. Trevor King
2009-11-17
1
-4
/
+9
*
Added unicode_output option to VCS._u_invoke()
W. Trevor King
2009-11-17
1
-2
/
+8
*
rename "output","error" -> "stdout","stderr" in VCS._u_invoke()
W. Trevor King
2009-11-17
1
-4
/
+4
*
Pass content_type to Comment.new_reply() to fix error adding non-text/ comments
W. Trevor King
2009-10-20
1
-1
/
+3
*
Oops, fixed return typo in libbe.darcs.Darcs._vcs_get_file_contents()
W. Trevor King
2009-10-06
1
-8
/
+8
*
Moved VCS detection from _vcs_help() to _vcs_version().
W. Trevor King
2009-10-06
6
-22
/
+29
*
Moved from *.__del__() to exclusive use of *.cleanup().
W. Trevor King
2009-10-05
4
-14
/
+9
*
Fixed bugdir name collision in cmdutil.bug_from_shortname()
W. Trevor King
2009-09-23
1
-2
/
+2
*
os.path.isdir() -> .exists() for check for "comments" file.
W. Trevor King
2009-09-21
1
-1
/
+1
*
Include stdout in CommandError.
W. Trevor King
2009-09-19
3
-8
/
+9
*
Added libbe.version, wrapping the auto-generated libbe._version.
W. Trevor King
2009-09-15
1
-0
/
+50
*
Added docstrings to libbe submodules.
W. Trevor King
2009-08-31
19
-29
/
+123
*
BugDir.duplicate_bugdir() fix for when parent bugdir's sync_with_disk == False.
W. Trevor King
2009-08-31
1
-2
/
+8
*
RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2
W. Trevor King
2009-08-31
12
-461
/
+477
*
Use 'v#.#' for major/minor version in upgrade.BUGDIR_DISK_VERSIONS
W. Trevor King
2009-08-31
1
-1
/
+1
*
Upgrade duplicate bugdirs if necessary (e.g. for `be diff').
W. Trevor King
2009-08-31
3
-20
/
+49
*
Added libbe/upgrade.py to handle upgrading on-disk bugdirs.
W. Trevor King
2009-08-31
3
-16
/
+144
*
Made get_path() definitions consistent between bugdirs, bugs, and comments.
W. Trevor King
2009-08-31
3
-15
/
+15
*
Handle BugDir.list_uuids() in the case of missing ".be/bugs/".
W. Trevor King
2009-08-11
1
-4
/
+5
*
Now libbe.git.Git handles missing name/email and guesses instead.
W. Trevor King
2009-08-04
1
-4
/
+12
*
Ssupport for UTF-8 in "be comment" calls to EDITOR/VISUAL.
W. Trevor King
2009-08-03
1
-1
/
+2
*
Improved unittest cleanup by adding BugDir.cleanup().
W. Trevor King
2009-07-31
3
-36
/
+54
[next]