branches with status:
Name Status Last Modified Last Commit
lp:~jameinel/bzrtools/cygwin-title (Has a merge proposal) Development 2009-12-17 21:24:36 UTC
739. Word wrap appropriately

Author: John A Meinel
Revision Date: 2009-12-17 21:23:58 UTC

Word wrap appropriately

lp:~jameinel/bzr/2.1.0rc1-faster-export-343218 Development 2009-12-15 17:39:48 UTC
4901. Move the patch for dir exporter into ...

Author: John A Meinel
Revision Date: 2009-12-15 17:39:31 UTC

Move the patch for dir exporter into a helper.

This makes it easier for other exporters to be fast. Note that because
the content is defined as being returned in arbitrary order, this may
not actually be appropriate for tar and zip exporters. People complained
that 'bzr export foo.tar.gz' wasn't stable enough because of gz timestamps,
this would be far worse.

lp:~jameinel/bzr/2.1.0b4-pull-v Development 2009-12-09 17:29:36 UTC
4788. Handle when pull --overwrite no longe...

Author: John A Meinel
Revision Date: 2009-12-09 17:29:36 UTC

Handle when pull --overwrite no longer has the tip in the ancestry.

lp:~jameinel/bzr/2.1-remove-win32-build (Has a merge proposal) Development 2009-10-23 15:02:15 UTC
4766. Remove some of the build dependencies...

Author: John A Meinel
Revision Date: 2009-10-23 15:01:54 UTC

Remove some of the build dependencies from the bzr source tree.

Note that the build process still uses *some* files from the bzr source.
Which is bad (IMO), but the way it is until we get a real overhaul and cleanup.

lp:~jameinel/+junk/bzr-time-iter-changes Development 2009-10-21 18:23:24 UTC
2. Small updates to also time how long i...

Author: John A Meinel
Revision Date: 2009-10-21 18:22:52 UTC

Small updates to also time how long it takes to open the working tree, etc.

lp:~jameinel/bzr/2.1-st-index Development 2009-10-13 22:01:39 UTC
4777. Handle the case where the recursive c...

Author: John A Meinel
Revision Date: 2009-10-13 22:01:39 UTC

Handle the case where the recursive call ends up returning NotImplemented.

This had been raising an exception, which wasn't the nicest way to handle it.
I don't know how we have the mixed tuple I'm seeing now, I'm guessing something else
is wrong. But at least this avoids one failure point.

lp:~jameinel/bzr/2.1-chk-memory Development 2009-10-08 22:13:01 UTC
4738. And a fix for has_id()

Author: John A Meinel
Revision Date: 2009-10-08 22:01:25 UTC

And a fix for has_id()

lp:~jameinel/+junk/python-stringinternobject Development 2009-10-05 15:18:32 UTC
5. PC/pyconfig.h actually seems to need ...

Author: John A Meinel
Revision Date: 2009-10-05 15:18:32 UTC

PC/pyconfig.h actually seems to need to be versioned.

lp:~jameinel/bzr/2.0.1-faster-get-deltas-bug374730 Development 2009-09-24 22:16:50 UTC
4683. We can check if old matches first, wh...

Author: John A Meinel
Revision Date: 2009-09-24 22:15:25 UTC

We can check if old matches first, which gives us a couple more hits.
Down to 49s. Not the <36s I'd like to be at, though...

lp:~jameinel/+junk/bzr-file-locking Development 2009-09-19 02:36:50 UTC
9. Think a bit more about what we want t...

Author: John A Meinel
Revision Date: 2009-09-18 21:00:25 UTC

Think a bit more about what we want the lock manager api to look like.
Also, flesh out a couple more TODO bits.

lp:~jameinel/bzr/2.0.0-bzr-explorer-exe Development 2009-09-17 12:20:41 UTC
4666. Start trying to put together a 'windo...

Author: John A Meinel
Revision Date: 2009-09-17 12:19:47 UTC

Start trying to put together a 'windows' front end
that won't create the dos box.
I think it would work, but py2exe is confused about my current version
of PyQt, which has some py3k code that can't be imported, but if
I list it in 'excludes' then it complains that the code isn't there...

lp:~jameinel/+junk/bzr-start Development 2009-09-09 17:27:32 UTC
4. Use the destination branch's submit l...

Author: John A Meinel
Revision Date: 2009-09-09 17:27:32 UTC

Use the destination branch's submit location.

This allows me to have a config for all branches starting from the 'stable'
launchpad branch (bzr/2.0) versus all branches starting from 'bzr.dev'.

lp:~jameinel/bzr/2.0b1-multibisect Development 2009-08-24 18:33:43 UTC
4636. small tweaks For some reason, it doe...

Author: John A Meinel
Revision Date: 2009-08-24 18:33:43 UTC

small tweaks

For some reason, it doesn't seem to be faster than the pure python version...
very strange.

lp:~jameinel/qbzr/progress Development 2009-07-09 22:06:18 UTC
813. Restore the progress bar, and show th...

Author: John A Meinel
Revision Date: 2009-07-09 22:03:43 UTC

Restore the progress bar, and show the progress message

lp:~jameinel/bzr-explorer/wt_model (Has a merge proposal) Development 2009-07-09 19:46:58 UTC
181. We now pick a different bunch of colu...

Author: John A Meinel
Revision Date: 2009-07-09 19:46:58 UTC

We now pick a different bunch of columns.

It actually looks pretty interesting now.

lp:~jameinel/launchpadlib/win32 (Has a merge proposal) Development 2009-07-09 15:34:19 UTC
44. Handle another failure condition on w...

Author: John A Meinel
Revision Date: 2009-07-09 15:34:19 UTC

Handle another failure condition on win32.

It seems that 'mkdtemp()' will return a Unicode string on windows,
and launchpadlib was only trapping plain 'str' objects to turn them
into MultipleRepresentationCache objects.

lp:~jameinel/bzr-explorer/basic-test-suite Development 2009-07-07 19:32:38 UTC
163. Add a very basic test suite, in prepa...

Author: John A Meinel
Revision Date: 2009-07-07 19:32:08 UTC

Add a very basic test suite, in preparation for adding more testing for
other work I'll be doing.

lp:~jameinel/bzr/1.17-btree-faster Development 2009-07-01 22:17:39 UTC
4506. Implement LeafNode.items() rather tha...

Author: John A Meinel
Revision Date: 2009-07-01 22:17:39 UTC

Implement LeafNode.items() rather than going directly to .keys.

At this point 'timeit' shows that a partial parse gives 28ms down from 49ms.
So an approx savings of 2x.

lp:~jameinel/bzr/1.17-extra-hpss-debug bug Development 2009-06-19 16:41:53 UTC
4465. Add some more 'number of bytes' debug...

Author: John A Meinel
Revision Date: 2009-06-19 16:40:50 UTC

Add some more 'number of bytes' debugging to '-Dhpss'

lp:~jameinel/bzr/1.17-annotate-bug387952 bug Development 2009-06-16 22:07:32 UTC
4455. Merge bzr.dev 4449 to get the _known_...

Author: John A Meinel
Revision Date: 2009-06-16 22:07:32 UTC

Merge bzr.dev 4449 to get the _known_graph code.

lp:~jameinel/bzr/1.17-bug387294 Development 2009-06-15 17:17:57 UTC
4442. Add a fairly broken test for StreamSo...

Author: John A Meinel
Revision Date: 2009-06-15 17:17:57 UTC

Add a fairly broken test for StreamSource working to send data to RemoteRepo.

It turns out we have 3 bugs.
1) (already known) Knit formats don't work, because they try to lock the target again.
2) RemoteRepositoryFormat has a bogus value for 'supports_chks'. This causes the code
that is determining how to transmit inventories to get confused. (In these tests the
two formats are identical, we just don't realize that...)
3) The StreamSink code uses 'from_serializer == to_serializer' to determine if it
needs to cast the fulltexts back up to Inventory objects or not. However, because
of (2) we would have sent a full text inventory, but Sink would think we did not...
4) Latent bug... supports_chk isn't quite enough detail given serializer
issues. However, it is sufficient for all current formats, so we'll live with
it.

lp:~jameinel/bzr/revision_bencode_decoder Development 2009-06-04 20:19:29 UTC
4416. Use the chk_serializer in actual work.

Author: John A Meinel
Revision Date: 2009-06-04 20:19:29 UTC

Use the chk_serializer in actual work.

lp:~jameinel/+junk/karmic_presentations Development 2009-05-15 17:29:36 UTC
7. Change the graphics for insertion. In...

Author: John A Meinel
Revision Date: 2009-05-15 17:29:36 UTC

Change the graphics for insertion.
Instead of using external pngs, use internal boxes.
We get grouping, cut & paste, grid layout, and nice connectors.
Add a slide discussing the extraction steps.

lp:pydcmtk/3.5.4 Development 2009-05-14 14:17:16 UTC
404. Rebuild the compile steps for Visual ...

Author: John A Meinel
Revision Date: 2008-07-26 18:07:14 UTC

Rebuild the compile steps for Visual Studio 2005.

The biggest difference is that VC2005 requires you to run the manifest
linker on the .pyd files. It probably requires that for *all* shared
executables, etc. But for now, it is just easier to only enable it
when we are building python extensions.

With that change, things actually work again.... *finally*!

lp:pydcmtk Development 2009-05-14 14:05:34 UTC
414. Finish exporting the 'setPixelData' f...

Author: John A Meinel
Revision Date: 2008-11-05 18:29:05 UTC

Finish exporting the 'setPixelData' functionality.

It also turns out that 'short' is not a valid value for PixelData which has type
'ox'. At least, trying to use putAndInsertSint16 on the PixelData tag causes
failures.

lp:~jameinel/bzr/1.15-split-pack Development 2009-05-05 20:36:54 UTC
4305. Merge in the change to cause 'bzr pac...

Author: John A Meinel
Revision Date: 2009-04-27 22:14:38 UTC

Merge in the change to cause 'bzr pack' to pack 'recent' things together.
Will probably revert the part that moves recent texts to the front,
but it should be evaluated.

lp:~jameinel/+junk/pybloom Development 2009-04-24 19:53:20 UTC
42. Remove an !=, which also caught an ac...

Author: John A Meinel
Revision Date: 2009-04-24 19:53:20 UTC

Remove an !=, which also caught an accidental access to the original python object
instead of the character buffer.

lp:~jameinel/bzr/btree_with_bloom Development 2009-04-21 03:26:43 UTC
4299. Filter keys before checking a given b...

Author: John A Meinel
Revision Date: 2009-04-20 22:24:57 UTC

Filter keys before checking a given backing index.

lp:~jameinel/runsnakerun/memory_dump_integration Development 2009-04-07 20:11:31 UTC
54. Don't use decimals in the cumulative ...

Author: John A Meinel
Revision Date: 2009-04-07 20:11:31 UTC

Don't use decimals in the cumulative column, as we are just showing integers.

lp:~jameinel/+junk/bzr-dump Development 2009-03-04 04:27:59 UTC
2. Handle if fids/rids is 0.

Author: John A Meinel
Revision Date: 2009-03-04 04:27:59 UTC

Handle if fids/rids is 0.

lp:~jameinel/+junk/xdelta3-pyrex Development 2009-02-23 15:59:59 UTC
226. Wrap (encode,decode)_memory in ALLOW_...

Author: John A Meinel
Revision Date: 2009-02-23 15:59:59 UTC

Wrap (encode,decode)_memory in ALLOW_THREADS, which should allow
us to do multiple encode/decode threads.

lp:~jameinel/+junk/bzr-xdelta-repo Development 2009-02-20 21:38:24 UTC
6. Handle when there are parents, but no...

Author: John A Meinel
Revision Date: 2009-02-20 21:38:24 UTC

Handle when there are parents, but no compression parents.

Also change the encoding buffer size, to make the default 10% larger than
the input text, or 1MB, whichever is larger. This avoids OOM errors, albiet
probably not optimally.

lp:bzr-register Development 2009-02-06 17:09:50 UTC
7. Change the importing to be lazy

Author: John A Meinel
Revision Date: 2009-02-06 17:09:50 UTC

Change the importing to be lazy

lp:~jameinel/+junk/bzr-mmap-readv Development 2009-02-06 15:29:46 UTC
2. Also implement rename() handling, so ...

Author: John A Meinel
Revision Date: 2009-02-06 15:29:08 UTC

Also implement rename() handling, so that we make sure to close open handles when they are being modified.

lp:~jameinel/bzr/fix277537 Development 2009-02-03 20:22:14 UTC
22. Ensure compatibility up to bzr-1.6.1 ...

Author: Vincent Ladeuil
Revision Date: 2009-02-03 20:22:14 UTC

Ensure compatibility up to bzr-1.6.1 (at least).

* reconcile.py:
(InventoryAncestryReconcilePacker._copy_fixed_nodes): Ensure
old (as far as 1.6.1) bzr versions compatibility by using either
'chunked' or 'fulltext' storage kind. Fix another edge case in
batch calculation

lp:~jameinel/bzr/lazy_revno Development 2009-01-20 20:51:29 UTC
3530. Expose get_lazy_revno_mapper() as par...

Author: John A Meinel
Revision Date: 2009-01-20 20:51:29 UTC

Expose get_lazy_revno_mapper() as part of Branch.

lp:~jameinel/bzr/1.12-progress-updates Development 2009-01-16 19:10:29 UTC
3944. Properly clean up the progress stack ...

Author: John A Meinel
Revision Date: 2009-01-16 19:07:49 UTC

Properly clean up the progress stack when a nested progress bar is finished.

lp:~jameinel/bzr/sftp_bug_293746 bug Development 2008-11-06 18:12:53 UTC
3817. Fix bug #293746, we just need to hand...

Author: John A Meinel
Revision Date: 2008-11-06 17:27:21 UTC

Fix bug #293746, we just need to handle when bisect_left gives us the end of the list.

lp:~jameinel/bzr-svn/ppa Development 2008-09-24 19:30:37 UTC
328. New upstream release: (0.4.13-2~bazaa...

Author: John A Meinel
Revision Date: 2008-09-24 19:28:35 UTC

New upstream release: (0.4.13-2~bazaar1~intrepid1)

lp:~jameinel/+junk/bzr-per-file Development 2008-09-18 15:25:32 UTC
2. Fix up the various things that weren'...

Author: John A Meinel
Revision Date: 2008-09-18 15:24:16 UTC

Fix up the various things that weren't being imported as a plugin

lp:~jameinel/+junk/bzr-file-log Development 2008-09-18 15:17:27 UTC
1. Put together a plugin to do the minim...

Author: John A Meinel
Revision Date: 2008-09-18 15:15:04 UTC

Put together a plugin to do the minimal work necessary
to make 'bzr log file' work and be fast.

lp:~jameinel/bzr/merge3-per-file Experimental 2008-09-06 14:34:41 UTC
3525. Update the lca_multi_way logic so tha...

Author: John A Meinel
Revision Date: 2008-06-30 18:19:14 UTC

Update the lca_multi_way logic so that it can handle when bases supersede eachother for a given entry.

lp:~jameinel/+junk/bug_217134_test Development 2008-09-05 17:10:28 UTC
1. unchanged

Author: John A Meinel
Revision Date: 2008-09-05 17:09:06 UTC

unchanged

lp:~jameinel/+junk/packaging-hardy Development 2008-08-25 17:28:12 UTC
89. New upstream release: 1.6-1~bazaar1~h...

Author: John A Meinel
Revision Date: 2008-08-25 17:15:32 UTC

New upstream release: 1.6-1~bazaar1~hardy1

lp:~jameinel/+junk/bzr-packaging Development 2008-08-22 19:16:17 UTC
1. The start of a plugin to ease packagi...

Author: John A Meinel
Revision Date: 2008-08-22 19:15:14 UTC

The start of a plugin to ease packaging woes.

lp:~jameinel/pycrypto/win32_clock bug Development 2008-07-18 02:18:02 UTC
312. On win32, switch to using time.clock(...

Author: John A Meinel
Revision Date: 2008-07-17 18:14:13 UTC

On win32, switch to using time.clock() rather than time.time() for RandomPool (bug #248522)

lp:~jameinel/+junk/bzr-unpack-repo Development 2008-07-15 17:42:17 UTC
1. Trivial plugin to 'unpack' a repository

Author: John A Meinel
Revision Date: 2008-07-15 17:41:01 UTC

Trivial plugin to 'unpack' a repository

lp:~jameinel/+junk/bzr-per-file-graph Development 2008-07-13 02:56:14 UTC
2. some small updates. Unfortunately, th...

Author: John A Meinel
Revision Date: 2008-07-09 17:16:11 UTC

some small updates.
Unfortunately, the graph I'm interested in is far to complex to
really get a handle on, even with a lot of filtering... :(

lp:~jameinel/+junk/bzr-index2-stuff Development 2008-07-02 05:44:43 UTC
11. Bring in the iter_entries changes, an...

Author: John A Meinel
Revision Date: 2008-07-02 05:40:02 UTC

Bring in the iter_entries changes, and clean them up slightly.

lp:~jameinel/+junk/bzr-per-file-remerge Development 2008-06-24 16:05:16 UTC
10. Use the more correct 'tree.revert' ra...

Author: John A Meinel
Revision Date: 2008-06-24 16:01:16 UTC

Use the more correct 'tree.revert' rather than merge.transform_tree, which didn't seem to actually do anything.

lp:~jameinel/bzr/annotation bug Development 2008-06-20 19:54:19 UTC
3497. Change the default annotation policy ...

Author: John A Meinel
Revision Date: 2008-06-20 16:13:41 UTC

Change the default annotation policy to 'right-head'

lp:~jameinel/+junk/mmap_local_transport Development 2008-03-18 20:35:12 UTC
1. Write a Transport which uses mmap/cac...

Author: John A Meinel
Revision Date: 2008-03-18 20:33:50 UTC

Write a Transport which uses mmap/caching open files for local readv() requests.
This is as opposed to re-opening the file for every request.
Mostly this helps when walking large indexes which have
to be re-opened for every readv() request.

lp:~jameinel/bzr-email/message_id Development 2008-03-18 17:12:14 UTC
31. Allow setting the Message-Id field to...

Author: John A Meinel
Revision Date: 2008-03-18 17:09:12 UTC

Allow setting the Message-Id field to enable threading in mail clients.

lp:~jameinel/+junk/upgrade_with_alternatives Development 2008-03-16 16:48:13 UTC
5. Upgrade with alternatives seems to be...

Author: John A Meinel
Revision Date: 2008-03-16 11:45:46 UTC

Upgrade with alternatives seems to be working.

lp:~jameinel/+junk/disable_global_commit bug Development 2008-03-13 20:39:10 UTC
1. Initial work on a plugin to refuse co...

Author: John A Meinel
Revision Date: 2008-03-13 15:37:46 UTC

Initial work on a plugin to refuse committing all changes.
Users must supply a list of files to commit.

lp:~jameinel/bzr/annotate-cleanup bug Development 2008-03-13 16:29:38 UTC
3249. (broken) start exposing 'annotator' a...

Author: John A Meinel
Revision Date: 2008-03-13 16:29:38 UTC

(broken) start exposing 'annotator' as a Tree and Repository api.

lp:~jameinel/+junk/bzr-test-dotted Development 2008-03-12 22:30:22 UTC
3. Use the rev_id not the RevisionInfo o...

Author: John A Meinel
Revision Date: 2008-03-12 22:28:18 UTC

Use the rev_id not the RevisionInfo object.

lp:~jameinel/+junk/bzr-signing Development 2008-03-06 09:51:12 UTC
14. Check that the rev.committer email ad...

Author: John A Meinel
Revision Date: 2006-05-08 19:00:37 UTC

Check that the rev.committer email address is part of the gpg key.

lp:~jameinel/bzr-hg/demandload_import_fixes Development 2007-07-31 18:27:08 UTC
29. Add a check that all files in an inve...

Author: John A Meinel
Revision Date: 2007-07-31 22:45:54 UTC

Add a check that all files in an inventory have correct last-modified revisions.
This catches a couple bug earlier.
I don't know *why* we have invalid data (yet).
But I can guarantee that the inventory converter claims a last modified value
which is incorrect.

lp:~jameinel/+junk/rebuild-hash-cache Development 2007-05-10 16:45:22 UTC
1. Adding a command to verify the dirsta...

Author: John A Meinel
Revision Date: 2007-05-10 16:44:23 UTC

Adding a command to verify the dirstate hash cache

lp:~jameinel/+junk/test_branch Development 2007-03-23 15:45:53 UTC
2. Override the default branch name, to ...

Author: John A Meinel
Revision Date: 2007-03-23 15:38:43 UTC

Override the default branch name, to use one with dashes instead of underscores.

lp:~jameinel/bzr-rsync/trunk Development 2005-12-31 23:52:39 UTC
172. More tests for real command line (pus...

Author: John A Meinel
Revision Date: 2006-08-04 17:40:31 UTC

More tests for real command line (push remembers)

101162 of 162 results