Fri, 15 May 2009 19:18:43 +0200 |
Dan Villiom Podlaski Christiansen |
Switch to using url scheme wrappers instead of duplicating each command we wrap.
|
Sat, 09 May 2009 14:46:12 +0200 |
Dan Villiom Podlaski Christiansen |
hg_delta_editor: simplify repository instantiation.
|
Sat, 09 May 2009 12:36:17 +0200 |
Dan Villiom Podlaski Christiansen |
merge with stable
|
Thu, 07 May 2009 20:50:53 +0200 |
Dan Villiom Podlaski Christiansen |
alternate approach for supporting svn schemes for repository paths
|
Mon, 18 May 2009 17:09:26 -0500 |
Augie Fackler |
2.4 compat fixes.
|
Fri, 08 May 2009 16:11:52 -0500 |
Augie Fackler |
Move some .warn() calls to noisy levels instead.
|
Fri, 08 May 2009 16:11:08 -0500 |
Augie Fackler |
Add an option to clone without branch names.
|
Sun, 03 May 2009 21:53:51 -0500 |
Augie Fackler |
Less import *
|
Sun, 03 May 2009 21:44:53 -0500 |
Augie Fackler |
Merge with danchr's changes.
|
Sun, 03 May 2009 21:42:43 -0500 |
Patrick Mezard |
hg_delta_editor: missing plaintext paths are svn paths not branch paths
|
Sun, 03 May 2009 21:42:42 -0500 |
Patrick Mezard |
hg_delta_editor: detect new branches issued from non-branch directories
|
Sun, 03 May 2009 21:42:41 -0500 |
Patrick Mezard |
hg_delta_editor: reformat huge comment, rename __determine_parent_branch()
|
Sun, 03 May 2009 15:28:43 +0200 |
Dan Villiom Podlaski Christiansen |
Put authormap into a separate file, and make it much better too.
|
Fri, 01 May 2009 13:25:57 +0200 |
Dan Villiom Podlaski Christiansen |
hg_delta_editor: fix _split_tag_path to actually work as intended.
|
Fri, 01 May 2009 10:28:59 +0200 |
Dan Villiom Podlaski Christiansen |
First merge, totally untested.
|
Fri, 27 Mar 2009 03:16:21 +0100 |
Dan Villiom Podlaski Christiansen |
Various cleanups, cosmetics and removal of superfluous assertions.
|
Fri, 27 Mar 2009 02:59:42 +0100 |
Dan Villiom Podlaski Christiansen |
Use a reverse lookup in authormap to determine the author for 'hg svn info'.
|
Fri, 27 Mar 2009 01:09:36 +0100 |
Dan Villiom Podlaski Christiansen |
Get rid of .hg/svn/last_rev:
|
Thu, 26 Mar 2009 16:37:35 +0100 |
Dan Villiom Podlaski Christiansen |
Ensure proper handling of nested tag paths by sorting and reversing them.
|
Tue, 28 Apr 2009 21:16:35 +0200 |
Patrick Mezard |
hg_delta_editor: add timezone to default date to avoid DST issues
|
Fri, 24 Apr 2009 21:04:25 -0500 |
Max Bowsher |
hg_delta_editor: Fix a bug in marking branches as deleted.
|
Mon, 13 Apr 2009 21:19:13 -0500 |
Augie Fackler |
Clean up TODOs that are no longer relevant.
|
Fri, 10 Apr 2009 22:38:29 -0500 |
Augie Fackler |
Move wrappers for hg commands to their own module.
|
Fri, 10 Apr 2009 13:43:44 -0400 |
Daniel Tang |
utils: standardizing imported name to hgutil, our_util to util
|
Wed, 08 Apr 2009 13:07:23 +0200 |
Dirkjan Ochtman |
Cope with date-less revisions.
|
Tue, 07 Apr 2009 17:38:13 -0500 |
Augie Fackler |
Fix and test for directory deletes during branch creation.
|
Tue, 07 Apr 2009 13:48:58 -0500 |
Augie Fackler |
Merge with crew.
|
Mon, 30 Mar 2009 10:24:27 -0500 |
Augie Fackler |
Fixing syntax highlighting in emacs.
|
Fri, 27 Mar 2009 02:59:42 +0100 |
Dan Villiom Podlaski Christiansen |
Use a reverse lookup in authormap to determine the author for 'hg svn info'.
|
Fri, 27 Mar 2009 01:09:36 +0100 |
Dan Villiom Podlaski Christiansen |
Get rid of .hg/svn/last_rev:
|
Thu, 19 Mar 2009 21:27:39 +0100 |
Dan Villiom Podlaski Christiansen |
Exception clean-ups; use symbolic names & avoid Python 2.6 deprecations.
|
Tue, 31 Mar 2009 15:23:38 -0500 |
Luke Opperman |
Avoid problems in _localname for commits to tags by ignoring them
|
Sat, 28 Mar 2009 16:38:57 -0500 |
Augie Fackler |
branches: change handling again, but this time a little less magic.
|
Sat, 28 Mar 2009 14:27:27 -0500 |
Augie Fackler |
hg_delta_editor: stop using foobaz as a bogus filename.
|
Fri, 20 Mar 2009 16:40:51 +0100 |
Dirkjan Ochtman |
Reuse ui from the repo if available.
|
Mon, 16 Mar 2009 23:19:00 -0500 |
Augie Fackler |
fetch: Fix a bug that caused plaintexts to be interpreted as missing more often than they should be.
|
Mon, 09 Mar 2009 12:01:40 -0500 |
Augie Fackler |
fetch: Fix a bogus case where no files in the root level of trunk caused breakage in the branch detection.
|
Mon, 02 Mar 2009 23:58:38 -0600 |
Augie Fackler |
Refactor branch handling to be much more dynamic (and hopefully robust).
|
Thu, 12 Feb 2009 15:10:42 +0100 |
Dan Villiom Podlaski Christiansen |
Output consolidation; decrease the ‘Fetching...’ message to debug level.
|
Thu, 12 Feb 2009 15:08:53 +0100 |
Dan Villiom Podlaski Christiansen |
Replace a few asserts with aborts.
|
Sat, 17 Jan 2009 15:30:38 -0600 |
Dan Villiom Podlaski Christiansen |
Create patch to make normal output much less verbose…
|
Tue, 13 Jan 2009 13:59:50 +0100 |
Benoit Boissinot |
remove decorators (compat with python2.3)
|
Sat, 03 Jan 2009 20:15:03 -0600 |
Graham Booker |
Fetch: add a filemap argument for use in converting old repositories to
|
Fri, 02 Jan 2009 15:54:06 -0600 |
Patrick Mezard |
Really delete the .hgsvnexternals file when explicitely removed
|
Fri, 02 Jan 2009 15:54:05 -0600 |
Patrick Mezard |
Convert svn:externals properties into a .hgsvnexternals file
|
Tue, 30 Dec 2008 20:14:03 -0600 |
Augie Fackler |
authormap: Add tests, fix in stupid mode.
|
Tue, 30 Dec 2008 20:13:32 -0600 |
Graham Booker |
fetch: Add support for an authormap which can rename authors, intended for
|
Tue, 30 Dec 2008 19:24:16 -0600 |
Martin Geisler |
Remove unneeded call to list.
|
Wed, 24 Dec 2008 10:52:31 -0600 |
Augie Fackler |
hg_delta_editor: Produce some output when creating a tag.
|
Tue, 23 Dec 2008 22:19:26 -0600 |
Augie Fackler |
utility_commands: Implement rebuildmeta so that metadata can be rebuilt.
|
Tue, 23 Dec 2008 11:10:32 -0600 |
Augie Fackler |
fetch: Refactor extra creation to be shared by real and diff replay.
|
Sat, 20 Dec 2008 19:04:59 -0600 |
Augie Fackler |
Improve branch closing in the case of a single-rev replacement of one branch
|
Mon, 15 Dec 2008 22:48:04 -0600 |
Augie Fackler |
Add some more coverage directives.
|
Mon, 15 Dec 2008 21:57:10 -0600 |
Patrick Mezard |
hg_delta_editor: reset properties of deleted entries
|
Fri, 12 Dec 2008 09:47:54 -0600 |
Augie Fackler |
Fix missing newlines.
|
Thu, 11 Dec 2008 17:34:33 -0600 |
Augie Fackler |
Fix an apparent regression where branch name didn't get properly stored for
|
Wed, 10 Dec 2008 14:29:05 -0600 |
Augie Fackler |
hg_delta_editor: fix bad parent revision calculation in the case of a branch
|
Wed, 10 Dec 2008 11:03:22 -0600 |
Patrick Mezard |
hg_delta_editor: fix parent revision detection on branch copy
|
Thu, 04 Dec 2008 13:10:40 -0600 |
Luke Opperman |
tag_repo: remove gentags command, extend repo.tags(), HgChangeEditor now takes either repo or repo_path
|
Wed, 03 Dec 2008 22:51:03 -0600 |
Augie Fackler |
Fix a bug in replay convert where replaced files that couldn't use replay
|