Home
last modified time | relevance | path

Searched refs:bzr (Results 1 – 25 of 1384) sorted by relevance

12345678910>>...56

/dports/textproc/zorba/zorba-2.7.0/modules/
H A DExternalModules.conf29 archive bzr lp:zorba/archive-module zorba-2.7
30 csv bzr lp:zorba/csv-module zorba-2.7
31 data-cleaning bzr lp:zorba/data-cleaning-module zorba-2.7
32 data-formatting bzr lp:zorba/data-formatting-module zorba-2.7
33 excel bzr lp:zorba/excel-module zorba-2.7
34 geo bzr lp:zorba/geo-module zorba-2.7
35 graphviz bzr lp:zorba/graphviz-module zorba-2.7
36 html bzr lp:zorba/html-module zorba-2.7
37 http-client bzr lp:zorba/http-client-module zorba-2.7
38 image bzr lp:zorba/image-module zorba-2.7
[all …]
/dports/shells/fish/fish-3.3.1/share/completions/
H A Dbzr.fish7 complete -f -c bzr -n __fish_use_subcommand -a help -d 'Show help'
9 complete -f -c bzr -n '__fish_seen_subcommand_from help' -a commands -d 'List all commands'
12 complete -f -c bzr -n '__fish_seen_subcommand_from help' -a revisionspec -d 'How to specify revisio…
13 complete -f -c bzr -n '__fish_seen_subcommand_from help' -a bugs -d 'Show bug tracker settings in b…
39 complete -f -c bzr -n __fish_use_subcommand -a ignore -d 'Ignore a file or pattern'
40 complete -f -c bzr -n '__fish_seen_subcommand_from ignore' -l default-rules -d 'Display the default…
45 complete -f -c bzr -n '__fish_seen_subcommand_from mv' -l after -d 'Move only the bzr identifier of…
56 complete -f -c bzr -n __fish_use_subcommand -a diff -d 'Show detailed diffs'
88 complete -f -c bzr -n __fish_use_subcommand -a send -d 'Send changes via email'
98 complete -f -c bzr -n __fish_use_subcommand -a log -d 'Show history of changes'
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/tests/blackbox/
H A Dtest_command_encoding.py51 def bzr(*args, **kwargs): function
57 self.assertEqual(b'foo', bzr('echo-exact foo'))
60 bzr,
68 def bzr(*args, **kwargs): function
74 self.assertEqual(b'foo', bzr('echo-strict foo'))
83 def bzr(*args, **kwargs): function
89 self.assertEqual(b'foo', bzr('echo-strict foo'))
92 bzr,
98 def bzr(*args, **kwargs): function
104 self.assertEqual(b'foo', bzr('echo-replace foo'))
[all …]
H A Dtest_aliases.py31 def bzr(args, **kwargs): function
51 self.assertEqual(bzr('c a'), str1)
56 self.assertEqual(bzr('c a'), str2)
57 self.assertEqual(bzr('c1 a'), str1)
58 self.assertEqual(bzr('c1 --revision 2 a'), str2)
61 bzr('--no-aliases c a', retcode=3)
70 bzr('c -r1 -r2', retcode=3)
71 bzr('c1 -r1 -r2', retcode=3)
72 bzr('c2', retcode=3)
73 bzr('c2 -r1', retcode=3)
H A Dtest_revno.py32 def bzr(*args, **kwargs): function
37 bzr('init')
38 self.assertEqual(int(bzr('revno')), 0)
42 bzr('add foo')
43 bzr('commit -m foo')
44 self.assertEqual(int(bzr('revno')), 1)
47 bzr('add baz')
48 bzr('commit -m baz')
49 self.assertEqual(int(bzr('revno')), 2)
52 self.assertEqual(int(bzr('revno a')), 2)
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/
H A Dtest_xml.py32 import breezy.bzr.xml5
219 rev = breezy.bzr.xml5.serializer_v5.read_revision(inp)
326 inv2 = breezy.bzr.xml5.serializer_v5.read_inventory(
338 rev2 = breezy.bzr.xml5.serializer_v5.read_revision(
363 s_v5 = breezy.bzr.xml5.serializer_v5
408 s_v6 = breezy.bzr.xml6.serializer_v6
418 s_v5 = breezy.bzr.xml5.serializer_v5
419 s_v6 = breezy.bzr.xml6.serializer_v6
484 s_v5 = breezy.bzr.xml5.serializer_v5
527 s_v5 = breezy.bzr.xml5.serializer_v5
[all …]
/dports/x11/plank/plank-0.11.89/
H A DHACKING117 bzr diff
118 bzr diff | less
121 bzr status
132 bzr commit
157 bzr log -l5
161 bzr uncommit
164 bzr revert
167 bzr pull
186 bzr lp-open
212 bzr lp-open
[all …]
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/dist/
H A DLaunchpad_README16 # sudo apt-get install bzr-builder bzr dpatch pbuilder debootstrap devscripts debhelper build-essen…
26 bzr launchpad-login yourlogin
66 mkdir bzr
68 cd bzr
71 bzr init
72 cp -pr valentina/debian bzr/debian
73 bzr add debian
74 bzr commit -m "Init"
77 cd bzr
83 cd bzr
[all …]
/dports/devel/brz/breezy-3.2.0/tools/win32/
H A Dbuildout.cfg17 bzr-svn
18 bzr-rewrite
67 bzr-svn-release = 0.6.4
68 bzr-svn-release-tag = tag:bzr-svn-${settings:bzr-svn-release}
69 bzr-svn-trunk-url = lp:bzr-svn
72 # tag is bzr-rebase-0.5.3
74 bzr-rewrite-release-tag = tag:bzr-rebase-${settings:bzr-rewrite-release}
75 bzr-rewrite-trunk-url = lp:bzr-rewrite
172 [bzr-svn]
178 ${buildout:directory}/bzr-svn/trunk@${settings:bzr-svn-release-tag} release
[all …]
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/bugs/
H A Dbzr_2.0_breaks_bzr_plugin.mdwn1 Version 2.0 of bzr seems to break the bzr plugin.
7 > an older bzr, and it's a pity bzr's human-targeted log has to be parsed,
13 Subject: [PATCH] Fix bzr plugin to work with bzr 2.0.
15 The output of "bzr log" seems to have changed a bit, so we change the
17 bzr.
25 3. However, a new record marker (now?) also happens at th end of bzr log
29 5. Also, sometimes bzr log outputs "revno: 1234 [merge]", so we catch only
34 IkiWiki/Plugin/bzr.pm | 23 ++++++++++++++++-------
37 diff --git a/IkiWiki/Plugin/bzr.pm b/IkiWiki/Plugin/bzr.pm
39 --- a/IkiWiki/Plugin/bzr.pm
[all …]
H A Dbzr_plugin_does_not_define_rcs__95__diff.mdwn1 The bzr plugin does not seem to define the rcs_diff subroutine.
4 "Undefined subroutine &IkiWiki::Plugin::bzr::rcs_diff called at /usr/share/perl5/IkiWiki.pm line 15…
8 $ grep rcs_diff /usr/share/perl5/IkiWiki/Plugin/{git,bzr}.pm
11 … /usr/share/perl5/IkiWiki/Plugin/bzr.pm: hook(type => "rcs", id => "rcs_diff", call => \&rcs_diff);
14 > recentchangesdiff to work, someone needs to implement `rcs_diff` for bzr.
15 > This should be trivial if you know and use bzr. The function
17 > to ask bzr for the diff between that and the previous version. --[[Joey]]
19 >> I'll see if I can make a patch. The bzr command to get the revision would
20 >> look like this: bzr diff -r revno:$PREV:/path/to/src..revno:$REVNO:/path/to/src
/dports/devel/cmake-gui/cmake-3.22.1/Source/CTest/
H A DcmCTestBZR.cxx89 InfoParser(cmCTestBZR* bzr, const char* prefix) in InfoParser() argument
90 : BZR(bzr) in InfoParser()
93 this->SetLog(&bzr->Log, prefix); in InfoParser()
121 this->SetLog(&bzr->Log, prefix); in RevnoParser()
183 LogParser(cmCTestBZR* bzr, const char* prefix) in LogParser() argument
184 : OutputLogger(bzr->Log, prefix) in LogParser()
185 , BZR(bzr) in LogParser()
292 : BZR(bzr) in UpdateParser()
294 this->SetLog(&bzr->Log, prefix); in UpdateParser()
430 : BZR(bzr) in StatusParser()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/CTest/
H A DcmCTestBZR.cxx89 InfoParser(cmCTestBZR* bzr, const char* prefix) in InfoParser() argument
90 : BZR(bzr) in InfoParser()
93 this->SetLog(&bzr->Log, prefix); in InfoParser()
121 this->SetLog(&bzr->Log, prefix); in RevnoParser()
183 LogParser(cmCTestBZR* bzr, const char* prefix) in LogParser() argument
184 : OutputLogger(bzr->Log, prefix) in LogParser()
185 , BZR(bzr) in LogParser()
292 : BZR(bzr) in UpdateParser()
294 this->SetLog(&bzr->Log, prefix); in UpdateParser()
430 : BZR(bzr) in StatusParser()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/CTest/
H A DcmCTestBZR.cxx89 InfoParser(cmCTestBZR* bzr, const char* prefix) in InfoParser() argument
90 : BZR(bzr) in InfoParser()
93 this->SetLog(&bzr->Log, prefix); in InfoParser()
121 this->SetLog(&bzr->Log, prefix); in RevnoParser()
183 LogParser(cmCTestBZR* bzr, const char* prefix) in LogParser() argument
184 : OutputLogger(bzr->Log, prefix) in LogParser()
185 , BZR(bzr) in LogParser()
292 : BZR(bzr) in UpdateParser()
294 this->SetLog(&bzr->Log, prefix); in UpdateParser()
430 : BZR(bzr) in StatusParser()
[all …]
/dports/x11-wm/ctwm/ctwm-4.0.3/cmake_files/
H A Dvcs_checks.cmake6 # See if we're building from a bzr checkout. This is fragile in the
7 # sense that it'll break if the bzr WT format changes, but that's
9 set(BZR_DIRSTATE_FILE ${CMAKE_SOURCE_DIR}/.bzr/checkout/dirstate)
17 # If we are, see if we can find bzr(1) installed
20 find_program(BZR_CMD bzr)
23 message(STATUS "Building from a checkout and found bzr.")
25 message(STATUS "Building from a checkout, but no bzr found.")
28 message(STATUS "You aren't building from a bzr checkout.")
32 # If not bzr, do a little check to see if we're building from git instead
/dports/devel/git-svn/git-2.34.1/contrib/remote-helpers/
H A Dgit-remote-bzr4 WARNING: git-remote-bzr is now maintained independently.
5 WARNING: For more information visit https://github.com/felipec/git-remote-bzr
8 WARNING: $ wget -O $HOME/bin/git-remote-bzr \
9 WARNING: https://raw.github.com/felipec/git-remote-bzr/master/git-remote-bzr
10 WARNING: $ chmod +x $HOME/bin/git-remote-bzr
/dports/devel/git-gui/git-2.34.1/contrib/remote-helpers/
H A Dgit-remote-bzr4 WARNING: git-remote-bzr is now maintained independently.
5 WARNING: For more information visit https://github.com/felipec/git-remote-bzr
8 WARNING: $ wget -O $HOME/bin/git-remote-bzr \
9 WARNING: https://raw.github.com/felipec/git-remote-bzr/master/git-remote-bzr
10 WARNING: $ chmod +x $HOME/bin/git-remote-bzr
/dports/devel/git-p4/git-2.34.1/contrib/remote-helpers/
H A Dgit-remote-bzr4 WARNING: git-remote-bzr is now maintained independently.
5 WARNING: For more information visit https://github.com/felipec/git-remote-bzr
8 WARNING: $ wget -O $HOME/bin/git-remote-bzr \
9 WARNING: https://raw.github.com/felipec/git-remote-bzr/master/git-remote-bzr
10 WARNING: $ chmod +x $HOME/bin/git-remote-bzr
/dports/devel/git/git-2.34.1/contrib/remote-helpers/
H A Dgit-remote-bzr4 WARNING: git-remote-bzr is now maintained independently.
5 WARNING: For more information visit https://github.com/felipec/git-remote-bzr
8 WARNING: $ wget -O $HOME/bin/git-remote-bzr \
9 WARNING: https://raw.github.com/felipec/git-remote-bzr/master/git-remote-bzr
10 WARNING: $ chmod +x $HOME/bin/git-remote-bzr
/dports/devel/git-cvs/git-2.34.1/contrib/remote-helpers/
H A Dgit-remote-bzr4 WARNING: git-remote-bzr is now maintained independently.
5 WARNING: For more information visit https://github.com/felipec/git-remote-bzr
8 WARNING: $ wget -O $HOME/bin/git-remote-bzr \
9 WARNING: https://raw.github.com/felipec/git-remote-bzr/master/git-remote-bzr
10 WARNING: $ chmod +x $HOME/bin/git-remote-bzr
/dports/devel/cgit/cgit-1.2.3/git/contrib/remote-helpers/
H A Dgit-remote-bzr4 WARNING: git-remote-bzr is now maintained independently.
5 WARNING: For more information visit https://github.com/felipec/git-remote-bzr
8 WARNING: $ wget -O $HOME/bin/git-remote-bzr \
9 WARNING: https://raw.github.com/felipec/git-remote-bzr/master/git-remote-bzr
10 WARNING: $ chmod +x $HOME/bin/git-remote-bzr
/dports/devel/brz/breezy-3.2.0/breezy/plugins/fastimport/tests/
H A Dtest_branch_mapper.py35 for git, bzr in {
43 self.assertEqual(m.git_to_bzr(git), bzr)
47 for git, bzr in {
55 self.assertEqual(m.git_to_bzr(git), bzr)
61 for git, bzr in {
69 self.assertEqual(m.git_to_bzr(git), bzr)
/dports/deskutils/synapse/synapse-0.2.99.4/
H A DMakefile.am26 (bzr log --gnu -n1) | fmt --split-only --width=80 > $@.tmp \
30 (test -f $@ || echo bzr is required to generate this file >> $@)); \
33 (echo A bzr checkout and bzr is required to generate ChangeLog >&2 && \
34 echo A bzr checkout and bzr is required to generate this file >> $@); \
/dports/sysutils/hstr/hstr-2.3/build/ubuntu/
H A Dlaunchpad-make-all-releases.sh43 bzr checkout lp:~ultradvorka/+junk/hstr-package
44 cd hstr-package && mv -v .bzr .. && rm -rvf *.* && mv -v ../.bzr .
76 rm -rvf ${HSTR}/.bzr
107 bzr add .
108 bzr commit -m "Update for ${HSTR} at ${NOW}."
125 bzr builddeb -S
142 bzr push lp:~ultradvorka/+junk/hstr-package
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/todo/
H A Dquieten-bzr.mdwn3 The fix is simply to call `bzr` with the _--quiet_ switch. Something like this applied to _bzr.pm_ …
6 < my @cmdline = ("bzr", $config{srcdir}, "update");
8 > my @cmdline = ("bzr", "update", "--quiet", $config{srcdir});
10 < my @cmdline = ("bzr", "commit", "-m", $message, "--author", $user,
12 > my @cmdline = ("bzr", "commit", "--quiet", "-m", $message, "--author", $user,
14 < my @cmdline = ("bzr", "add", "$config{srcdir}/$file");
16 > my @cmdline = ("bzr", "add", "--quiet", "$config{srcdir}/$file");

12345678910>>...56