Rev 3256: (James Westby) Add pack to the list of debug flags. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Fri Mar 7 23:11:55 GMT 2008
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 3256
revision-id:pqm at pqm.ubuntu.com-20080307231150-h9ct4c51ekdiexbs
parent: pqm at pqm.ubuntu.com-20080307213538-tsypuh27294se5h1
parent: bialix at ukr.net-20080307202405-ntf07fwjw0mgw979
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Fri 2008-03-07 23:11:50 +0000
message:
(James Westby) Add pack to the list of debug flags.
modified:
bzrlib/debug.py debug.py-20061102062349-vdhrw9qdpck8cl35-1
bzrlib/help_topics/__init__.py help_topics.py-20060920210027-rnim90q9e0bwxvy4-1
bzrlib/tests/test_osutils.py test_osutils.py-20051201224856-e48ee24c12182989
------------------------------------------------------------
revno: 3231.4.2
revision-id:bialix at ukr.net-20080307202405-ntf07fwjw0mgw979
parent: jw+debian at jameswestby.net-20080301124212-4p3417gfs2pdwnbn
committer: Alexander Belchenko <bialix at ukr.net>
branch nick: jamesw
timestamp: Fri 2008-03-07 22:24:05 +0200
message:
fix test_resource_string.
modified:
bzrlib/tests/test_osutils.py test_osutils.py-20051201224856-e48ee24c12182989
------------------------------------------------------------
revno: 3231.4.1
revision-id:jw+debian at jameswestby.net-20080301124212-4p3417gfs2pdwnbn
parent: pqm at pqm.ubuntu.com-20080223141021-zgxlzjmg5c0hym5n
committer: James Westby <jw+debian at jameswestby.net>
branch nick: bzr.dev
timestamp: Sat 2008-03-01 12:42:12 +0000
message:
Add pack to the list of debug flags.
modified:
bzrlib/debug.py debug.py-20061102062349-vdhrw9qdpck8cl35-1
bzrlib/help_topics/__init__.py help_topics.py-20060920210027-rnim90q9e0bwxvy4-1
=== modified file 'bzrlib/debug.py'
--- a/bzrlib/debug.py 2008-01-22 05:00:42 +0000
+++ b/bzrlib/debug.py 2008-03-01 12:42:12 +0000
@@ -37,5 +37,6 @@
* knit - trace knit operations
* lock - trace when lockdir locks are taken or released
* merge - emit information for debugging merges
+ * pack - emit information about pack operations
"""
=== modified file 'bzrlib/help_topics/__init__.py'
--- a/bzrlib/help_topics/__init__.py 2008-02-06 10:07:17 +0000
+++ b/bzrlib/help_topics/__init__.py 2008-03-01 12:42:12 +0000
@@ -291,6 +291,7 @@
-Dknit Trace knit operations.
-Dlock Trace when lockdir locks are taken or released.
-Dmerge Emit information for debugging merges.
+-Dpack Emit information about pack operations.
"""
_standard_options = \
=== modified file 'bzrlib/tests/test_osutils.py'
--- a/bzrlib/tests/test_osutils.py 2008-01-22 05:00:42 +0000
+++ b/bzrlib/tests/test_osutils.py 2008-03-07 20:24:05 +0000
@@ -1117,6 +1117,7 @@
* knit - trace knit operations
* lock - trace when lockdir locks are taken or released
* merge - emit information for debugging merges
+ * pack - emit information about pack operations
"""
'''
More information about the bazaar-commits
mailing list