Questions tagged [bazaar]

Bazaar (bzr) is a distributed version control system.

Links

5 questions
3
votes
1 answer

zsh completion and unknow bzr commands

ZSH's Bazaar completion does not offer any expansion/completion when it does not know the bzr subcommand I am using. In my case, I use bzr qlog but ZSH's /usr/share/zsh/5.0.2/functions/_bzr does not know about this command. As far as I can tell it…
wilx
  • 558
  • 1
  • 5
  • 10
2
votes
2 answers

Multiple ssh access types from a given user1/client to the same user2/server

I want to access from one user/client combination (say, user1@cl) to a user/server combination (say, user2@srv) via ssh, with two different types of Access: Access type #1 would be restricted to interactions with a bazaar repository. For this, I…
1
vote
1 answer

bzr get last commit message using bash

I am using bash to try and get the last commit message of the most recent revision on a tree. In the documentation the closest thing I found was: bzr log -l 1 --line Which outputs: 45: Firstname Lastname 2013-11-20 some message here I want to use…
rvk
  • 11
  • 1
  • 2
1
vote
0 answers

Install Inkscape 0.91 on Debian Weezy

There is no Debian Wheezy build of latest (0.91) stable version of Inkscape (https://inkscape.org/en/download/linux/). So i can't use Apt. I have try to obtain source code using Bazaar. First I install bzr: apt-get install bzr Then I use command…
vatavale
  • 111
  • 4
1
vote
1 answer

Emacs won't open file in Bazaar repository

I have a Bugzilla installation, and am trying to open /Bugzilla/Install/CPAN.pm using emacs. However, I get this error when attempting to do so: Searching for program: no such file or directory, bzr Why do I get that message? Why won't emacs load…
MirroredFate
  • 167
  • 8