On Sun, Oct 22, 2006 at 07:25:41AM -0700 I heard the voice of Carl Worth, and lo! it spake thus: > > git pull . mainline This throws me a little. I'd expect it to Just Do It when it's fast-forwarding, but if it's doing a merge, I'd prefer it to stop and wait before creating the commit, even if there are no textual conflicts. I realize you can just look at it afterward and back out the commit if necessary, but still... > Ah, I hadn't realized that bzr commits stored an "originating > branch" inside them. Every branch has a nickname, settable with 'bzr nick' (defaulting to whatever the directory it's in is), and that's stored as a text field in each commit. It's mostly cosmetic, but it's handy to see at a glance. > This special treatment influences or directly causes many of the > things in bzr that we've been discussing: [...] > I've been arguing that all of these impacts are dubious. But I can > understand that a bzr user hearing arguments against them might fear > that they would lose the ability to be able to see a view of commits > that "belong" to a particular branch. Dead center. > The mainline..featureA syntax literally just means: > > the set of commits that are reachable by featureA > and excluding the set of commits reachable by mainline >From what I can gather from this, though, that means that when I merge stuff from featureA into mainline (and keep on with other stuff in featureA), I'll no longer be able to see those older commits from this command. And I'll see merged revisions from branches other than mainline (until they themselves get merged into mainline), correct? It sounds more like a 'bzr missing --mine-only' than looking down a mainline in log... > I haven't been able to find something similar in bzr yet. Does it > exist? The branch: (head) and ancestor: (latest common rev) revspecs let you refer to the respective bits of other branches, which I think would fill this role. > It avoids a lot of the things in bzr that look so bizarre to people > coming from git. Well, what would be the fun in that? 8-} -- Matthew Fuller (MF4839) | fullermd@xxxxxxxxxxxxxxx Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html