The NetBSD Project

CVS log for pkgsrc/devel/bzrtools/distinfo

[BACK] Up to [cvs.netbsd.org] / pkgsrc / devel / bzrtools

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12 / (download) - annotate - [select for diffs], Fri Mar 16 21:04:40 2012 UTC (2 months, 1 week ago) by cheusov
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (colored)


Updated to 2.5.0 by request of maintainer.
Major changes:
  * Fix compatibility with final beta before bzr 2.5
  * Remove rspush command due to deprecation of Branch.revision_history

Revision 1.11 / (download) - annotate - [select for diffs], Sun Nov 27 13:36:43 2011 UTC (5 months, 3 weeks ago) by cheusov
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 (colored)


Update to 2.4 from wip by Oleksander Kozhachuk. Add LICENSE.
Tested on NetBSD current and Linux.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Dec 4 01:34:08 2010 UTC (17 months, 2 weeks ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

Update to 2.1.0 for compatability with updated devel/bzr version.
From Jan Danielsson in private mail.  Miscellaneous changes, including:

* (Gordon Tyler) shell now accepts --directory
* shell now run qbzr commands in a subprocess.
* (Max Bowsher) fetch-ghosts now works again.  And has tests.
* conflict-diff no longer requires a single file to be specified.  Multiple
  files or no files can be specified.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Oct 11 18:36:15 2009 UTC (2 years, 7 months ago) by epg
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

September 3 2009
* RELEASE: bzrtools 2.0.0

Revision 1.8 / (download) - annotate - [select for diffs], Wed Sep 9 05:43:24 2009 UTC (2 years, 8 months ago) by epg
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

August 20 2009
* RELEASE: bzrtools 1.18.0

July 13
* RELEASE: bzrtools 1.17.0

July 10 2009
* `create-mirror` mirrors child_submit_to

June 16 2009
* `shelve1` is no longer aliased to `shelve`, `unshelved1` is no longer aliased
  to `unshelve`.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 2 05:23:18 2009 UTC (2 years, 10 months ago) by epg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

June 12 2009
* RELEASE: bzrtools 1.16.0

June 10 2009
* Implement create-mirror command

May 27 2009
* Fix fetch-ghosts command for bzr 1.15
* RELEASE: bzrtools 1.15.0

Revision 1.6 / (download) - annotate - [select for diffs], Sat May 16 15:20:22 2009 UTC (3 years ago) by epg
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

April 10 2008
* Fix import command for Python 2.6
* RELEASE: bzrtools 1.14.0

Revision 1.5 / (download) - annotate - [select for diffs], Wed Mar 18 06:05:53 2009 UTC (3 years, 2 months ago) by epg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

March 11 2008
* `bzr patch` handles URLs with trailing slashes.
* RELEASE: bzrtools 1.13.0

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jan 19 21:42:00 2009 UTC (3 years, 4 months ago) by epg
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

January 12 2009
* RELEASE: bzrtools 1.11.0

January 7 2009
* Rename shelf command to shelf1, to match others & reduce confusion.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Dec 7 02:36:29 2008 UTC (3 years, 5 months ago) by epg
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

November 28 2008
* RELEASE: bzrtools 1.10.0

Novemeber 23 2008
* Support auto-detecting or disabling color in cdiff (BenoƮt Pierre)
* Support auto-detecting color in shelf UI

November 11 2008
* Support colorizing in shelf UI

Revision 1.2 / (download) - annotate - [select for diffs], Sat Nov 8 02:50:48 2008 UTC (3 years, 6 months ago) by epg
Branch: MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

November 3 2008
* RELEASE: bzrtools 1.9.0

October 22 2008
* Use lazy command registration (changes bzr rocks 0.496 => 0.461).

October 17 2008
* Rename shelve and unshelve to shelve1 and unshelve1, with aliases to 'shelve'
  and 'unshelve'.  This allows bzr core to supply 'shelve' and 'unshelve'.

October 7 2008
* RELEASE: bzrtools 1.8.0
* Fix NotStandalone class to be stringable (#277652)

September 11 2008
* RELEASE: bzrtools 1.7.0

July 10 2008
* colordiff can now use /etc/colordiffrc

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Aug 26 01:17:51 2008 UTC (3 years, 8 months ago) by epg
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import bzrtools-1.6.0.

This is a set of plugins for Bazaar.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Aug 26 01:17:51 2008 UTC (3 years, 8 months ago) by epg
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>