Sun, 24 Mar 2013 00:06:52 +0700 |
Constantine Linnick |
convert: add closesort algorithm to mercurial sources
|
Tue, 15 Jan 2013 02:59:14 +0100 |
Mads Kiilerich |
convert: process missing branches in sorted order
|
Wed, 07 Nov 2012 16:21:39 -0600 |
Augie Fackler |
bookmarks: introduce a bmstore to manage bookmark persistence
|
Fri, 01 Jun 2012 12:45:16 -0700 |
Bryan O'Sullivan |
revlog: descendants(*revs) becomes descendants(revs) (API)
|
Sat, 12 May 2012 16:02:46 +0200 |
Brodie Rao |
cleanup: replace naked excepts with except Exception: ...
|
Sat, 12 May 2012 16:00:58 +0200 |
Brodie Rao |
cleanup: "raise SomeException()" -> "raise SomeException"
|
Sat, 12 May 2012 16:00:57 +0200 |
Brodie Rao |
cleanup: "not x in y" -> "x not in y"
|
Sat, 12 May 2012 15:54:54 +0200 |
Brodie Rao |
cleanup: eradicate long lines
|
Thu, 26 Apr 2012 02:41:20 +0900 |
FUJIWARA Katsunori |
i18n: use locale insensitive format for datetimes as intermediate representation (issue3398)
stable
|
Fri, 24 Feb 2012 19:11:35 -0200 |
Wagner Bruna |
convert: fix typos in error messages
stable
|
Fri, 10 Feb 2012 22:34:13 +0100 |
Patrick Mezard |
convert: use splicemap entries when sorting revisions (issue1748)
stable
|
Fri, 07 Oct 2011 15:36:35 -0500 |
Matt Mackall |
convert: fix crazy rollback call, broken by recent rollback safety checks
|
Thu, 08 Sep 2011 10:20:42 +0200 |
Martin Geisler |
convert: use repo.join instead of referencing ".hg" directly
|
Fri, 10 Jun 2011 11:43:38 -0500 |
Matt Mackall |
hg: change various repository() users to use peer() where appropriate
|
Sun, 01 May 2011 17:34:16 +0200 |
Mads Kiilerich |
convert: also catch missing revlogs when introduced in repo roots
|
Fri, 25 Mar 2011 01:38:47 +0100 |
Edouard Gomez |
convert: add bookmark support to hg source
|
Wed, 07 Jul 2010 00:06:59 +0200 |
Edouard Gomez |
convert: add bookmark support to the hg sink
|
Sun, 25 Jul 2010 17:18:35 -0500 |
Matt Mackall |
convert: handle closed branch heads in hg-hg conversion (issue2185)
|
Sun, 09 May 2010 21:52:34 +0200 |
Patrick Mezard |
convert: merge sources getmode() into getfile()
|
Sun, 18 Apr 2010 15:47:49 +0200 |
Martin Geisler |
convert: mark strings for translation
stable
|
Sun, 18 Apr 2010 15:47:49 +0200 |
Martin Geisler |
convert: write "repository" instead of "repo"
stable
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Wed, 16 Dec 2009 16:42:58 -0600 |
Matt Mackall |
convert: make hg sink cleanup safer
stable
|
Wed, 07 Oct 2009 22:50:20 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Wed, 07 Oct 2009 18:52:01 +0200 |
Patrick Mezard |
convert/hg: handle bogus copy records (issue1843)
|
Wed, 07 Oct 2009 10:13:04 +0200 |
Patrick Mezard |
convert/hg: make parents() return changectx, not nodes
|
Sat, 19 Sep 2009 01:15:38 +0200 |
Martin Geisler |
do not attempt to translate ui.debug output
|
Sun, 06 Sep 2009 15:32:16 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Sun, 06 Sep 2009 15:29:14 +0200 |
Patrick Mezard |
convert: fix history topology when using hg.tagsbranch
|
Mon, 13 Jul 2009 09:50:26 +0900 |
Nicolas Dumazet |
for calls expecting bool args, pass bool instead of int
|
Mon, 01 Jun 2009 17:12:42 +0200 |
Patrick Mezard |
convert: rewrite tags when converting from hg to hg
|
Mon, 01 Jun 2009 17:12:39 +0200 |
Patrick Mezard |
convert: fail fast if source does not support --sourcesort
|
Mon, 01 Jun 2009 17:12:39 +0200 |
Patrick Mezard |
convert: add --sourcesort option for source specific sort
|
Sun, 24 May 2009 18:30:59 +0200 |
Patrick Mezard |
convert: better feedback when filtering out empty revisions
|
Sun, 24 May 2009 16:27:37 +0200 |
Patrick Mezard |
convert/hg: update documentation
|
Mon, 18 May 2009 22:55:45 +0200 |
Benoit Boissinot |
convert: directly use nullid
|
Sun, 17 May 2009 03:04:17 +0200 |
Benoit Boissinot |
convert: use set instead of dict
|
Sun, 26 Apr 2009 01:47:44 +0200 |
Martin Geisler |
convert: add copyright and license headers to back-ends
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
replace util.sort with sorted built-in
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
ui: print_exc() -> traceback()
|
Wed, 22 Apr 2009 02:01:22 +0200 |
Ronny Pfannschmidt |
switch lock releasing in the extensions from gc to explicit
|
Mon, 23 Mar 2009 13:13:27 +0100 |
Peter Arrenbrecht |
cleanup: whitespace cleanup
|
Mon, 23 Mar 2009 13:13:06 +0100 |
Peter Arrenbrecht |
cleanup: drop unused assignments
|
Mon, 23 Mar 2009 13:13:02 +0100 |
Peter Arrenbrecht |
cleanup: drop variables for unused return values
|
Mon, 02 Mar 2009 19:19:12 -0600 |
Matt Mackall |
convert: change hg.saverev default to False
|
Mon, 12 Jan 2009 10:42:31 -0600 |
Matt Mackall |
error: move repo errors
|
Sun, 11 Jan 2009 22:48:28 -0600 |
Matt Mackall |
errors: move revlog errors
|
Fri, 24 Oct 2008 15:00:40 +0200 |
Thomas Arendsen Hein |
Remove trailing spaces.
|
Thu, 23 Oct 2008 23:03:09 +0200 |
Patrick Mezard |
convert: correctly detect missing revlog for root revisions
|
Tue, 21 Oct 2008 21:24:47 +0200 |
Patrick Mezard |
convert: ignore hg source errors with hg.ignoreerrors (issue 1357)
|
Sun, 31 Aug 2008 16:12:02 +0200 |
Martin Geisler |
i18n: mark strings for translation in convert extension
|
Thu, 21 Aug 2008 11:35:17 +0200 |
Dirkjan Ochtman |
strip trailing whitespace, replace tabs by spaces
|
Wed, 13 Aug 2008 23:31:10 +0200 |
Patrick Mezard |
convert: implement startrev for hg source
|
Fri, 27 Jun 2008 18:28:45 -0500 |
Matt Mackall |
util: add sort helper
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
manifest: remove execf/linkf methods
|
Thu, 26 Jun 2008 14:35:46 -0500 |
Matt Mackall |
use repo[changeid] to get a changectx
|
Thu, 19 Jun 2008 00:14:24 +0200 |
Patrick Mezard |
convert: hg sink commits without working dir
|
Thu, 19 Jun 2008 00:14:24 +0200 |
Patrick Mezard |
convert: reintegrate file retrieval code in sinks
|
Thu, 06 Mar 2008 22:51:16 +0100 |
Joel Rosdahl |
Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg
|
Thu, 06 Mar 2008 22:23:41 +0100 |
Joel Rosdahl |
Remove unused imports
|
Thu, 06 Mar 2008 22:23:26 +0100 |
Joel Rosdahl |
Expand import * to allow Pyflakes to find problems
|
Fri, 07 Mar 2008 00:24:36 +0100 |
Thomas Arendsen Hein |
Removed trailing spaces from everything except test output
|
Sat, 26 Jan 2008 20:04:31 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Sat, 26 Jan 2008 19:55:04 +0100 |
Patrick Mezard |
convert: hg.clonebranches must pull missing parents (issue941)
|
Tue, 22 Jan 2008 00:55:01 +0100 |
Thomas Arendsen Hein |
merge with crew-stable
|
Mon, 21 Jan 2008 22:24:28 +0100 |
Patrick Mezard |
convert: mercurial sink must be local
|
Wed, 09 Jan 2008 00:27:33 +0100 |
Edouard Gomez |
convert: respect hg.tagsbranch setting
|
Fri, 04 Jan 2008 23:43:55 +0100 |
Patrick Mezard |
test-convert: test before() and after() conversion actions
|
Tue, 27 Nov 2007 09:44:09 -0800 |
Bryan O'Sullivan |
convert: some tidyups, doc improvements, and test fixes
|
Mon, 26 Nov 2007 17:23:20 -0800 |
Bryan O'Sullivan |
convert: tell the source repository when a rev has been converted
|
Mon, 26 Nov 2007 14:01:31 -0800 |
Bryan O'Sullivan |
convert: save hg revision during a convert
|
Fri, 09 Nov 2007 20:21:35 -0200 |
Alexis S. L. Carvalho |
convert: make sure mercurial_source has a local hg repo
|
Fri, 09 Nov 2007 20:21:35 -0200 |
Alexis S. L. Carvalho |
convert: display all errors if we couldn't open the source repo
|
Wed, 10 Oct 2007 15:42:00 -0700 |
Bryan O'Sullivan |
convert: refactor sink initialisation, to remove hardcoding of hg
|
Wed, 10 Oct 2007 15:30:00 -0700 |
Bryan O'Sullivan |
convert: add default constructor for converter_sink
|
Wed, 10 Oct 2007 15:30:00 -0700 |
Bryan O'Sullivan |
convert: make contents of "extra" dict available from sources, for sinks.
|
Wed, 10 Oct 2007 00:15:33 -0700 |
Bryan O'Sullivan |
convert: report errors more meaningfully if run with --traceback
|
Sat, 06 Oct 2007 15:30:15 -0300 |
Alexis S. L. Carvalho |
mercurial_sink: regrab locks in setbranch
|
Thu, 04 Oct 2007 23:21:37 -0300 |
Alexis S. L. Carvalho |
mercurial_source: add --filemap support
|
Thu, 04 Oct 2007 23:21:37 -0300 |
Alexis S. L. Carvalho |
convert: add a mode where mercurial_sink skips empty revisions.
|
Tue, 02 Oct 2007 13:49:36 -0700 |
Bryan O'Sullivan |
Merge with crew.
|
Tue, 02 Oct 2007 13:48:52 -0700 |
Bryan O'Sullivan |
convert: fail properly if we can't read a source hg repository
|
Sun, 30 Sep 2007 12:36:11 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Sat, 29 Sep 2007 21:10:54 -0700 |
Bryan O'Sullivan |
Merge with crew-stable.
|
Sun, 30 Sep 2007 12:08:33 +0200 |
Patrick Mezard |
convert: fix missing import
|
Sat, 29 Sep 2007 21:08:14 -0700 |
Bryan O'Sullivan |
convert: delete empty directories if deleting a file (bug 754)
|
Sat, 01 Sep 2007 02:49:18 -0300 |
Alexis S. L. Carvalho |
convert: mercurial_source: also search for copies in modified files
|
Sat, 01 Sep 2007 02:49:18 -0300 |
Alexis S. L. Carvalho |
convert: clear the dirstate before a conversion, invalidate it afterwards
|
Sat, 01 Sep 2007 02:49:18 -0300 |
Alexis S. L. Carvalho |
convert: avoid dirstate checks; add a test
|
Mon, 27 Aug 2007 15:39:07 -0700 |
Brendan Cully |
convert: new config variable hg.tagsbranch controls which branch tags are committed to
|
Fri, 17 Aug 2007 20:18:05 -0300 |
Alexis S. L. Carvalho |
convert: fix mercurial_sink.putcommit
|
Wed, 15 Aug 2007 13:21:23 -0700 |
Brendan Cully |
convert: hg: optionally create branches as clones
|
Tue, 07 Aug 2007 10:28:43 +0200 |
Thomas Arendsen Hein |
Remove trailing spaces, fix indentation
|
Mon, 06 Aug 2007 14:16:50 -0700 |
Bryan O'Sullivan |
convert: only get history for requested revs when converting hg repo
|
Sun, 05 Aug 2007 12:03:27 -0700 |
Brendan Cully |
convert: look up copies in getchanges instead of getcommit
|
Thu, 02 Aug 2007 01:56:08 -0300 |
Alexis S. L. Carvalho |
convert: fix locking order
|
Tue, 31 Jul 2007 17:18:59 -0700 |
Bryan O'Sullivan |
convert: add config option to turn off use of branch names
|
Thu, 26 Jul 2007 13:34:36 -0700 |
Bryan O'Sullivan |
convert: get rid of "hg." prefix where not needed
|
Thu, 26 Jul 2007 13:34:36 -0700 |
Bryan O'Sullivan |
convert: add filename filtering and renaming support
|
Thu, 26 Jul 2007 13:34:36 -0700 |
Bryan O'Sullivan |
convert: acquire/release locks periodically
|
Thu, 26 Jul 2007 13:34:36 -0700 |
Bryan O'Sullivan |
convert: Support Mercurial as a source, as well as a sink
|
Thu, 26 Jul 2007 13:34:36 -0700 |
Bryan O'Sullivan |
convert: rename mapfile to revmapfile, so we can map more than just revs
|
Sat, 21 Jul 2007 16:44:38 -0500 |
Matt Mackall |
Merge with crew
|
Sat, 21 Jul 2007 10:30:51 +0200 |
Thomas Arendsen Hein |
removed trailing whitespace
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: add __contains__ and make __getitem__ more useful
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: break update into separate functions
|
Fri, 13 Jul 2007 08:28:57 -0700 |
Brendan Cully |
convert: record the source revision in the changelog
|
Sun, 01 Jul 2007 23:56:11 +0200 |
Daniel Holth |
convert extension: Add SVN converter
|
Sun, 01 Jul 2007 19:58:19 -0700 |
Brendan Cully |
convert: split converter into convertsource and convertsink
|
Sun, 01 Jul 2007 15:02:15 -0700 |
Brendan Cully |
convert: add -r argument specifying latest revision to convert
|
Thu, 14 Jun 2007 23:25:55 +0200 |
Edouard Gomez |
convert extension: Add support for username mapping
|
Sun, 10 Jun 2007 20:08:47 -0700 |
Brendan Cully |
Split convert extension into common and repository type modules
base
hgext/convert/__init__.py@3c42ffdf7ca3
|