Wed, 07 Oct 2015 11:33:52 +0300 |
Emanuele Giaquinta |
cvsps: fix computation of parent revisions when log caching is on
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Fri, 13 Mar 2015 14:20:13 -0400 |
Augie Fackler |
cvsps: use a different tiebreaker to avoid flaky test
|
Thu, 21 Aug 2014 10:07:30 -0400 |
Augie Fackler |
cvsps: add two more tiebreakers in cscmp
|
Fri, 15 Aug 2014 04:37:45 +0200 |
Mads Kiilerich |
cleanup: remove some unused / duplicate imports
|
Fri, 26 Jul 2013 14:44:13 +0100 |
Frank Kingswood |
convert: handle changeset sorting errors without traceback (issue3961)
stable
|
Fri, 03 May 2013 19:34:59 +0200 |
Blesso hrvoje1212 |
convert: fix bug of wrong CVS path parsing without port number (issue3678)
stable
|
Fri, 22 Feb 2013 16:40:27 -0600 |
Matt Mackall |
convert: stabilize cvsps commitid sort order
|
Tue, 15 Jan 2013 02:59:14 +0100 |
Mads Kiilerich |
convert: report cvsps branchpoints sorted
|
Wed, 09 Jan 2013 21:11:00 +0200 |
Idan Kamara |
cvsps: fix indentation
|
Tue, 08 Jan 2013 16:26:52 -0800 |
Bryan O'Sullivan |
convert: fix most test-check-code-hg violations in cvsps code
|
Tue, 08 Jan 2013 20:11:20 +0000 |
Frank Kingswood |
cvsps: use commitids (when present) to detect changesets
|
Sun, 25 Nov 2012 13:53:47 -0600 |
Matt Mackall |
i18n: wrap false positives for translation detection
|
Wed, 15 Aug 2012 22:38:42 +0200 |
Mads Kiilerich |
fix trivial spelling errors
|
Sat, 12 May 2012 16:02:45 +0200 |
Brodie Rao |
cleanup: replace naked excepts with more specific ones
|
Sat, 12 May 2012 15:54:54 +0200 |
Brodie Rao |
cleanup: eradicate long lines
|
Sun, 08 Jan 2012 17:57:25 +0100 |
Martin Geisler |
cvsps: pull function definition out of loop
|
Wed, 05 Oct 2011 10:28:39 +0200 |
jakob krainz |
convert: detect false cset boundaries in cvsps descriptions
|
Mon, 25 Jul 2011 20:37:12 -0500 |
Augie Fackler |
hgext: replace uses of hasattr with util.safehasattr
|
Fri, 07 May 2010 16:59:00 -0500 |
Matt Mackall |
clean up remaining generic exceptions
|
Thu, 04 Mar 2010 14:32:01 -0600 |
Brandon Parsons |
cvs: skip bad tags
stable
|
Sun, 18 Apr 2010 15:47:49 +0200 |
Martin Geisler |
convert: mark strings for translation
stable
|
Mon, 15 Mar 2010 19:55:52 +0100 |
Benoit Boissinot |
cvsps: fix traceback involving 'synthetic'
stable
|
Tue, 09 Mar 2010 12:09:57 +0100 |
Mathieu Clabaut |
convert: teach cvsps to handle . repository (issue1649)
stable
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:45:09 -0600 |
Matt Mackall |
Merge with stable
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Tue, 15 Dec 2009 10:37:23 +0000 |
Frank Kingswood |
convert: implement two hooks in builtin cvsps
|
Sat, 19 Sep 2009 01:15:38 +0200 |
Martin Geisler |
do not attempt to translate ui.debug output
|
Sun, 05 Jul 2009 11:02:00 +0200 |
Alejandro Santos |
compat: use 'key' argument instead of 'cmp' when sorting a list
|
Sun, 05 Jul 2009 11:01:30 +0200 |
Alejandro Santos |
compat: use open() instead of file() everywhere
|
Sun, 14 Jun 2009 20:24:18 +0200 |
Rocco Rutte |
convert: fix builtin cvsps when no branchpoints are present
|
Tue, 09 Jun 2009 08:59:49 +0200 |
Henrik Stuart |
convert: better support for CVS branchpoints (issue1447)
|
Sun, 31 May 2009 01:28:18 +0200 |
Martin Geisler |
convert/cvsps: wrap long lines
|
Sun, 17 May 2009 16:57:40 +0200 |
Martin Geisler |
convert/cvsps: use set.update for bulk update
|
Sun, 17 May 2009 03:04:17 +0200 |
Benoit Boissinot |
convert: use set instead of dict
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
replace util.sort with sorted built-in
|
Sun, 19 Apr 2009 13:12:20 -0400 |
Greg Ward |
cvsps: fix crash when log message refers to non-existent branch (issue1615).
|
Sat, 18 Apr 2009 09:43:21 -0400 |
Greg Ward |
cvsps: make debugging easier by adding __repr__() methods.
|
Sat, 18 Apr 2009 09:44:51 -0400 |
Greg Ward |
cvsps: update docstring for changeset class.
|
Tue, 07 Apr 2009 23:06:50 +0200 |
Martin Geisler |
expand "rev" to "revision" in help texts
|
Sat, 04 Apr 2009 18:08:41 +0200 |
Rocco Rutte |
convert: simple fix for non-existent synthetic/mergepoint attributes
|
Thu, 02 Apr 2009 14:48:06 +0200 |
Henrik Stuart |
convert: added cvsnt mergepoint support
|
Sat, 28 Mar 2009 12:27:20 -0400 |
Greg Ward |
issue1578: fix crash: do not use synthetic changesets as merge parents.
|
Wed, 18 Mar 2009 09:15:38 -0400 |
Greg Ward |
cvsps: recognize and eliminate CVS' synthetic "file added" revisions.
1.2.1
|
Sun, 04 Jan 2009 21:49:37 +0100 |
Benoit Boissinot |
merge with crew
|
Sat, 03 Jan 2009 17:15:21 +0100 |
Martin Geisler |
lowercase ui.debug and assert output
|
Sun, 04 Jan 2009 01:43:12 -0600 |
David Champion |
cvsps: cvs log loop uses lookahead to avoid misleading text
|
Sat, 03 Jan 2009 21:25:19 +0100 |
Dirkjan Ochtman |
cvsps: kill some more trailing whitespace
|
Wed, 10 Dec 2008 14:02:54 +0000 |
Frank Kingswood |
Add debugcvsps command, replacing cvsps script
|
Tue, 28 Oct 2008 19:25:26 +0100 |
Benoit Boissinot |
remove unused variables
|
Mon, 13 Oct 2008 17:31:03 +0100 |
Patrick Mezard |
convert: fix builtin cvsps under Windows
|
Sun, 31 Aug 2008 16:12:02 +0200 |
Martin Geisler |
i18n: mark strings for translation in convert extension
|
Fri, 27 Jun 2008 18:28:45 -0500 |
Matt Mackall |
util: add sort helper
|
Wed, 18 Jun 2008 09:13:39 +0100 |
Frank Kingswood |
cvsps.py: remove unused Changeset member of logentry
|
Wed, 18 Jun 2008 11:09:18 +0200 |
Dirkjan Ochtman |
cvsps: fix a final whitespace nit
|
Tue, 17 Jun 2008 12:10:19 -0500 |
Matt Mackall |
cvsps: fix up some whitespace
|
Sun, 15 Jun 2008 15:59:27 +0100 |
Frank Kingswood |
convert: cvsps.py - code to generate changesets from a CVS repository
|