ArchiveOrangemail archive

bazaar discussion


bazaar.lists.canonical.com
(List home) (Recent threads) (4 other Canonical lists)

Subscription Options

  • RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
  • Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line, or visit the list's homepage here.
  • Low traffic list: less than 3 messages per day
  • This list contains about 75,246 messages, beginning Mar 2005
  • 8 messages added yesterday

bazaar discussion

January 2008 - page 1
Aaron Bentley 119922942601 Jan 2008* Hi all, _KnitParentsProvider.get_parent_map had a small flaw with ghost handling-- it would try to assign parents to ghosts. If the ghost was the firs...
Mark Fitzgerald 119924059702 Jan 2008* Hi all - this is the least disruptive and lowest barrier-to-entry way I could find to contribute notification of a few potential typos in your BzrVsGi...
Alexander Belchenko 119925625402 Jan 2008* This patch fixes problem with branch.set_parent() when parent actually pointed to another logical drive on Windows system. Under the hood set_parent()...
Lukáš Lalinský 119925636902 Jan 2008* Hi, I've been wondering for a long time why does qcommit emit ugly unicode encoding warnings from time to time, and finally took some time to debu...
Lukáš Lalinský 119925989502 Jan 2008* Hi, this is a fix for https://bugs.launchpad.net/bzr/+bug/178722 -- osutils.format_date calls BzrError with incorrect arguments. I've added a new ...
Aaron Bentley 119928207002 Jan 2008* Hi all, Currently, some of our parents providers provide lists of parents, while other provide tuples of parents. This patch makes them use tuples uni...
Aaron Bentley 119928510002 Jan 2008* Hi all, This patch optimizes find_branches by handing standalone repositories specially, since they can't contain nested branches. Aaron...
Adeodato Simó 119928709902 Jan 2008* Hello. Sorry that I arrive late to the discussion and opening a new thread. I missed the original discussion for being busy with RL matters. I just wa...
Adeodato Simó 119929214102 Jan 2008* Hello. I vaguely recall that this may have been proposed already, and dismissed. But I cannot find the thread. I'd like to upload to Debian, and h...
Aaron Bentley 119929433802 Jan 2008* Hi all, This patch allows arbitrary diff programs to be used with Bazaar. The --using flag takes a command name and command arguments, possibly quoted...
att Tweak diff --using (2 Replies)
Aaron Bentley 119929499802 Jan 2008* Hi all, Here are some tweaks for diff --using: 1. When writing files, it sets the mtime, so that programs that read the mtime (e.g. /usr/bin/diff) use...
John Arbash Meinel 119930023302 Jan 2008* When a patch is marked as superseded it would be nice to have a link to the patch that replaces it. That way if I'm following an old patch, it is ...
CVSROOT Conversion (7 Replies)
Tom Browder 119930348702 Jan 2008* I just installed bzaar on a linux box and want to try to convert a large CVS repository to try out bazaar. My CVSROOT is "/usr/local/cvsroot...
Goffredo Baroncelli 119930766302 Jan 2008* Hi All, and happy new year; the format pack-0.92 is marked as experimental, even tough it is the default. bzr.dev$ grep -A 11 -E "^format_registr...
Error report (2 Replies)
Marcus 119932074303 Jan 2008* bzr push bzr+ssh://nibl at bazaar.launchpad.net/~nibl/worditlit/test-lit Enter passphrase for key '/home/user/.ssh/id_rsa': bzr: ERROR: bzrlib...
Indraveni 119932158403 Jan 2008* ...
Robert Collins 119932784803 Jan 2008* Is there a simple two trees/inventories -> inventory delta function at the moment? I'm having trouble finding it ... last time I needed this I ...
Robert Collins 119932912503 Jan 2008* I'd like lazyweb help... (this is in the context of journalled inventories) say we have two trees: OLD: --- FOO FOO/BAR --- NEW: --- --- (root is ...
att new merge-type=lca (9 Replies)
Aaron Bentley 119934284603 Jan 2008* Hi all, This patch implements support for the LCA merge type, which I believe is a great general-purpose merge algorithm, with excellent criss-cross s...
att Misc fixes for win32 (6 Replies)
Aaron Bentley 119934442603 Jan 2008* Hi all, I decided to do some more work on win32. The good news is that most of our test failures are problems in the tests, not problems in the code b...
Aaron Bentley 119934453603 Jan 2008* Hi all, This patch adds support for gracefully handling one of the few unhandled conflict types. When one side of a merge considers a file-id to be a ...
Goffredo Baroncelli 119934602803 Jan 2008* Hello Dave, I read you blog, and regarding the bazaar web interface, I would inform you about the existence of the webserve project, The devel branch ...
Lukáš Lalinský 119934917103 Jan 2008* A fix for https://bugs.launchpad.net/bzr/+bug/90049 -- it simply uses the revision tree for path -> file_id lookup if no working tree is available....
Vincent Ladeuil 119934955203 Jan 2008* A non-text attachment was scrubbed... Name: 175524.patch Type: text/x-diff Size: 170349 bytes Desc: not available Url : https://lists.ubuntu.com/archi...
Vincent Ladeuil 119937755403 Jan 2008* A non-text attachment was scrubbed... Name: 179368.patch Type: text/x-diff Size: 60128 bytes Desc: not available Url : https://lists.ubuntu.com/archiv...
Robert Collins 119938638203 Jan 2008* This patch is really quite trivial: - cleans up the inventory test __init__ a bit - adds some very basic docs on Inventory. -Rob...
Aaron Bentley 119939539603 Jan 2008* Hi all, This patch allows merge --uncommitted --weave to work properly. (And also lca merge.) For "weave" / newness merging, it's import...
John Arbash Meinel 119939822603 Jan 2008 My laptop power supply died, so I'm using a backup machine. Which meant installing lots of stuff to get up and running again. Anyway, after instal...
Robert Collins 119939901903 Jan 2008* There are two parameters to a journal: versioned_root tree_references I'm wondering whether to write these into each journal entry, or just check ...
Aaron Bentley 119939969603 Jan 2008* Hi all, Here's a that adds a progress bar to InterDifferingSerializer. This differs from Luk??' version in two ways: 1. It has the kind of tes...
Martin Pool 119941150004 Jan 2008* In the bug report <https://bugs.edge.launchpad.net/bzr/+bug/1802...> it seems that sometimes there is no new_pack when the repository is in a wr...
Ian Clatworthy 119941153904 Jan 2008* This patch fixes a bug introduced by me into bzr.dev shortly after 1.1 development opened. Matthew Fuller, myself and others want this included in 1.1...
Robert Collins 119943207004 Jan 2008* my development format patch failed at pqm because: - I hadn't updated the list of formats stuff for the info tests - one of the info tests require...
Alexander Belchenko 119943837904 Jan 2008* I just wonder what actually features of ConfigObj bzr used? The main killer feature of ConfigObj IIUC is preserving config file format. That's all...
Guillermo Gonzalez 119945661004 Jan 2008 I'm pleased to announce a new build of bzr-eclipse plugin. The changes since 0.0.15 are: * fix Bug #178865 and a non-reported bug in the commit di...
Andrew Bennetts 119945735104 Jan 2008* This change fixes the paths sent by the client to bzr+http:// URLs. Basically, if the RemoteHTTPTransport's base is bzr+http://host/path1/path2, a...
Ian Clatworthy 119946064304 Jan 2008 I'm on annual leave next week so I won't be on IRC or responding to emails as a rule. I hope to be online now and then, so I'll get to cel...
Adam Mercer 119948733104 Jan 2008* Hi As the 1.0 release is forthcoming, I wanted to update the list on the status of Bazaar in MacPorts, as there has been recent discussion on this. 1)...
Robert Collins 119948921504 Jan 2008* I think we should add the release process to the source code for bzr. (I have a document that needs to be edited during a release, but it doesn...
Monty Taylor 119948940104 Jan 2008* Hey guys, Here's a simple patch that allows multiple to addresses in the to list if you're using SMTPLib. Monty...
Jari Aalto 119952782305 Jan 2008* I'd like to propose a small change to page: http://bazaar-vcs.org/BzrVsGit LESS ATTITUDE - DIRECT SUPPORT FOR MORE WORKFLOWS ...Bazaar cleanly and...
Deleting files? (3 Replies)
Mike Mellor 119953141605 Jan 2008* Is it possible for me to delete a working file, but keep it in (for lack of a better term) the repository? For example, I want to be able to delete a ...
Jari Aalto 119954508105 Jan 2008 I'm wondering what is the use of: bzr ls It seems to do the same as ls(1). I would have expected it to default to: bzr ls --versioned I'd like...
Bernhard Voelker 119955450205 Jan 2008* Hi bzr, I got the windows installation of bzr 1.0.0, and my checkout is bound to a sftp:// repository which works great from a DOS box. But if I...
David Cournapeau 119963320706 Jan 2008* Hi, I am myself a bzr user for some time now, and I am really satisfied with it. For various reasons, for a project I am a regular contributor to, I h...
Robert Collins 119965423406 Jan 2008* I'm not clear what the inventory's revision_id does for us... If its for checking we got what we asked for, the revision inventory validator e...
collapsing stuff (3 Replies)
Monty Taylor 119966521907 Jan 2008* As a following up to the IRC discussion earlier... the reason I find this work flow useful (collapsing revsions into a single larger revision) is for ...
Robert Collins 119967210207 Jan 2008 Hi Andrew, A little birdy told me that this is getting close to the top of your queue :). I had some thoughts about it that I thought I'd brain du...
Robert Collins 119968982707 Jan 2008* This is the new repository format I was alluding to. This patch sets up a development and development-subtree alias that users can use to access our c...
Robert Collins 119971095707 Jan 2008* I took the plunge and added alias support for BzrDirFormatRegistry, so that we can have the UI tests not get confused by the presence of aliases. This...

Next page

Home | About | Privacy