Rev 657: bogus changes in http://bzr.arbash-meinel.com/plugins/DEACTIVATED/bogus

John Arbash Meinel john at arbash-meinel.com
Wed Jul 2 22:43:47 BST 2008


At http://bzr.arbash-meinel.com/plugins/DEACTIVATED/bogus

------------------------------------------------------------
revno: 657
revision-id: john at arbash-meinel.com-20080702214340-61vnerktc5w0rzpw
parent: aaron at aaronbentley.com-20080606023109-kl3qa8r3iku5oj7v
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: bogus
timestamp: Wed 2008-07-02 16:43:40 -0500
message:
  bogus changes
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py	2008-05-30 03:22:51 +0000
+++ b/__init__.py	2008-07-02 21:43:40 +0000
@@ -649,3 +649,4 @@
     result.addTest(TestLoader().loadTestsFromModule(tests.test_rspush))
     result.addTest(TestLoader().loadTestsFromModule(tests.test_cbranch))
     return result
+another

=== modified file 'branches.py'
--- a/branches.py	2007-12-22 02:01:03 +0000
+++ b/branches.py	2008-07-02 21:43:40 +0000
@@ -10,3 +10,4 @@
     t = get_transport(location)
     for branch in list_branches(t):
         print branch.base[len(t.base):].rstrip('/')
+another

=== modified file 'branchhistory.py'
--- a/branchhistory.py	2007-04-04 18:12:00 +0000
+++ b/branchhistory.py	2008-07-02 21:43:40 +0000
@@ -63,3 +63,4 @@
         print "  %d .. %d" % (start, end)
     else:
         print "  %d" % start
+another

=== modified file 'bzrtools.py'
--- a/bzrtools.py	2008-05-23 03:42:30 +0000
+++ b/bzrtools.py	2008-07-02 21:43:40 +0000
@@ -421,3 +421,4 @@
         print "No tests to run"
 if __name__ == "__main__":
     run_tests()
+another

=== modified file 'cbranch.py'
--- a/cbranch.py	2008-03-20 15:36:35 +0000
+++ b/cbranch.py	2008-07-02 21:43:40 +0000
@@ -74,3 +74,4 @@
             if parent.base == transport.base:
                 raise e
             pending_transports.append(parent)
+another

=== modified file 'clean_tree.py'
--- a/clean_tree.py	2007-06-10 17:55:08 +0000
+++ b/clean_tree.py	2008-07-02 21:43:40 +0000
@@ -71,3 +71,4 @@
                 os.unlink(path)
     if not has_deleted:
         note("No files deleted.")
+another

=== modified file 'colordiff.py'
--- a/colordiff.py	2008-04-19 15:10:17 +0000
+++ b/colordiff.py	2008-07-02 21:43:40 +0000
@@ -200,3 +200,4 @@
         if dw.spurious_whitespace > 0:
             trace.warning('%d line(s) have spurious whitespace changes' %
                           dw.spurious_whitespace)
+another

=== modified file 'command.py'
--- a/command.py	2008-02-20 14:28:36 +0000
+++ b/command.py	2008-07-02 21:43:40 +0000
@@ -46,3 +46,4 @@
                 % (bzrlib.__version__, bzrlib_version[0], bzrlib_version[1]))
         if bzrlib_version != desired_plus:
             return 3
+another

=== modified file 'dotgraph.py'
--- a/dotgraph.py	2008-04-11 00:03:51 +0000
+++ b/dotgraph.py	2008-07-02 21:43:40 +0000
@@ -252,3 +252,4 @@
         shutil.rmtree(tempdir)
     return status
 
+another

=== modified file 'errors.py'
--- a/errors.py	2008-05-30 02:46:25 +0000
+++ b/errors.py	2008-07-02 21:43:40 +0000
@@ -74,3 +74,4 @@
 class ChangedBinaryFiles(BzrError):
 
     _fmt = 'Changes involve binary files.'
+another

=== modified file 'fetch_ghosts.py'
--- a/fetch_ghosts.py	2007-04-04 18:12:00 +0000
+++ b/fetch_ghosts.py	2008-07-02 21:43:40 +0000
@@ -84,3 +84,4 @@
             except NoSuchRevision:
                 yield line
         lines = new_lines
+another

=== modified file 'graph.py'
--- a/graph.py	2008-05-23 03:42:17 +0000
+++ b/graph.py	2008-07-02 21:43:40 +0000
@@ -347,3 +347,4 @@
                 " is installed correctly.")
     elif not done:
         print "Unknown file extension: %s" % ext
+another

=== modified file 'heads.py'
--- a/heads.py	2008-05-12 04:14:21 +0000
+++ b/heads.py	2008-07-02 21:43:40 +0000
@@ -198,3 +198,4 @@
             print msg, last_time - self._time
             self._time = last_time
 #/class cmd_heads
+another

=== modified file 'hunk_selector.py'
--- a/hunk_selector.py	2007-04-04 18:12:00 +0000
+++ b/hunk_selector.py	2008-07-02 21:43:40 +0000
@@ -196,3 +196,4 @@
             '(%(count)d of %(total)d)'
         self.strings['end_prompt'] = 'Unshelve these changes?'
         HunkSelector.__init__(self, patches, color)
+another

=== modified file 'link_tree.py'
--- a/link_tree.py	2008-03-11 13:25:33 +0000
+++ b/link_tree.py	2008-07-02 21:43:40 +0000
@@ -34,3 +34,4 @@
         tt.apply()
     finally:
         tt.finalize()
+another

=== modified file 'patch.py'
--- a/patch.py	2008-02-13 04:58:32 +0000
+++ b/patch.py	2008-07-02 21:43:40 +0000
@@ -74,3 +74,4 @@
         raise PatchFailed()
 
     return result
+another

=== modified file 'patchsource.py'
--- a/patchsource.py	2007-07-24 17:10:08 +0000
+++ b/patchsource.py	2008-07-02 21:43:40 +0000
@@ -59,3 +59,4 @@
             raise errors.ChangedBinaryFiles()
         f.seek(0)
         return f.readlines()
+another

=== modified file 'progress.py'
--- a/progress.py	2008-02-13 04:58:32 +0000
+++ b/progress.py	2008-07-02 21:43:40 +0000
@@ -44,3 +44,4 @@
 
 def clear_progress_bar():
     sys.stderr.write('\r%s\r' % (' '*79))
+another

=== modified file 'release.py'
--- a/release.py	2008-02-13 13:25:44 +0000
+++ b/release.py	2008-07-02 21:43:40 +0000
@@ -43,3 +43,4 @@
 #print 'Uploading...'
 #call(['scp', final_name, final_name + '.sig',
 #      'panoramicfeedback.com:opensource/'])
+another

=== modified file 'rspush.py'
--- a/rspush.py	2007-08-14 16:04:32 +0000
+++ b/rspush.py	2008-07-02 21:43:40 +0000
@@ -39,3 +39,4 @@
         cur_branch = WorkingTree.open_containing(".")[0]
         bzrtools.rspush(cur_branch, location, overwrite=overwrite,
                       working_tree=not no_tree)
+another

=== modified file 'setup.py'
--- a/setup.py	2008-02-13 04:58:32 +0000
+++ b/setup.py	2008-07-02 21:43:40 +0000
@@ -10,3 +10,4 @@
       url="http://bazaar-vcs.org/BzrTools",
       packages=['bzrlib.plugins.bzrtools', 'bzrlib.plugins.bzrtools.tests'],
       package_dir={'bzrlib.plugins.bzrtools': '.', })
+another

=== modified file 'shelf.py'
--- a/shelf.py	2008-02-13 04:15:48 +0000
+++ b/shelf.py	2008-07-02 21:43:40 +0000
@@ -303,3 +303,4 @@
             self.log('Copied %s to %s/%s\n' % (os.path.basename(patch),
                 self.name, os.path.basename(new_path)))
             rename(patch, patch + '~')
+another

=== modified file 'shell.py'
--- a/shell.py	2008-02-13 04:58:32 +0000
+++ b/shell.py	2008-07-02 21:43:40 +0000
@@ -316,3 +316,4 @@
         if char in line:
             return True
     return False
+another

=== modified file 'terminal.py'
--- a/terminal.py	2008-06-03 14:46:55 +0000
+++ b/terminal.py	2008-07-02 21:43:40 +0000
@@ -81,3 +81,4 @@
 
 
 # arch-tag: a79b9993-146e-4a51-8bae-a13791703ddd
+another

=== modified file 'test.py'
--- a/test.py	2007-06-18 15:03:02 +0000
+++ b/test.py	2008-07-02 21:43:40 +0000
@@ -31,3 +31,4 @@
     shutil.rmtree(tempdir)
 
 sys.exit({True: 0, False: 3}[result.wasSuccessful()])
+another

=== modified file 'upstream_import.py'
--- a/upstream_import.py	2007-07-26 15:52:55 +0000
+++ b/upstream_import.py	2008-07-02 21:43:40 +0000
@@ -288,3 +288,4 @@
             raise BzrCommandError('Unhandled import source')
     finally:
         tree.unlock()
+another

=== modified file 'userinteractor.py'
--- a/userinteractor.py	2006-08-02 03:23:09 +0000
+++ b/userinteractor.py	2008-07-02 21:43:40 +0000
@@ -147,3 +147,4 @@
             finally:
                 termios.tcsetattr(fd, termios.TCSADRAIN, settings)
             return ch
+another

=== modified file 'version.py'
--- a/version.py	2008-06-06 02:31:09 +0000
+++ b/version.py	2008-07-02 21:43:40 +0000
@@ -1,2 +1,3 @@
 __version__ = '1.6.0'
 version_info = tuple(int(n) for n in __version__.split('.'))
+another

=== modified file 'zap.py'
--- a/zap.py	2007-08-16 03:30:21 +0000
+++ b/zap.py	2008-07-02 21:43:40 +0000
@@ -110,3 +110,4 @@
             zap('checkout', allow_modified=True)
 
     return makeSuite(TestZap)
+another



More information about the bazaar-commits mailing list