log

age author description
Mon, 24 Mar 2014 11:20:54 -0500 Sean Farley wrappers: use meta.layout instead of accessing config directly
Mon, 24 Mar 2014 11:20:54 -0500 Sean Farley svnmeta: turn layout into a cached property
Mon, 24 Mar 2014 11:20:54 -0500 Sean Farley wrappers: call new meta.layout_from_subversion
Mon, 24 Mar 2014 11:20:54 -0500 Sean Farley svnmeta: copy layout_from_subversion from detect
Mon, 24 Mar 2014 11:20:54 -0500 Sean Farley svnmeta: copy layout_from_commit from detect
Mon, 24 Mar 2014 11:20:53 -0500 Sean Farley wrappers: use meta.branch instead of ui.config directly
Mon, 24 Mar 2014 11:20:53 -0500 Sean Farley svnmeta: add generated cached branch property
Mon, 29 Dec 2014 13:15:23 -0800 Siddharth Agarwal svnexternals: fix for Mercurial 3.3+
Fri, 12 Dec 2014 16:32:34 -0800 Mateusz Kwapich maps: cache hashes() for the revmap
Fri, 12 Dec 2014 16:17:11 -0800 Mateusz Kwapich wrappers: improve push performance by reusing the existing metadata
Mon, 24 Mar 2014 11:20:53 -0500 Sean Farley layouts: turn taglocations method into a property
Mon, 24 Mar 2014 11:20:53 -0500 Sean Farley layouts: generate cached taglocations property
Mon, 24 Mar 2014 11:20:53 -0500 Sean Farley svnmeta: remove taglocations property
Mon, 24 Mar 2014 11:20:53 -0500 Sean Farley svnmeta: remove unneeded call to self.taglocations
Mon, 24 Mar 2014 11:20:52 -0500 Sean Farley util: remove unused getmessage function
Mon, 24 Mar 2014 11:20:52 -0500 Sean Farley stupid: call meta.getmessage instead of util
Mon, 24 Mar 2014 11:20:52 -0500 Sean Farley wrappers: call meta.getmessage instead of util
Mon, 24 Mar 2014 11:20:52 -0500 Sean Farley replay: call meta.getmessage instead of util
Mon, 24 Mar 2014 11:20:52 -0500 Sean Farley svnmeta: call self.getmessage instead of util
Mon, 24 Mar 2014 11:20:52 -0500 Sean Farley svnmeta: use self.defaultmessage instead of ui.config call
Mon, 24 Mar 2014 11:20:51 -0500 Sean Farley svnmeta: generate cached defaultmessage property
Mon, 24 Mar 2014 11:20:51 -0500 Sean Farley svnmeta: copy util.getmessage to here so we can refactor
Wed, 10 Dec 2014 22:47:18 -0500 Augie Fackler Merge with stable.
Wed, 10 Dec 2014 14:04:55 -0800 Sean Farley pull: adapt from upstream changes to transactions stable
Mon, 08 Dec 2014 16:50:22 -0500 Augie Fackler stupid: dedent some code
Mon, 08 Dec 2014 16:49:52 -0500 Augie Fackler stupid: remove code that's only used by hg < 1.9
Mon, 24 Mar 2014 11:20:51 -0500 Sean Farley layouts: remove unused _infix variable in standard
Mon, 24 Mar 2014 11:20:51 -0500 Sean Farley layouts: use meta.infix in standard
Mon, 24 Mar 2014 11:20:51 -0500 Sean Farley layouts: add cached infix property to standard
Mon, 24 Mar 2014 11:20:51 -0500 Sean Farley layouts: remove unused _trunk variable in standard
Mon, 24 Mar 2014 11:20:50 -0500 Sean Farley layouts: use trunk property instead of internal variable
Mon, 24 Mar 2014 11:20:50 -0500 Sean Farley layouts: turn trunk into a property for standard
Mon, 24 Mar 2014 11:20:50 -0500 Sean Farley layouts: remove unused _branch_dir in standard
Mon, 24 Mar 2014 11:20:50 -0500 Sean Farley layouts: use meta.branchdir in standard
Mon, 24 Mar 2014 11:20:50 -0500 Sean Farley layouts: add cached branchdir property to standard
Mon, 24 Mar 2014 11:20:50 -0500 Sean Farley svnmeta: add pre-transformation parameter to cached generator
Sat, 15 Nov 2014 12:35:51 -0500 Augie Fackler Merge with stable.
Mon, 24 Mar 2014 11:20:49 -0500 Sean Farley layouts: change constructor to take a meta object
Mon, 24 Mar 2014 11:20:49 -0500 Sean Farley layouts: remove persist since we no longer use it
Mon, 24 Mar 2014 11:20:49 -0500 Sean Farley svnmeta: use util.dump instead of layout_to_file
Mon, 24 Mar 2014 11:20:49 -0500 Sean Farley svncommands: use util.dump instead of layout_to_file
Mon, 24 Mar 2014 11:20:49 -0500 Sean Farley svnmeta: add a layout_file property
Mon, 24 Mar 2014 11:20:49 -0500 Sean Farley layouts: use util.load in layout_from_config
Mon, 24 Mar 2014 11:20:48 -0500 Sean Farley svnmeta: reorder code in __init__ for easier reading
Thu, 13 Nov 2014 22:09:06 -0500 peter.geer genignore: fitler out empty lines in svn:ignore. stable
Wed, 05 Nov 2014 12:51:34 -0500 Augie Fackler Merge stable back into default.
Wed, 05 Nov 2014 12:49:07 -0500 Augie Fackler Added tag 1.7 for changeset 139a44a63090 stable
Wed, 05 Nov 2014 12:48:59 -0500 Augie Fackler Merge default into stable for a release. stable 1.7
Sun, 02 Nov 2014 01:34:34 -0800 Siddharth Agarwal maps.RevMap: avoid O(revs) property lookups on dict
Sun, 02 Nov 2014 01:27:38 -0800 Siddharth Agarwal maps: avoid O(n) property lookups on the node module
Sun, 02 Nov 2014 01:23:47 -0800 Siddharth Agarwal maps.RevMap: while loading, read lastpulled and firstpulled once
Sun, 02 Nov 2014 02:01:05 -0800 Siddharth Agarwal maps.RevMap: disable GC while loading the revmap
Sun, 02 Nov 2014 01:55:18 -0800 Siddharth Agarwal util: add a decorator to disable Python's garbage collector
Tue, 14 Oct 2014 13:36:32 -0700 Siddharth Agarwal test_rebuildmeta: call exchange.pull if localrepository.pull isn't available
Mon, 13 Oct 2014 23:57:21 -0700 Siddharth Agarwal wrappers.push: call pull instead of repo.pull
Mon, 13 Oct 2014 23:56:13 -0700 Siddharth Agarwal pull: wrap exchange.pull if localrepository.pull isn't available
Mon, 13 Oct 2014 23:55:27 -0700 Siddharth Agarwal push: wrap exchange.push when localrepository.push isn't available
Tue, 14 Oct 2014 18:12:24 -0400 Siddharth Agarwal test_util: fix up i18n monkeypatch for Mercurial 3.2
Wed, 17 Sep 2014 11:25:52 -0400 Augie Fackler stupid: add another None check
Tue, 16 Sep 2014 16:19:43 -0700 Siddharth Agarwal stupid: in svnbackend, adapt for core Mercurial changes
Tue, 16 Sep 2014 16:35:21 -0700 Siddharth Agarwal replay: use compat hack for filectxfn for deleted files
Tue, 16 Sep 2014 16:16:26 -0700 Siddharth Agarwal stupid: in fetch_branchrev, use compat hack for filectxfn for deleted files
Tue, 16 Sep 2014 16:15:17 -0700 Siddharth Agarwal stupid: in diff_branchrev, use compat hack for filectxfn for deleted files
Tue, 16 Sep 2014 16:03:31 -0700 Siddharth Agarwal test_push_command: use compat hack for filectxfn for deleted files
Tue, 16 Sep 2014 16:02:44 -0700 Siddharth Agarwal test_util: use compat hack for filectxfn for deleted files
Tue, 16 Sep 2014 16:42:57 -0700 Siddharth Agarwal compathacks: add hacks for filectxfn deletion contract changing
Sat, 30 Aug 2014 09:23:31 -0700 David Schleimer push: update to branch tip instead of tip
Mon, 07 Apr 2014 18:44:46 -0700 David Schleimer editor: fix replay handling for copied + modified symlinks
Mon, 07 Apr 2014 18:28:35 -0700 David Schleimer editor: correctly import symlink copy+modify with non-empty prefix
Mon, 07 Apr 2014 17:51:59 -0700 David Schleimer editor: fix edge case with in memory file-store size limit
Sun, 17 Nov 2013 09:57:00 -0800 David Schleimer editor: correctly import copies of directories from non-tracked or closed branches
Tue, 12 Aug 2014 11:08:41 -0400 Augie Fackler Merge with stable.
Tue, 12 Aug 2014 11:08:09 -0400 Augie Fackler Added tag 1.6.3 for changeset 46523cdfd3b0 stable
Thu, 07 Aug 2014 19:30:26 -0700 David Schleimer pushmod: prepend "link " to base text for links stable 1.6.3
Fri, 01 Aug 2014 09:42:53 -0400 Augie Fackler Merge with stable.
Fri, 01 Aug 2014 09:41:45 -0400 Augie Fackler Added signature for changeset 5cdc58c1c9a7 stable
Fri, 01 Aug 2014 09:38:39 -0400 Augie Fackler Added tag 1.6.2 for changeset 36f6d51b4edc stable
Mon, 02 Jun 2014 19:57:07 -0500 Sean Farley test_single_dir_push: call makememfilectx stable 1.6.2
Mon, 02 Jun 2014 19:55:32 -0500 Sean Farley test_utility_commands: call makememfilectx stable
Mon, 02 Jun 2014 19:54:02 -0500 Sean Farley test_util: call makememfilectx stable
Mon, 02 Jun 2014 19:41:37 -0500 Sean Farley test_push_command: call makememfilectx stable
Mon, 02 Jun 2014 19:09:35 -0500 Sean Farley stupid: call makememfilectx stable
Mon, 02 Jun 2014 19:09:44 -0500 Sean Farley replay: call makememfilectx stable
Mon, 02 Jun 2014 19:09:11 -0500 Sean Farley svnmeta: call makememfilectx stable
Mon, 02 Jun 2014 19:53:49 -0500 Sean Farley compathacks: add wrapper for memfilectx stable
Mon, 24 Mar 2014 11:20:48 -0500 Sean Farley maps: change filemap to initialize with an svnmeta object
Mon, 24 Mar 2014 11:20:48 -0500 Sean Farley svnmeta: turn filemap into a lazy property
Mon, 24 Mar 2014 11:20:48 -0500 Sean Farley tests: remove empty branchmap test
Mon, 24 Mar 2014 11:20:48 -0500 Sean Farley maps: load commandline filemap in __init__
Mon, 24 Mar 2014 11:20:48 -0500 Sean Farley maps: change branchmap to initialize with an svnmeta object
Mon, 24 Mar 2014 11:20:47 -0500 Sean Farley svnmeta: turn branchmap into a lazy property
Mon, 24 Mar 2014 11:20:47 -0500 Sean Farley maps: load commandline branchmap in __init__
Mon, 24 Mar 2014 11:20:47 -0500 Sean Farley maps: change tagmap to initialize with an svnmeta object
Mon, 24 Mar 2014 11:20:47 -0500 Sean Farley svnmeta: turn tagmap into a lazy property
Mon, 24 Mar 2014 11:20:47 -0500 Sean Farley maps: load commandline tagmap in __init__
Mon, 24 Mar 2014 11:20:46 -0500 Sean Farley svnmeta: turn authors into a lazy property
Wed, 16 Jul 2014 14:52:33 -0400 Augie Fackler test_push_command: improve commit messages inside test for diagnostics
Mon, 02 Jun 2014 19:57:07 -0500 Sean Farley test_single_dir_push: call makememfilectx
Mon, 02 Jun 2014 19:55:32 -0500 Sean Farley test_utility_commands: call makememfilectx
Mon, 02 Jun 2014 19:54:02 -0500 Sean Farley test_util: call makememfilectx
Mon, 02 Jun 2014 19:41:37 -0500 Sean Farley test_push_command: call makememfilectx
Mon, 02 Jun 2014 19:09:35 -0500 Sean Farley stupid: call makememfilectx
Mon, 02 Jun 2014 19:09:44 -0500 Sean Farley replay: call makememfilectx
Mon, 02 Jun 2014 19:09:11 -0500 Sean Farley svnmeta: call makememfilectx
Mon, 02 Jun 2014 19:53:49 -0500 Sean Farley compathacks: add wrapper for memfilectx
Mon, 02 Jun 2014 16:31:54 -0500 Sean Farley svnmeta: explicitly test for None
Mon, 24 Mar 2014 11:20:46 -0500 Sean Farley maps: use meta.caseignoreauthors intead of accessing ui directly
Mon, 24 Mar 2014 11:20:46 -0500 Sean Farley maps: use meta.defaultauthors intead of accessing ui directly
Mon, 24 Mar 2014 11:20:46 -0500 Sean Farley maps: change authormap to initialize with an svnmeta object
Mon, 24 Mar 2014 11:20:46 -0500 Sean Farley maps: load commandline authormap in __init__
Mon, 24 Mar 2014 11:20:46 -0500 Sean Farley svnmeta: use generator for usebranchnames property
Mon, 24 Mar 2014 11:20:45 -0500 Sean Farley svnmeta: add defaulthost property
Mon, 24 Mar 2014 11:20:45 -0500 Sean Farley svnmeta: add caseignoreauthors property
Mon, 24 Mar 2014 11:20:45 -0500 Sean Farley svnmeta: add defaultauthors property
Mon, 24 Mar 2014 11:20:45 -0500 Sean Farley maps: remove trailing whitespace
Mon, 24 Mar 2014 11:20:45 -0500 Sean Farley maps: change tags init to accept svnmeta not a repo
Mon, 24 Mar 2014 11:20:45 -0500 Sean Farley svnmeta: move revmap.oldest to meta.firstpulled
Mon, 24 Mar 2014 11:20:44 -0500 Sean Farley svncommands: use meta.lastpulled instead of revmap.youngest
Mon, 24 Mar 2014 11:20:44 -0500 Sean Farley svnmeta: move revmap.youngest to meta.lastpulled
Mon, 24 Mar 2014 11:20:44 -0500 Sean Farley maps: change revmap init to accept svnmeta not a repo
Mon, 24 Mar 2014 11:20:44 -0500 Sean Farley maps: change readmapfile to take a path instead of repo
Mon, 24 Mar 2014 11:20:44 -0500 Sean Farley svnmeta: add generator for cached svn configuration properties
Fri, 02 May 2014 10:04:10 -0400 Augie Fackler Merge with stable.
Fri, 02 May 2014 09:45:54 -0400 Augie Fackler Added signature for changeset 41ff2014d125 stable
Fri, 02 May 2014 09:45:38 -0400 Augie Fackler Added tag 1.6.1 for changeset 8caf1226adec stable
Fri, 02 May 2014 09:27:31 -0400 Augie Fackler test_template_keywords: handle changeset output ordering change in hg 3.0 stable 1.6.1
Tue, 22 Apr 2014 15:53:11 +0200 Dan Villiom Podlaski Christiansen push: fix obsolete feature detection stable
Wed, 09 Apr 2014 16:17:13 -0700 Durham Goode push: update push logic to match mercurial upstream stable
Tue, 22 Apr 2014 15:53:11 +0200 Dan Villiom Podlaski Christiansen push: fix obsolete feature detection
Sat, 12 Apr 2014 11:02:11 -0400 Augie Fackler wrappers: note which version of hg e10000369b47 is from
Wed, 09 Apr 2014 16:17:13 -0700 Durham Goode push: update push logic to match mercurial upstream
Fri, 04 Apr 2014 21:28:42 -0400 Augie Fackler Merge with stable.
Fri, 04 Apr 2014 21:27:55 -0400 Augie Fackler pull: fix pull when phases.new-commit=secret stable
Mon, 24 Mar 2014 11:20:44 -0500 Sean Farley svncommands: use RevMap.VERSION instead of hardcoding '1'
Mon, 24 Mar 2014 17:13:06 -0500 Sean Farley svncommands: use meta.revmap_file
Mon, 24 Mar 2014 11:20:43 -0500 Sean Farley svncommands: use meta.tags instead of duplicating code
Mon, 24 Mar 2014 11:20:43 -0500 Sean Farley svncommands: use meta.branch_info instead of duplicating logic
Mon, 24 Mar 2014 11:20:43 -0500 Sean Farley svncommands: use meta.subdir instead of duplicating code
Mon, 24 Mar 2014 11:20:43 -0500 Sean Farley svncommands: use meta.uuid instead of duplicating code
Mon, 24 Mar 2014 11:20:43 -0500 Sean Farley svncommands: use meta.metapath
Mon, 24 Mar 2014 11:20:43 -0500 Sean Farley svncommands: add svnmeta object
Sun, 16 Mar 2014 23:42:48 -0500 Sean Farley svnmeta: unify variable names cleanup
Sat, 22 Feb 2014 18:26:48 -0600 Sean Farley svnmeta: turn tags into lazy property
Sat, 22 Feb 2014 18:23:52 -0600 Sean Farley tests: relax testing for tagmap existence
Fri, 21 Feb 2014 17:02:45 -0600 Sean Farley svnmeta: add tagfile property for use with the Tags object
Mon, 17 Feb 2014 16:29:54 -0600 Sean Farley svnmeta: turn revmap into lazy property
Mon, 17 Feb 2014 16:23:30 -0600 Sean Farley svnmeta: add revmap_file property
Thu, 20 Feb 2014 13:21:32 -0600 Sean Farley svnrepo: augment svnmeta method to take new error checking parameter
Tue, 18 Feb 2014 22:48:45 -0600 Sean Farley svnmeta: relax error checking with a parameter
Sun, 16 Feb 2014 16:32:00 -0600 Sean Farley svnmeta: rename meta_data_dir to metapath
Tue, 18 Feb 2014 18:28:33 -0600 Sean Farley subdir: use util.dump and util.load for writing and reading
Tue, 18 Feb 2014 17:29:58 -0600 Sean Farley svncommands: remove unused {read,write}_if_needed methods
Fri, 14 Mar 2014 19:44:35 -0500 Sean Farley uuid: use util.dump and util.load for writing and reading
Tue, 18 Feb 2014 17:17:02 -0600 Sean Farley tests: use util.load instead of reading file directly
Tue, 18 Feb 2014 17:19:29 -0600 Sean Farley util: fallback to raw string reading if pickle fails
Tue, 18 Feb 2014 17:16:28 -0600 Sean Farley util: add resave bool parameter to load
Mon, 17 Feb 2014 11:18:30 -0600 Sean Farley svncommands: call util.dump instead of manually writing file
Sat, 15 Feb 2014 10:54:35 -0600 Sean Farley util: remove unused save_string
Sat, 15 Feb 2014 10:54:08 -0600 Sean Farley maps: call util.dump instead save_string
Sat, 15 Feb 2014 10:52:00 -0600 Sean Farley util: remove unused load_string
Sat, 15 Feb 2014 10:45:51 -0600 Sean Farley util: remove all calls to load_string
Sat, 15 Feb 2014 10:42:54 -0600 Sean Farley util: add default parameter to load
Sat, 15 Feb 2014 01:58:07 -0600 Sean Farley util: banish pickle to compathacks
Sat, 15 Feb 2014 01:59:21 -0600 Sean Farley compathacks: specify for generic compatibility hacks
Sat, 15 Feb 2014 01:53:55 -0600 Sean Farley compathacks: pep8
Sat, 15 Feb 2014 10:09:13 -0600 Sean Farley util: convert pickle to json
Sat, 15 Feb 2014 02:00:10 -0600 Sean Farley util: serialize data with json instead of pickle
Sat, 15 Feb 2014 01:50:14 -0600 Sean Farley util: try to load data using json
Mon, 17 Feb 2014 11:10:38 -0600 Sean Farley util: add visitor pattern for scrubbing json
Mon, 17 Feb 2014 11:25:36 -0600 Sean Farley tests: use util.load instead of bare pickle
Fri, 23 Aug 2013 11:00:41 -0500 Sean Farley svncommands: use util.load instead of bare pickle
Fri, 23 Aug 2013 20:35:05 -0500 Sean Farley svncommands: use util.dump instead of pickle.dump
Fri, 23 Aug 2013 10:58:03 -0500 Sean Farley svnmeta: use util.load instead of bare pickle
Fri, 23 Aug 2013 10:57:09 -0500 Sean Farley layouts: use util.load instead of bare pickle
Fri, 23 Aug 2013 10:54:20 -0500 Sean Farley util: add a method to load data from a file
Fri, 23 Aug 2013 10:46:08 -0500 Sean Farley util: rename pickle_atomic to dump
Wed, 12 Feb 2014 09:19:03 -0500 Augie Fackler Merge with stable.
Tue, 04 Feb 2014 22:38:54 +0100 Michael Augustin fix promptchoice call, since it changed in mercurial 2.7 (change c58b6ab4c26f) stable
Thu, 22 Aug 2013 19:54:40 -0500 Sean Farley util: remove pre-1.9 mercurial code from pickle_atomic
Fri, 23 Aug 2013 13:08:58 -0500 Sean Farley util: remove pre-1.6 mercurial code from parseurl
Thu, 05 Sep 2013 16:25:25 -0500 Sean Farley stupid: remove pre-1.9 code from filteriterhunks
Thu, 05 Sep 2013 16:22:01 -0500 Sean Farley wrappers: remove pre-1.9 code from hgclonewrapper
Thu, 05 Sep 2013 16:20:59 -0500 Sean Farley wrappers: remove pre-1.9 code from clone
Fri, 06 Sep 2013 19:22:39 -0500 Sean Farley svnexternals: remove pre-1.9 pegrev code
Fri, 06 Sep 2013 19:09:48 -0500 Sean Farley svnexternals: remove pre-1.7 code and reindent
Fri, 06 Sep 2013 18:34:08 -0500 Sean Farley help: remove pre-1.7 text
Fri, 06 Sep 2013 18:31:40 -0500 Sean Farley help: remove pre-1.6 text
Fri, 06 Sep 2013 18:30:59 -0500 Sean Farley help: remove pre-1.5 text
Wed, 11 Sep 2013 19:30:08 -0500 Sean Farley svnrepo: remove pre-1.6 code from remotesvn decorator
Fri, 06 Sep 2013 19:12:42 -0500 Sean Farley init: remove pre-1.7 subrepo code
Fri, 06 Sep 2013 19:12:17 -0500 Sean Farley init: remove pre-1.6 revset code
Fri, 06 Sep 2013 18:24:53 -0500 Sean Farley init: remove pre-1.6 code from extsetup
Fri, 06 Sep 2013 19:11:40 -0500 Sean Farley init: remove pre-1.5 templatekw code
Fri, 06 Sep 2013 18:29:33 -0500 Sean Farley init: remove pre-1.3 code from extsetup
Tue, 11 Feb 2014 12:49:25 -0500 Augie Fackler Merge with stable.
Thu, 06 Feb 2014 14:30:05 -0600 Sean Farley layouts: fix crash when importing hgext_hgsubversion stable
Tue, 11 Feb 2014 12:48:49 -0500 Augie Fackler Merge default and stable so I can do stable releases again. stable
Mon, 03 Feb 2014 02:00:20 -0500 Augie Fackler Added tag 1.6 for changeset 7d47a0f73135
Mon, 03 Feb 2014 02:00:06 -0500 Augie Fackler setup: also ignore stderr lines about obsolete when guessing version 1.6
Mon, 03 Feb 2014 01:55:56 -0500 Augie Fackler compathacks: new module to collect hacks to work around hg internals changing
Fri, 17 Jan 2014 11:07:58 -0500 Augie Fackler layouts: add importerror ladder so hgsubversion works as an installed module
Thu, 02 Jan 2014 21:53:39 -0500 Greg Ward layouts: fix crash when importing hgsubversion itself (issue #402)
Fri, 22 Nov 2013 11:09:59 -0800 Siddharth Agarwal svnexternals: import pathutil.canonpath if available
Sat, 16 Nov 2013 16:16:59 -0800 David Schleimer pull: correctly handle replacing the root of a branch with a non-copied directory
Thu, 17 Oct 2013 11:27:25 -0400 Augie Fackler test_fetch_mappings: trim some superfluous whitespace
Tue, 08 Jan 2013 10:44:38 +0100 maugustin authormap: allow case-insensitive authormaps for easier conversions
Tue, 01 Oct 2013 16:55:56 +0200 David Soria Parra verify: use mercurials worker API to speedup stupid verify
Mon, 23 Sep 2013 17:17:12 -0700 David Schleimer buildmeta: remove debugging statement
Wed, 11 Sep 2013 10:55:01 -0700 David Schleimer layouts: add support for an infix between tbt and the hg root
Tue, 11 Jun 2013 17:53:31 -0700 David Schleimer layouts: add support for configuring branches directory
Mon, 26 Aug 2013 16:40:31 -0700 David Schleimer layouts: add custom layout for those of us that need weird mappings
Wed, 04 Sep 2013 11:30:50 -0700 David Schleimer layouts: teach layout detection from file about alternate layouts
Tue, 27 Aug 2013 17:21:29 -0700 David Schleimer layouts: fix remotepath for default branch in standard layout
Tue, 06 Aug 2013 14:55:52 -0700 David Schleimer layouts: correct flubbed __unimplement call in base layout
Wed, 04 Sep 2013 11:47:57 -0700 David Schleimer stupid: only check branch mappings for discovered files once
Wed, 04 Sep 2013 11:39:58 -0700 David Schleimer stupid: cleanup unnecessary, always-true if statement
Wed, 04 Sep 2013 11:20:44 -0700 David Schleimer stupid: kill some dead and no longer needed code
Thu, 05 Sep 2013 10:51:58 -0700 David Schleimer tests: unbreak running test_updatemeta individually
Sun, 11 Aug 2013 22:20:59 +0200 Dan Villiom Podlaski Christiansen test_util: include Subversion revision when drawing a pretty graph
Sun, 11 Aug 2013 21:59:59 +0200 Dan Villiom Podlaski Christiansen subvertpy wrapper: printable path adapter
Sat, 10 Aug 2013 08:01:36 +0200 Dan Villiom Podlaski Christiansen push: allow obtaining the traceback for Subversion exceptions
Wed, 14 Aug 2013 17:33:40 -0700 David Schleimer tests: cd to tempdir during setUp
Fri, 09 Aug 2013 19:41:25 -0500 Augie Fackler test_util: fix missing message in SkipTest raise
Fri, 09 Aug 2013 15:56:24 +0200 Dan Villiom Podlaski Christiansen svnmeta: factor out a property for obtaining the tag locations
Wed, 07 Aug 2013 23:16:39 +0200 Dan Villiom Podlaski Christiansen tests: remove ability to toggle stupidity on less than class level
Fri, 09 Aug 2013 23:46:02 +0200 Dan Villiom Podlaski Christiansen test_utility_commands: use stupid mode metaclass
Fri, 09 Aug 2013 23:46:01 +0200 Dan Villiom Podlaski Christiansen test_tags: use stupid mode metaclass
Fri, 09 Aug 2013 23:46:01 +0200 Dan Villiom Podlaski Christiansen test_single_dir_push: use stupid mode metaclass
Fri, 09 Aug 2013 23:46:00 +0200 Dan Villiom Podlaski Christiansen test_single_dir_clone: use stupid mode metaclass
Fri, 09 Aug 2013 23:46:00 +0200 Dan Villiom Podlaski Christiansen test_push_renames: use metaclass stupid mode tests
Fri, 09 Aug 2013 23:45:59 +0200 Dan Villiom Podlaski Christiansen test_push_eol: use stupid mode metaclass
Fri, 09 Aug 2013 23:45:59 +0200 Dan Villiom Podlaski Christiansen test_push_dirs: use stupid mode metaclass
Fri, 09 Aug 2013 23:45:58 +0200 Dan Villiom Podlaski Christiansen test_push_autoprops: use stupid mode metaclass
Fri, 09 Aug 2013 23:45:58 +0200 Dan Villiom Podlaski Christiansen test_pull_fallback: use stupid mode metaclass
Fri, 09 Aug 2013 23:45:57 +0200 Dan Villiom Podlaski Christiansen test_pull: use stupid mode metaclass
Fri, 09 Aug 2013 23:45:57 +0200 Dan Villiom Podlaski Christiansen test_hooks: use stupid mode metaclass
Fri, 09 Aug 2013 23:45:56 +0200 Dan Villiom Podlaski Christiansen test_fetch_truncated: use stupid mode metaclass
Fri, 09 Aug 2013 23:45:56 +0200 Dan Villiom Podlaski Christiansen test_fetch_symlinks: use stupid mode metaclass
Fri, 09 Aug 2013 23:45:55 +0200 Dan Villiom Podlaski Christiansen test_fetch_renames: use stupid mode metaclass
Fri, 09 Aug 2013 23:45:55 +0200 Dan Villiom Podlaski Christiansen test_fetch_exec: use metaclass stupid mode tests
Fri, 09 Aug 2013 23:45:54 +0200 Dan Villiom Podlaski Christiansen test_fetch_command: use stupid mode metaclass
Fri, 09 Aug 2013 23:45:54 +0200 Dan Villiom Podlaski Christiansen test_fetch_branches: use stupid mode metaclass
Fri, 09 Aug 2013 23:45:53 +0200 Dan Villiom Podlaski Christiansen test_externals: use stupid mode metaclass
Fri, 09 Aug 2013 23:45:53 +0200 Dan Villiom Podlaski Christiansen test_binaryfiles: use stupid mode metaclass
Fri, 09 Aug 2013 23:43:04 +0200 Dan Villiom Podlaski Christiansen filemap tests: use stupid mode metaclass & decorator
Wed, 07 Aug 2013 23:31:57 +0200 Dan Villiom Podlaski Christiansen comprehensive tests: consolidate stupidity into test_util
Fri, 09 Aug 2013 23:34:16 +0200 Dan Villiom Podlaski Christiansen tests: add a metaclass for triggering stupid on a class level
Fri, 09 Aug 2013 19:30:25 +0200 Dan Villiom Podlaski Christiansen push: obsolete rather than rebase & strip when enabled
Fri, 09 Aug 2013 19:19:44 +0200 Dan Villiom Podlaski Christiansen svnwrap & pushmod: return a Revision when committing
Fri, 09 Aug 2013 19:19:07 +0200 Dan Villiom Podlaski Christiansen svnwrap: don't require Revision paths to be specified
Fri, 09 Aug 2013 09:43:20 +0200 Dan Villiom Podlaski Christiansen tests: make our test runner executable
Fri, 09 Aug 2013 20:18:31 +0200 Dan Villiom Podlaski Christiansen test_fetch_commands: make a failure more readable
Fri, 09 Aug 2013 16:05:29 -0500 Dan Villiom Podlaski Christiansen decrease verbosity somewhat
Thu, 08 Aug 2013 09:25:24 +0200 Dan Villiom Podlaski Christiansen tests: add a metaclass for testing obsolete mode
Fri, 09 Aug 2013 11:22:50 -0400 Dan Villiom Podlaski Christiansen tests: count revisions explicitly
Thu, 08 Aug 2013 09:22:10 +0200 Dan Villiom Podlaski Christiansen tests: split single directory tests that push & clone in two modules
Wed, 07 Aug 2013 22:42:11 +0200 Dan Villiom Podlaski Christiansen stupid: fix --startrev
Thu, 08 Aug 2013 09:38:55 +0200 Dan Villiom Podlaski Christiansen handle invalid UTF-8 in commit messages consistently
Wed, 07 Aug 2013 16:00:52 +0200 Dan Villiom Podlaski Christiansen tests: remove old test-loading infrastructure
Wed, 07 Aug 2013 16:16:49 +0200 Dan Villiom Podlaski Christiansen tests: consolidate all test-loading into the test runner
Wed, 07 Aug 2013 09:57:54 +0200 Dan Villiom Podlaski Christiansen tests: move updatemeta & rebuildmeta tests into comprehensive
Fri, 02 Aug 2013 16:39:11 +0200 Dan Villiom Podlaski Christiansen tests: assert that fetches actually succeed
Mon, 05 Aug 2013 20:27:31 +0200 Dan Villiom Podlaski Christiansen fixes for running under Mercurial 2.0
Mon, 05 Aug 2013 20:49:53 +0200 Dan Villiom Podlaski Christiansen drop support for pre-2.0 versions of Mercurial
Fri, 02 Aug 2013 17:34:05 +0200 Dan Villiom Podlaski Christiansen tests: fix syntax incompatible with Python 2.4
Wed, 31 Jul 2013 11:25:08 +1000 Will Thames Fix for missing mercurial.utils deque
Tue, 16 Jul 2013 10:09:55 -0400 Augie Fackler push: also suggest user rebase if we get SVN_ERR_FS_ALREADY_EXISTS
Fri, 12 Jul 2013 11:21:41 +0900 Shun-ichi GOTO use mercurial.util.deque to support python 2.4
Fri, 12 Jul 2013 09:51:25 +0900 Shun-ichi GOTO use old argument style to support python 2.4
Fri, 07 Jun 2013 14:49:19 -0700 David Schleimer buildmeta: use layouts library for branch and tag mapping in _buildmeta
Wed, 05 Jun 2013 12:51:53 -0700 David Schleimer svnmeta: remove unneeded special-case of single in update_branch_tag_map_for_rev
Tue, 25 Jun 2013 19:22:12 -0700 David Schleimer stupid: use layouts library for detecting branch mapping
Wed, 05 Jun 2013 12:27:51 -0700 David Schleimer svnmeta: drop unnecessary single special case in extra parsing
Wed, 05 Jun 2013 11:06:34 -0700 David Schleimer layouts: pull out logic for splitting svn paths into branch and local parts
Wed, 05 Jun 2013 11:00:06 -0700 David Schleimer layouts: consistently return None for default branch
Wed, 26 Jun 2013 14:40:31 -0500 David Schleimer layouts: pull svn path -> potential tag name mapping into layouts
Tue, 21 May 2013 16:29:18 -0700 David Schleimer layouts: pull tag location list management into layout module
Tue, 21 May 2013 16:34:06 -0700 David Schleimer util: move pickle_atomic from svnmeta to util
Tue, 21 May 2013 15:49:07 -0700 David Schleimer layouts: make ui object available to layout instances
Tue, 18 Jun 2013 17:47:37 -0700 David Schleimer svnwrap: use get_file instead of list_props during replay
Thu, 20 Jun 2013 15:07:19 +0400 Vladimir Zakharov layouts: fix failure for nonexistent SVN paths
Sun, 23 Jun 2013 18:18:32 -0500 Augie Fackler Merge with stable.
Sun, 23 Jun 2013 18:16:13 -0500 Augie Fackler Added tag 1.5.1 for changeset d0f3a5c2cb56 stable
Mon, 13 May 2013 11:49:49 +0200 Dan Villiom Podlaski Christiansen updatemeta/rebuildmeta: handle hidden changesets stable 1.5.1
Sun, 23 Jun 2013 18:12:52 -0500 Augie Fackler MANIFEST.in: correctly include invalid_utf8.tar.gz in source bundle stable
Mon, 29 Apr 2013 15:11:55 -0700 David Schleimer layouts: use layouts library for branch mappingduring push
Mon, 29 Apr 2013 14:22:25 -0700 David Schleimer layouts: use layout library in hg svn info
Mon, 29 Apr 2013 13:51:52 -0700 David Schleimer layouts: use layouts library for branch mapping with generating .hgignore
Fri, 26 Apr 2013 11:14:06 -0700 David Schleimer layouts: refactor path component of convinfo generation into layouts lib
Wed, 24 Apr 2013 15:23:33 -0700 David Schleimer layouts: refactor mercurial branch to svn path mapping out of svnmeta
Wed, 24 Apr 2013 15:07:11 -0700 David Schleimer layouts: refactor out svn path to mercurial branch logic
Thu, 23 May 2013 19:23:02 -0500 Matt Mackall commit: fix exception handling on transaction close
Fri, 10 May 2013 18:52:28 -0500 Matt Mackall revsets: fix nativerevs fallback
Tue, 23 Apr 2013 13:59:38 -0500 Matt Mackall revsets: add support for 'r123' revision labels
Mon, 22 Apr 2013 14:27:05 -0700 Bryan O'Sullivan setup: add layouts subdir
Wed, 17 Apr 2013 16:50:44 -0700 David Schleimer layouts: refactor buildmeta layout reading and writing
Wed, 17 Apr 2013 16:14:15 -0700 David Schleimer layouts: refactor layout loading and persisting out of svnmeta.py
Wed, 17 Apr 2013 15:00:33 -0700 David Schleimer layouts: refactor layout loading based on config into function
Wed, 17 Apr 2013 14:10:47 -0700 David Schleimer layouts: pull out code for detecting layout from subversion
Fri, 12 Apr 2013 15:41:51 -0700 David Schleimer testutil: clear rcpath when we update HGRCPATH env var
Fri, 12 Apr 2013 10:51:42 -0700 David Schleimer buildmeta: verify uuid when passed explicit url
Fri, 12 Apr 2013 16:23:46 -0400 Augie Fackler test_util: specify a username in our test-run hgrc.
Wed, 03 Apr 2013 15:15:31 -0500 Augie Fackler Merge
Wed, 20 Mar 2013 17:22:29 -0700 Michael Connor bundle: add 'portable' parameter to prevent error (issue383)
Sun, 10 Mar 2013 19:32:35 +1000 Jamie Clayton Improve UX. Update the implicit Path name for working with SVN repositories.
Mon, 04 Feb 2013 17:58:05 -0800 Bryan O'Sullivan buildmeta: do not contact svn unless needed
Mon, 04 Feb 2013 16:43:56 -0800 Bryan O'Sullivan buildmeta: initialize uuid from local metadata if possible
Mon, 04 Feb 2013 16:39:27 -0800 Bryan O'Sullivan svncommands: split write_if_needed into two functions
Mon, 04 Feb 2013 13:13:59 -0800 Bryan O'Sullivan buildmeta: write subdir and layout files only if needed
Mon, 04 Feb 2013 13:10:23 -0800 Bryan O'Sullivan buildmeta: only write the uuid file if needed
Thu, 17 Jan 2013 17:01:45 -0800 Kapil Bajaj push: avoid failure when push is being called from a newly created subdirectory
Wed, 02 Jan 2013 17:54:30 -0800 Durham Goode push: avoid rebasing when we know there are no conflicts
Wed, 02 Jan 2013 17:51:07 -0800 Durham Goode push: rebase one at a time before push
Sat, 01 Dec 2012 18:52:00 +0100 Patrick Mezard updatemeta: fix missing errno import
Sat, 01 Dec 2012 18:46:24 +0100 Patrick Mezard updatemeta: add missing EOL to status messages
Mon, 26 Nov 2012 11:38:34 -0800 Anton Agafonov Fixes bug #358. Display correct error message if a svn pre-commit hook blocks the push
Tue, 04 Dec 2012 17:26:59 -0600 Augie Fackler cleanup: avoid \' in strings where easy
Thu, 22 Nov 2012 12:56:49 +0900 Mitsuhiro Koga wrappers: Return the same value as the original incoming command
Thu, 22 Nov 2012 12:54:34 +0900 Mitsuhiro Koga wrappers: Implement --newest-first option in incoming command
Thu, 22 Nov 2012 12:45:43 +0900 Mitsuhiro Koga Layout option can be accepted only auto, single, or standard.
Sun, 11 Nov 2012 15:31:52 -0600 Augie Fackler Merge with stable.
Sun, 11 Nov 2012 15:31:19 +0100 Dan Villiom Podlaski Christiansen pull: save the last pulled revision *after* converting revisions
Sun, 11 Nov 2012 15:31:19 +0100 Dan Villiom Podlaski Christiansen pull: use a single if-statement for the two ways to skip revisions
Sun, 11 Nov 2012 15:31:19 +0100 Dan Villiom Podlaski Christiansen svn verify: print out diffs of bad files in a verbose mode
Sun, 11 Nov 2012 15:31:19 +0100 Dan Villiom Podlaski Christiansen subvertpy wrapper: rename AbstractEditor to BaseEditor
Sun, 11 Nov 2012 15:31:19 +0100 Dan Villiom Podlaski Christiansen editor: ensure that we propagate full stacktraces in a few places
Sun, 11 Nov 2012 15:30:49 +0100 Dan Villiom Podlaski Christiansen maps: only show 'reading ...' as debug output
Sun, 04 Nov 2012 11:34:43 +0100 Dan Villiom Podlaski Christiansen understand 'tip' as meaning Subversion 'HEAD' stable
Sun, 04 Nov 2012 11:34:16 +0100 Dan Villiom Podlaski Christiansen consolidate revision parsing stable
Wed, 14 Dec 2011 00:07:57 +0100 Dan Villiom Podlaski Christiansen expand configured paths stable
Thu, 01 Nov 2012 12:44:41 -0500 Augie Fackler Added tag 1.5 for changeset 77b22e5b4ea6
Mon, 29 Oct 2012 20:16:19 +0900 Mitsuhiro Koga svn_swig_wrapper: Ensure subversion config files 1.5
Mon, 29 Oct 2012 20:14:47 +0900 Mitsuhiro Koga svnrepo: Support --insecure option the same as the mercurial
Tue, 23 Oct 2012 03:50:00 +0900 Mitsuhiro Koga svnwrap: Implement handling of ssl_client_cert_pw_prompt_provider
Tue, 23 Oct 2012 19:33:15 +0900 Mitsuhiro Koga svnwrap: Implement handling of ssl_client_cert_prompt_provider
Tue, 23 Oct 2012 20:12:10 +0900 Mitsuhiro Koga svnwrap: Improved handling of username_prompt_provider
Tue, 23 Oct 2012 20:12:32 +0900 Mitsuhiro Koga svnwrap: Improved handling of simple_prompt_provider
Wed, 24 Oct 2012 02:19:15 +0900 Mitsuhiro Koga svnwrap: Refactor the svn_auth_ssl_server_trust_prompt to add other handler
Wed, 10 Oct 2012 00:28:38 +0900 Mitsuhiro Koga svnwrap: Implement handling of get_ssl_server_trust_prompt_provider
Mon, 15 Oct 2012 22:24:29 +0200 Patrick Mezard editor: do not record invalid path deletion
Sat, 20 Oct 2012 22:22:02 +0200 Patrick Mezard editor: process missing files with regular files
Sat, 20 Oct 2012 22:24:32 +0200 Patrick Mezard tests: add tests where files are moved from root to trunk
Sun, 14 Oct 2012 15:51:12 +0200 Patrick Mezard editor: ignore added or copied files excluded by a filemap
Sun, 14 Oct 2012 15:29:12 +0200 Patrick Mezard svnmeta: fix list not being joined in split_branch_path()
Sun, 14 Oct 2012 14:26:53 +0200 Patrick Mezard editor: tidy up directory batons handling
Sun, 14 Oct 2012 12:35:13 +0100 Patrick Mezard editor: improve debug information when fetching files in replay
Sun, 14 Oct 2012 13:21:03 +0200 Patrick Mezard maps: fix filemap loading --verbose message
Sun, 07 Oct 2012 21:06:25 +0200 Patrick Mezard replay: remove useless warning about invalid externals
Sun, 07 Oct 2012 20:34:04 +0200 Patrick Mezard test_fetch_mappings: reduce copy/paste
Sun, 07 Oct 2012 20:15:43 +0200 Patrick Mezard test_rebuildmeta: fix src/dest typo
Tue, 16 Oct 2012 21:17:55 +0200 Patrick Mezard stupid: do not close branch upon branch-wide revert
Sat, 06 Oct 2012 09:42:07 +0200 Patrick Mezard editor: add a small changectx cache
Sat, 06 Oct 2012 10:10:35 +0200 Patrick Mezard editor: relax copyfrom dir checks to avoid extra missing entries
Sat, 06 Oct 2012 10:09:09 +0200 Patrick Mezard editor: add addmissing() and test config to make it fail
Wed, 26 Sep 2012 22:18:31 +0200 Patrick Mezard editor: use SimpleStringIO in apply_text()
Tue, 16 Oct 2012 08:47:01 +0200 Patrick Mezard editor: do not reread all data upon branching
Fri, 12 Oct 2012 21:30:24 +0200 Patrick Mezard push: reset encoding before the final update
Wed, 26 Sep 2012 21:01:17 +0200 Patrick Mezard editor: add a pop() method to RevisionMeta to reduce resource usage
Fri, 28 Sep 2012 21:43:50 +0200 Patrick Mezard pull: add hgsubversion.filestoresize to control memory consumption
Sat, 06 Oct 2012 09:59:55 +0200 Patrick Mezard editor: move RevisionData on the filesystem over a given threshold
Tue, 25 Sep 2012 21:34:16 +0200 Patrick Mezard editor: do not touch RevisionData copies from the editor
Wed, 03 Oct 2012 21:04:37 +0200 Patrick Mezard editor: handle deleted files in editor
Mon, 24 Sep 2012 23:44:23 +0200 Patrick Mezard editor: resolve files copied by directory copy on-demand
Mon, 24 Sep 2012 23:12:01 +0200 Patrick Mezard editor: add close_file(), enforce file batons semantics
Wed, 03 Oct 2012 21:27:02 +0200 Patrick Mezard editor: start separating svn copies from open files
Sun, 23 Sep 2012 19:52:48 +0200 Patrick Mezard editor: implement file batons
Sun, 23 Sep 2012 18:06:56 +0200 Patrick Mezard subvertpy_wrapper: move methods in the relevant editors
Sun, 23 Sep 2012 19:42:34 +0200 Patrick Mezard subvertpy_wrapper: fix files and directories batons handling
Sat, 22 Sep 2012 23:28:20 +0200 Patrick Mezard editor: remove unused 'base' attribute from RevisionData
Mon, 24 Sep 2012 10:18:28 -0700 David Schleimer push: use native rebase instead of our rebase wrapper
Tue, 18 Sep 2012 13:18:22 +1000 Tim Delaney stupid: Fail over to full revision when a PatchError is thrown (issue294)
Sun, 16 Sep 2012 19:31:49 +0200 Patrick Mezard svnwrap: use custom StringIO class in get_file()
Mon, 10 Sep 2012 22:42:49 +0200 Patrick Mezard Fix more peer breakage with old hg versions
Sun, 09 Sep 2012 16:12:28 +0200 Patrick Mezard pushmod: keep the root svn dir when emptying the hg repo (issue359)
Sun, 09 Sep 2012 14:54:43 +0200 Patrick Mezard wrappers: do not change encoding when pushing
Sun, 09 Sep 2012 14:38:04 +0200 Patrick Mezard wrappers: ensure all pull() code path reset the encoding
Sun, 09 Sep 2012 14:22:34 +0200 Patrick Mezard wrappers: properly reset encoding when leaving push()
Sun, 09 Sep 2012 14:08:51 +0200 Patrick Mezard wrappers: remove unused svnurl variable
Sun, 26 Aug 2012 19:49:47 +0200 Patrick Mezard test_fetch_command: fix if local encoding is not UTF-8
Sun, 26 Aug 2012 17:49:58 +0200 Patrick Mezard test_util: make repourl() return upper-cased drive letters
Mon, 06 Aug 2012 10:35:51 -0700 Jun Fang updatemeta: correctly handle empty metadata
Wed, 01 Aug 2012 13:08:56 -0700 David Schleimer svnremoterepo: use and prefer default-push
Sun, 29 Jul 2012 13:13:56 +0200 Patrick Mezard stupid: diff with the good revision when restoring branch
Thu, 07 Jun 2012 16:29:05 -0700 Brad Hall Add a changegroup hook to update svn metadata
Tue, 26 Jun 2012 09:23:37 +0200 Patrick Mezard rebuildmeta: accept unrelated svn repo with --unsafe-skip-uuid-check
Sat, 21 Jul 2012 15:31:34 -0500 Augie Fackler Merge hg 2.3 fixes from bos.
Thu, 19 Jul 2012 16:01:17 -0700 Bryan O'Sullivan tests: fix regressions introduced by peer classes in hg 2.3
Thu, 19 Jul 2012 16:00:54 -0700 Bryan O'Sullivan fix breakage introduced by peer classes in hg 2.3
Wed, 18 Jul 2012 14:04:02 -0700 Bryan O'Sullivan svnrepo: handle module/class rename in hg 2.3
Thu, 07 Jun 2012 15:34:55 -0700 Brad Hall add except for AttributeError if youngestrepo doesn't exist
Mon, 04 Jun 2012 11:27:24 -0700 Brad Hall Catch/abort on subversion exceptions in list_dir
Sun, 01 Jan 2012 15:59:15 +0100 Ronny Voelker Honor SVN auto-props (solves issue #186)
Thu, 17 May 2012 14:15:14 -0700 David Schleimer Ignore invalid utf8 in commit messages
Thu, 17 May 2012 14:02:30 -0700 David Schleimer Add .noseids to the .hgignore
Wed, 16 May 2012 16:52:25 -0700 Bryan O'Sullivan pull: add a hgsubversion.unsafeskip option to omit unwanted revs
Thu, 17 May 2012 08:24:54 -0500 Augie Fackler push test: peek inside svn's pending transaction list on abort
Thu, 17 May 2012 09:06:49 -0500 Augie Fackler subvertpy bindings: abort transaction if we can't finalize it
Thu, 17 May 2012 08:23:49 -0500 Augie Fackler swig bindings: abort transaction if we can't finalize it
Mon, 14 May 2012 01:13:07 +0200 Bryan O'Sullivan canonicalize svn paths even more awesomely
Sun, 13 May 2012 12:50:15 -0700 Bryan O'Sullivan ignore the temp fixtures directory
Sun, 13 May 2012 21:31:32 +0200 Bryan O'Sullivan tests: fix automatically generated test names
Sun, 13 May 2012 15:28:50 +0200 Bryan O'Sullivan replay: workaround svn not telling us about x/l flags (issue346)
Sun, 13 May 2012 15:23:30 +0200 Bryan O'Sullivan svn_swig_wrapper: canonicalize path
Wed, 14 Dec 2011 00:07:58 +0100 Dan Villiom Podlaski Christiansen svn verify: use a custom editor and get_revision()
Sun, 13 May 2012 15:36:45 +0200 Dan Villiom Podlaski Christiansen show a total for verification progress
Sun, 13 May 2012 15:36:45 +0200 Dan Villiom Podlaski Christiansen move verify to a file of its own
Sat, 12 May 2012 16:19:59 +0200 Dan Villiom Podlaski Christiansen allow Python 2.7 to show medium-size multiline diffs when tests fail
Sat, 12 May 2012 16:20:30 +0200 Dan Villiom Podlaski Christiansen don't suppress KeyboardInterrupt exception tracebacks
Sat, 12 May 2012 15:28:44 +0200 Dan Villiom Podlaski Christiansen make assertion failures slightly more helpful by including the failing verification
Sat, 12 May 2012 10:07:29 -0500 Augie Fackler Merge
Wed, 14 Dec 2011 00:07:58 +0100 Dan Villiom Podlaski Christiansen svn verify: add a test for corrupt repositories.
Sat, 12 May 2012 15:41:21 +0200 Dan Villiom Podlaski Christiansen kill all 'print' statements in the extension proper
Sat, 12 May 2012 07:28:23 -0700 David Schleimer Partial metadata rebuilding
Sat, 12 May 2012 05:38:34 -0700 Bryan O'Sullivan revsets: huge speedups for fromsvn and svnrev
Wed, 14 Dec 2011 00:07:57 +0100 Dan Villiom Podlaski Christiansen svnmeta: only remove directory components in normalize()
Sat, 12 May 2012 11:58:19 +0200 Dan Villiom Podlaski Christiansen make assertion failures slightly prettier and more readable
Sat, 12 May 2012 11:12:57 +0200 Dan Villiom Podlaski Christiansen fold test_startrev and test_verify into a new test; test_verify_and_startrev
Thu, 03 May 2012 09:05:11 -0700 Bryan O'Sullivan verify: tell progress when we're done
Mon, 30 Apr 2012 16:08:02 -0700 Bryan O'Sullivan Abstract away the details of where svn revs are stored in a commit
Tue, 01 May 2012 21:06:52 -0500 Augie Fackler Added tag 1.4 for changeset 07234759a3f7
Thu, 26 Apr 2012 16:54:03 +0200 Patrick Mezard svnexternals: fix handling of subrepo pinned to HEAD in hg 2.2 1.4
Fri, 20 Apr 2012 17:58:55 +0200 Patrick Mezard svn verify: display extra and missing files separately
Sat, 21 Apr 2012 11:36:23 +0200 Patrick Mezard test_utility_commands: test verify command
Fri, 20 Apr 2012 23:55:53 +0200 Dan Villiom Podlaski Christiansen Makefile: set HGRCPATH to protects us from broken environments
Fri, 20 Apr 2012 18:35:07 -0500 Augie Fackler pickle_atomic: unbreak old hg versions hg that use rename() instead of close()
Fri, 20 Apr 2012 18:33:39 -0500 Augie Fackler svnrepo: don't break on old hg versions that lack pushkey
Fri, 20 Apr 2012 18:33:19 -0500 Augie Fackler wrappers: don't break on old hg versions that lack discovery
Wed, 14 Dec 2011 00:07:58 +0100 Dan Villiom Podlaski Christiansen svn verify: mention URL in output
Fri, 20 Apr 2012 18:10:15 +0200 Patrick Mezard tests: remove useless imp imports
Fri, 20 Apr 2012 18:07:42 +0200 Patrick Mezard test_svnwrap: use test_util.rmtree() (or fix it)
Thu, 19 Apr 2012 18:29:32 +0200 Patrick Mezard test_util: remove self.repo_path, generate new paths each time
Thu, 19 Apr 2012 18:29:31 +0200 Patrick Mezard test_util: pass repo_path to svnpropget(), turn into a function
Thu, 19 Apr 2012 18:29:30 +0200 Patrick Mezard test_util: pass repo_path to svnco() explicitely
Thu, 19 Apr 2012 18:29:30 +0200 Patrick Mezard test_util: pass repo_path to svnls(), turn it into a function
Thu, 19 Apr 2012 18:29:29 +0200 Patrick Mezard test_util: pass repo_path to _add_svn_rev() explicitely
Thu, 19 Apr 2012 18:29:28 +0200 Patrick Mezard test_util: add a load_and_fetch() returning the repo_path
Thu, 19 Apr 2012 18:29:28 +0200 Patrick Mezard test_util: merge load_svndump_fixture() into TestBase
Thu, 19 Apr 2012 18:29:25 +0200 Patrick Mezard test_util: merge load_fixture_and_fetch() into TestBase method
Thu, 19 Apr 2012 17:30:08 -0500 Augie Fackler Merge
Thu, 19 Apr 2012 17:26:04 -0500 Augie Fackler stupid: add comment noting why we track modified binary files
Thu, 19 Apr 2012 15:08:09 +0200 Patrick Mezard editor: work around svn 1.7 closing the output fp in apply_textdelta()
Thu, 19 Apr 2012 15:08:07 +0200 Patrick Mezard stupid: force non-incremental mode for unrelated branches creation
Thu, 19 Apr 2012 15:08:04 +0200 Patrick Mezard stupid: ignore directories svn:mergeinfo in svn >= 1.7
Thu, 19 Apr 2012 14:59:50 +0200 Patrick Mezard stupid: handle changes in svn 1.7 diff format
Tue, 17 Apr 2012 17:44:28 -0500 Sean Farley phases: mark newly created commits from subversion as 'public' to fix #335
Wed, 18 Apr 2012 16:20:59 -0500 Augie Fackler Merge
Wed, 18 Apr 2012 13:08:34 -0700 Bryan O'Sullivan verify: skip over missing files instead of crashing
Tue, 17 Apr 2012 07:46:43 -0500 Augie Fackler pickle_atomic: use atomictempfile to avoid duplicating hg functionality
Thu, 12 Apr 2012 15:39:17 +0200 Arne Babenhauserheide tests: push_command: use svnserve.kill() in Python >=2.6
Sat, 21 Jan 2012 20:06:33 -0600 Augie Fackler svn verify: progress information
Thu, 01 Mar 2012 13:28:18 +0100 Dirkjan Ochtman Include documentation in tarballs (fixes #317).
Sat, 25 Feb 2012 14:51:22 -0600 Augie Fackler Merge alternate tunnel schemes.
Tue, 16 Aug 2011 12:39:42 +0100 Will Wykeham Cope with non standard schemes in externals
Sat, 13 Aug 2011 00:41:08 +0100 Will Wykeham Support non-standard tunnels
Tue, 31 Jan 2012 08:15:37 -0600 Augie Fackler filemap tests: check the attributes we care about, rather than shas
Sat, 28 Jan 2012 02:18:25 +0400 Vitaliy Filippov Respect filemap rule order (rules that come first are overridden by rules that come later)
Fri, 20 Jan 2012 19:06:32 +0400 Vitaliy Filippov Save filemap into .hg/svn/filemap just like other maps
Sat, 21 Jan 2012 20:05:52 -0600 Augie Fackler outgoing: fix for hg change cd956049fc14
Tue, 22 Nov 2011 11:54:25 +0100 Jerome M. BERGER Added ability to configure the password stores
Tue, 01 Nov 2011 15:50:13 -0500 Augie Fackler Merge with stable
Mon, 31 Oct 2011 00:47:52 +0100 Nico R. The handler seems to close the target in subversion-1.7.x. This patch works stable
Fri, 21 Oct 2011 16:42:10 -0500 Augie Fackler Merge with stable.
Wed, 19 Oct 2011 17:57:33 -0200 Wagner Bruna wrappers: clone must return hg.clone() result (issue300, issue306) stable
Wed, 19 Oct 2011 10:18:52 -0500 Augie Fackler Merge with stable.
Wed, 19 Oct 2011 10:18:37 -0500 Augie Fackler Added tag 1.3 for changeset 0cbf9fd89672 stable
Mon, 17 Oct 2011 22:44:15 +0800 Yonggang Luo hgsubversion/*.py: add space after comment symbol #
Wed, 12 Oct 2011 20:23:37 +0800 Augie Fackler svnexternals: comment on the purpose of int(rev) 1.3
Wed, 12 Oct 2011 15:50:47 +0800 Yonggang Luo test_template_keywords.py: fix indentation of revset except block
Wed, 12 Oct 2011 15:50:47 +0800 Yonggang Luo test_push_command: tests -> all_tests for consistency with other files
Wed, 12 Oct 2011 15:43:31 +0800 Yonggang Luo tests: avoid shadowing Python builtin all()
Wed, 12 Oct 2011 15:35:25 +0800 Yonggang Luo globally: clean up whitespace around operators and commas to conform with PEP8
Mon, 10 Oct 2011 22:03:13 -0500 Augie Fackler svnrepo: kludge to work around hash changes between stupid and replay in hg 1.9
Mon, 10 Oct 2011 08:55:48 -0500 Augie Fackler Merge queued patches.
Sat, 01 Oct 2011 00:42:27 +0800 Yonggang Luo revmap: load/save _youngest using new load_string and save_string API
Fri, 30 Sep 2011 21:35:36 +0800 Yonggang Luo utils: add {save,load}_string since this is a fairly common idiom
Fri, 30 Sep 2011 21:45:45 +0800 Yonggang Luo setup.py: clean up indentation
Sat, 01 Oct 2011 00:50:10 +0800 Yonggang Luo maps: s/hash/ha/ and s/map/m/ to avoid hiding Python builtins
Sat, 01 Oct 2011 00:45:45 +0800 Yonggang Luo svnexternals.py: style cleanups
Fri, 30 Sep 2011 21:33:28 +0800 Yonggang Luo Ignore eclipse project files and mercurial .orig files.
Sun, 02 Oct 2011 21:33:39 -0500 César Izurieta Ignore nbproject
Fri, 30 Sep 2011 17:01:35 -0500 Augie Fackler stupid/filemap: disable this since it doesn't currently work
Tue, 24 May 2011 21:07:27 -0500 Augie Fackler svnmeta: store youngest revision pulled from subversion
Sat, 23 Jul 2011 19:33:50 -0500 maugustin authormap: only append new or changed authors
Fri, 08 Jul 2011 13:57:30 +0200 Patrick Mezard Fix import based feature detection
Wed, 06 Jul 2011 07:55:14 -0500 maugustin authormap: expand environment variables when evaluating map path
Wed, 06 Jul 2011 10:22:32 +0200 Patrick Mezard svnexternals: fix subrepo peg revision handling (7ef125fa9b35)
Wed, 15 Jun 2011 14:44:14 +0200 Patrick Mezard Fix hg.clone() calls changed by d976542986d2
Wed, 15 Jun 2011 14:44:14 +0200 Patrick Mezard test_fetch_branches: stop comparing converted nodeids
Wed, 15 Jun 2011 14:44:14 +0200 Patrick Mezard stupid: use new patching facility introduced by adbf5e7df96d
Wed, 15 Jun 2011 14:44:14 +0200 Patrick Mezard test_util: handle dispatch.dispatch() taking a request
Wed, 15 Jun 2011 14:44:14 +0200 Patrick Mezard test_pull: commands.pull() no longer aborts when crossing branches
Wed, 15 Jun 2011 14:44:14 +0200 Patrick Mezard stupid: extract old patching code into patchrepo()
Tue, 24 May 2011 16:08:17 -0500 Augie Fackler svncommands: fix weird missing newline after if statement
Tue, 24 May 2011 16:07:32 -0500 Augie Fackler maps: clean up whitespace
Tue, 24 May 2011 15:20:56 -0500 Augie Fackler test_pull: clean up whitespace
Mon, 16 May 2011 09:52:23 +0200 Patrick Mezard Fix imports from module alias
Sat, 14 May 2011 21:44:07 +0200 Peter Arrenbrecht util: make islocalrepo() a bit more tolerant with file:// urls
Sat, 14 May 2011 21:44:07 +0200 Peter Arrenbrecht Fix breakage introduced by discovery refactoring
Sat, 14 May 2011 21:44:07 +0200 Patrick Mezard wrappers: fix revpair after hg.b33f3e35efb0
Sat, 14 May 2011 21:44:07 +0200 Peter Arrenbrecht svnexternals: fix canonpath import after hg.bfeaa88b875d
Sat, 14 May 2011 21:44:07 +0200 Patrick Mezard wrapper: fix bail_if_changed() after hg.d68ddccf276b
Sat, 14 May 2011 21:44:07 +0200 Patrick Mezard stupid: fix patch.iterhunks() wrapper after hg.28762bb767dc
Sat, 14 May 2011 21:44:07 +0200 Peter Arrenbrecht Fix code indentation
Sat, 16 Apr 2011 17:46:38 +0200 Patrick Mezard Fix setup.py calls to hg.bat on Windows
Sun, 17 Apr 2011 20:28:04 -0500 Augie Fackler Backed out changeset 7bf283d4c7a9 in favor of a better win32 fix
Fri, 15 Apr 2011 00:32:04 +0800 Yonggang Luo Fixup Installing in Win32
Thu, 31 Mar 2011 20:30:29 +0200 Dan Villiom Podlaski Christiansen subvertpy wrapper: handle NotImplementedError from Subvertpy on missing replay
Wed, 23 Mar 2011 22:21:06 -0500 Augie Fackler test_externals: flag another case as using hgsub, use assertMultiLineEqual
Sat, 12 Mar 2011 15:27:22 +0100 Patrick Mezard util: use real function definitions for keywords, document them
Thu, 10 Mar 2011 22:17:56 +0100 Patrick Mezard pushmod: fix binary files svn:mime-type (issue255)
Wed, 09 Mar 2011 22:07:26 +0100 Patrick Mezard replay: copy copied directories externals
Wed, 09 Mar 2011 22:07:17 +0100 Patrick Mezard editor: simplify add_directory() a bit more
Wed, 09 Mar 2011 22:07:05 +0100 Patrick Mezard editor: rename add_directory() cp_f* variable into from*
Wed, 02 Mar 2011 21:06:30 +0100 Patrick Mezard externals: ignore externals blank or comment lines
Mon, 28 Feb 2011 21:45:44 -0600 Augie Fackler Added tag 1.2.1 for changeset 4bbc6bf947f5
Sun, 13 Feb 2011 20:10:52 +0100 Patrick Mezard replay: fetch full revision at most once per run (issue252) 1.2.1
Sun, 13 Feb 2011 20:10:51 +0100 Patrick Mezard replay: make --debug trace full fetches
Sun, 13 Feb 2011 20:14:01 +0100 Patrick Mezard pushmod: do not delete the whole branch when deleting .hgsub
Wed, 02 Feb 2011 14:25:58 +0100 Patrick Mezard svnexternals: handle new overwrite argument of subrepo.get()
Tue, 01 Feb 2011 00:25:59 +0100 Patrick Mezard Check mercurial/third-parties push conditions before pushing
Thu, 20 Jan 2011 09:57:26 +0100 Patrick Mezard svnexternals: missing EOL in ui.warn()
Sun, 23 Jan 2011 22:41:42 +0100 Patrick Mezard svnexternals: update subrepo after mercurial changes
Sun, 16 Jan 2011 22:50:51 -0600 Augie Fackler Merge backout of 60948939555d.
Sun, 16 Jan 2011 22:49:16 -0600 Augie Fackler Backed out changeset 60948939555d
Fri, 07 Jan 2011 19:21:02 +0100 Patrick Mezard svnexternals: add ignoreupdate param to svnsubrepo.dirty()
Tue, 14 Dec 2010 12:09:27 +0100 Dan Villiom Podlaski Christiansen clone: pass on the repository instance rather than the string given
Sun, 12 Dec 2010 15:32:25 +0100 Patrick Mezard svnexternals: add 'ignore' mode to avoid converting externals
Sun, 12 Dec 2010 15:14:07 +0100 Patrick Mezard Document subrepository externals
Tue, 30 Nov 2010 02:55:05 +0100 Dan Villiom Podlaski Christiansen svn verify: fix specifying URL on the command line
Mon, 29 Nov 2010 23:17:07 -0600 Augie Fackler svnmeta: properly reference self.ui instead of ui
Tue, 30 Nov 2010 02:54:11 +0100 Dan Villiom Podlaski Christiansen test_util: make manifest filter use shared list of files to ignore
Mon, 29 Nov 2010 11:50:55 +0100 Dan Villiom Podlaski Christiansen incoming: pass unexpanded source to wrapped function (fixes #178)
Sun, 28 Nov 2010 03:53:34 +0100 Dan Villiom Podlaski Christiansen make the default substition for an empty commit description the empty string
Sun, 28 Nov 2010 03:47:04 +0100 Dan Villiom Podlaski Christiansen configurable substitution for empty commit message (fixes #195)
Sun, 28 Nov 2010 03:46:51 +0100 Dan Villiom Podlaski Christiansen test_fetch_mappings: actually test stupid mode in test_author_map_no_author()
Mon, 29 Nov 2010 11:50:56 +0100 Dan Villiom Podlaski Christiansen add a MANIFEST.in file (fixes #142)
Mon, 29 Nov 2010 11:53:57 +0100 Dan Villiom Podlaski Christiansen tests: fix running the comprehensive tests using nose.
Sun, 28 Nov 2010 20:37:19 -0600 Augie Fackler docs: document new config knob for externals support
Thu, 25 Nov 2010 21:55:21 +0100 Patrick Mezard svnexternals: support pushing subrepo based externals
Thu, 25 Nov 2010 21:55:21 +0100 Patrick Mezard svnexternals: support subrepos based externals checkout
Thu, 25 Nov 2010 21:55:21 +0100 Patrick Mezard svnexternals: preliminary support for subrepos based externals
Thu, 25 Nov 2010 21:55:21 +0100 Patrick Mezard svnexternals: generate externals with a revision placeholder
Fri, 19 Nov 2010 20:14:04 +0100 Patrick Mezard Extract files not to be pushed in util
Fri, 19 Nov 2010 17:07:13 +0100 Patrick Mezard svnexternals: keep diff() simple for the caller, return a list
Fri, 19 Nov 2010 17:07:13 +0100 Patrick Mezard svnexternals: hide .hgsvnexternals parsing in parse()
Fri, 19 Nov 2010 17:07:13 +0100 Patrick Mezard pull: stop handling .hgsvnexternals explicitely in memctx
Fri, 19 Nov 2010 17:07:13 +0100 Patrick Mezard replay: extract externals updating from convert_rev()
Thu, 18 Nov 2010 14:03:39 +0100 Dan Villiom Podlaski Christiansen svn metacommand: improved argument checking
Thu, 18 Nov 2010 14:03:26 +0100 Dan Villiom Podlaski Christiansen svncommands: abort on missing metadata or Subversion URL (fixes #226)
Thu, 18 Nov 2010 09:06:06 +0100 Dan Villiom Podlaski Christiansen rename our uisetup initialization method into extsetup
Wed, 17 Nov 2010 16:31:48 +0100 Dan Villiom Podlaski Christiansen revsets: add docstrings.
Wed, 17 Nov 2010 11:48:58 +0100 Dan Villiom Podlaski Christiansen wrappers: pass on subdir when creating obtaining svnmeta
Wed, 17 Nov 2010 11:48:56 +0100 Dan Villiom Podlaski Christiansen svnremoterepo: remove unused 'svnuuid' property
Sun, 14 Nov 2010 19:07:20 -0600 Augie Fackler pull: handle change in termwidth() api from hg change c52c629ce19e
Fri, 12 Nov 2010 19:22:20 +0100 Dan Villiom Podlaski Christiansen svnmeta: store subdir in a file, and verify it when loading.
Sun, 14 Nov 2010 14:05:54 +0100 Dan Villiom Podlaski Christiansen svnmeta: slight refactor of the UUID property.
Thu, 11 Nov 2010 21:32:22 +0100 Dan Villiom Podlaski Christiansen svnmeta: abort when no UUID given and none is stored on disk.
Thu, 11 Nov 2010 21:30:31 +0100 Dan Villiom Podlaski Christiansen svnmeta: cache the UUID in an attribute.
Thu, 11 Nov 2010 21:30:31 +0100 Dan Villiom Podlaski Christiansen tests: make assertMultiLineEqual call super, if possible.
Thu, 11 Nov 2010 21:30:31 +0100 Dan Villiom Podlaski Christiansen test_utility_commands: use self.assertMultiLineEqual().
Tue, 09 Nov 2010 13:49:30 +0100 Dan Villiom Podlaski Christiansen remove redundant calls to fd.flush() prior to doing fd.close().
Tue, 09 Nov 2010 13:05:16 +0100 Dan Villiom Podlaski Christiansen editor: handle property changes to links.
Thu, 04 Nov 2010 18:24:18 +0100 Dan Villiom Podlaski Christiansen help topic: numerous cleanups.
Wed, 03 Nov 2010 22:03:42 +0100 Patrick Mezard stupid: handle patch.iterhunks() changed brought by cfedc529e4a1
Tue, 02 Nov 2010 08:36:26 -0500 Augie Fackler Added tag 1.2 for changeset 708234ad6c97
Mon, 25 Oct 2010 16:20:32 +0300 anatoly techtonik usage examples for single directory clones 1.2
Sat, 30 Oct 2010 19:58:32 -0500 Dan Villiom Podlaski Christiansen help topic: mention how "hg clone" can delete stuff.
Sat, 09 Oct 2010 16:20:52 -0500 Dan Villiom Podlaski Christiansen maps: map a missing author to '(no author)'
Sat, 09 Oct 2010 16:20:52 -0500 Dan Villiom Podlaski Christiansen test_util: use SkipTest if provided by the unittest module.
Sun, 10 Oct 2010 10:22:37 -0500 Augie Fackler Merge
Sat, 09 Oct 2010 10:16:07 -0500 Dan Villiom Podlaski Christiansen setup/README: update Subvertpy requirement to 0.7.4.
Sat, 02 Oct 2010 17:44:08 -0500 Augie Fackler test_push_dirs: use common commit-building infrastructure
Thu, 23 Sep 2010 13:50:17 +0200 Peter Arrenbrecht subvertpy: fix bug with pushing changes to stuff in subdirs
Fri, 08 Oct 2010 19:07:04 +0200 Dirkjan Ochtman implement tag renames
Wed, 06 Oct 2010 16:50:10 +0200 Dirkjan Ochtman rename TagMap to Tags, to free up the TagMap name
Fri, 08 Oct 2010 13:58:26 -0500 Augie Fackler tests: fix test skipping in pure unittest
Wed, 06 Oct 2010 15:18:05 +0200 Dirkjan Ochtman keep variables more local, add some whitespace
Wed, 06 Oct 2010 15:18:15 +0200 Dirkjan Ochtman fix some style nits
Wed, 06 Oct 2010 15:18:23 +0200 Dirkjan Ochtman fix some line lengths
Tue, 05 Oct 2010 17:30:01 -0500 Augie Fackler revset tests: use requiresmodule decorator
Tue, 05 Oct 2010 16:26:19 +0200 Dan Villiom Podlaski Christiansen uisetup: add fromsvn() and svnrev() revsets.
Mon, 04 Oct 2010 23:03:28 -0500 Augie Fackler test_template_keywords: use new requiresmodule decorator
Mon, 04 Oct 2010 23:03:12 -0500 Augie Fackler test_util: new requiresmodule decorator for tests that require a feature
Mon, 04 Oct 2010 23:02:15 -0500 Augie Fackler test_util: refactor requiresoption to ease creation of other skip decorators
Sun, 03 Oct 2010 17:53:20 +0200 Dan Villiom Podlaski Christiansen wrapper: fail properly with unsupported versions of Subvertpy (fixes #212)
Mon, 04 Oct 2010 21:00:36 -0500 Dan Villiom Podlaski Christiansen svnwrap: fix handling of quotable URLs (fixes #197, refs #132)
Sat, 02 Oct 2010 16:44:37 -0500 Augie Fackler requiresoption: raise SkipTest if available
Sat, 02 Oct 2010 16:44:17 -0500 Augie Fackler requiresoption: clean up docstring
Wed, 29 Sep 2010 18:04:26 +0200 Dan Villiom Podlaski Christiansen help topic: cosmetic improvements.
Wed, 29 Sep 2010 18:04:26 +0200 Dan Villiom Podlaski Christiansen clone: call the wrapped function (fixes #181)
Wed, 29 Sep 2010 18:04:26 +0200 Dan Villiom Podlaski Christiansen tests & help: fix compatibility with Mercurial 1.4 and earlier.
Wed, 29 Sep 2010 18:04:26 +0200 Dan Villiom Podlaski Christiansen test_util: add requiresoption decorator function.
Wed, 29 Sep 2010 18:04:26 +0200 Dan Villiom Podlaski Christiansen svnrepo: make the svnurl property obtain the URL from Subversion.
Wed, 29 Sep 2010 18:04:26 +0200 Dan Villiom Podlaski Christiansen subvertpy wrapper: check against Subversion version compiled against.
Wed, 29 Sep 2010 18:04:26 +0200 Dan Villiom Podlaski Christiansen subvertpy wrapper: bump version requirement to 0.7.4.
Wed, 29 Sep 2010 18:04:26 +0200 Dan Villiom Podlaski Christiansen templatekw: clean up implementation & test; add help.
Fri, 24 Sep 2010 22:11:24 +0200 Dan Villiom Podlaski Christiansen test_util: use the Mercurial dispatch logic for cloning repositories.
Tue, 14 Sep 2010 21:03:02 +0200 Dan Villiom Podlaski Christiansen pull: reveal the handled SubversionException to --traceback.
Tue, 07 Sep 2010 14:33:56 +0200 Dan Villiom Podlaski Christiansen subversion.rst: mention externals support limitations.
Tue, 07 Sep 2010 14:33:56 +0200 Dan Villiom Podlaski Christiansen subversion.rst: list memory leaks in the section on limitations
Tue, 07 Sep 2010 14:33:56 +0200 Dan Villiom Podlaski Christiansen verify: fix verifying mapped branches.
Thu, 23 Sep 2010 16:54:27 +0200 Dan Villiom Podlaski Christiansen clone: replace the --singlebranch with overloading for --branch
Thu, 23 Sep 2010 15:27:08 +0200 Dan Villiom Podlaski Christiansen test_push_dirs.py: activate tests that were previously overlooked
Tue, 14 Sep 2010 19:24:55 +0200 Dan Villiom Podlaski Christiansen tests_urls: activate a test that was previously overlooked
Tue, 14 Sep 2010 15:25:45 +0200 Dan Villiom Podlaski Christiansen svnwrap: improve error message when no bindings are found.
Tue, 14 Sep 2010 15:25:45 +0200 Dan Villiom Podlaski Christiansen testrunner: don't use os.putenv(), as it may not affect os.environ.
Mon, 20 Sep 2010 17:08:18 +0200 Dan Villiom Podlaski Christiansen tests: enable hgsubversion in the generated UI.
Tue, 14 Sep 2010 21:02:49 +0200 Dan Villiom Podlaski Christiansen subvertpy_wrapper: don't assume the version is a three-tuple (fixes #206)
Wed, 15 Sep 2010 17:50:30 +0200 Peter Arrenbrecht subvertpy: set default username/pwd as with swig
Wed, 15 Sep 2010 17:49:27 +0200 Peter Arrenbrecht clone: add --singlebranch option
Fri, 10 Sep 2010 07:50:40 +0200 Peter Arrenbrecht push: simplify code for remapping rebased node ids
Wed, 08 Sep 2010 10:43:02 +0200 Peter Arrenbrecht push: fix case where we get >1 revs back after svn commit
Wed, 08 Sep 2010 10:42:53 +0200 Peter Arrenbrecht tests: remove constant rev no from test script
Wed, 08 Sep 2010 09:57:06 +0200 Peter Arrenbrecht tests: move _add_svn_rev to test_util for reuse
Wed, 08 Sep 2010 09:50:11 +0200 Peter Arrenbrecht tests: add --show-stdout option to run.py
Mon, 06 Sep 2010 17:08:11 -0500 Augie Fackler templatekw: restore compatibility with hg < 1.5
Fri, 03 Sep 2010 00:35:47 +0200 Dan Villiom Podlaski Christiansen subversion.rst: mention lack of directory tracking (see issue 202)
Fri, 03 Sep 2010 00:35:47 +0200 Dan Villiom Podlaski Christiansen subversion.rst: fix 'typo' in help for the hgsubversion.defaultauthors option.
Thu, 02 Sep 2010 21:30:17 +0200 Andi Albrecht Add svnrev, svnpath and svnuuid keyword.
Fri, 03 Sep 2010 00:35:12 +0200 Dan Villiom Podlaski Christiansen tests: add a Makefile for easily running the tests.
Thu, 02 Sep 2010 23:23:02 +0200 Dan Villiom Podlaski Christiansen tests: add an option to the test-runner for selecting bindings.
Wed, 11 Aug 2010 19:57:35 +0200 Dan Villiom Podlaski Christiansen setup: require Subvertpy when the SWIG bindings are unavailable.
Wed, 11 Aug 2010 20:03:47 +0200 Dan Villiom Podlaski Christiansen svnwrap: add runtime override for choice of Subversion bindings
Wed, 11 Aug 2010 20:03:26 +0200 Dan Villiom Podlaski Christiansen README: mention Subvertpy.
Wed, 11 Aug 2010 19:57:35 +0200 Dan Villiom Podlaski Christiansen svnwrap: suggest installing Subvertpy when no bindings are present
Wed, 11 Aug 2010 19:57:35 +0200 Dan Villiom Podlaski Christiansen svnwrap: activate & prefer subvertpy bindings when available
Wed, 11 Aug 2010 19:57:35 +0200 Dan Villiom Podlaski Christiansen svnwrap: add subvertpy wrapper
Wed, 11 Aug 2010 19:57:35 +0200 Dan Villiom Podlaski Christiansen svnwrap: improve a docstring & a comment.
Wed, 11 Aug 2010 19:57:35 +0200 Dan Villiom Podlaski Christiansen svnwrap: use decorator syntax for properties.
Wed, 11 Aug 2010 19:57:35 +0200 Dan Villiom Podlaski Christiansen editor: move ieditor decorator into svnwrap.
Wed, 11 Aug 2010 19:57:35 +0200 Dan Villiom Podlaski Christiansen svnwrap: factor out a common module
Wed, 28 Jul 2010 14:47:44 +0200 Peter Arrenbrecht svnmeta: strip all repeated slashes from subdir
Fri, 20 Aug 2010 20:37:54 -0500 Augie Fackler Merge backout of incorrect patch.
Thu, 19 Aug 2010 10:52:38 -0500 Augie Fackler Backed out changeset d0692ce98ea6
Wed, 11 Aug 2010 19:57:35 +0200 Dan Villiom Podlaski Christiansen svnwrap: s/_chunk_size/chunk_size/
Wed, 11 Aug 2010 19:57:35 +0200 Dan Villiom Podlaski Christiansen svnwrap: s/core.SubversionException/SubversionException/
Wed, 11 Aug 2010 19:57:35 +0200 Dan Villiom Podlaski Christiansen svnwrap: remove dead code
Wed, 11 Aug 2010 19:57:34 +0200 Dan Villiom Podlaski Christiansen svnwrap: kill the ctypes wrapper.
Wed, 11 Aug 2010 19:57:34 +0200 Dan Villiom Podlaski Christiansen version: mention bindings type in version
Sat, 14 Aug 2010 21:31:33 +0200 Dan Villiom Podlaski Christiansen tests: add a fixture that exercises the fix made in 1add57910c82.
Wed, 11 Aug 2010 19:57:34 +0200 Dan Villiom Podlaski Christiansen README: remove usage instructions, and refer to the help topic instead.
Tue, 27 Jul 2010 15:26:31 +0200 Peter Arrenbrecht svnmeta: strip all repeated slashes from subdir
Wed, 11 Aug 2010 19:57:34 +0200 Dan Villiom Podlaski Christiansen __init__: activate & advertise the new help topic.
Wed, 11 Aug 2010 19:57:34 +0200 Dan Villiom Podlaski Christiansen help: add an rst file containing some helpful instructions
Wed, 11 Aug 2010 19:57:34 +0200 Dan Villiom Podlaski Christiansen test_startrev: add a few assertions about clone lengths
Wed, 11 Aug 2010 19:57:34 +0200 Dan Villiom Podlaski Christiansen pull: fix shallow clone when lastest change isn't HEAD.
Wed, 11 Aug 2010 19:57:34 +0200 Dan Villiom Podlaski Christiansen stupid: remove an incorrect, implicit assumption in fetch_branchrev()
Fri, 06 Aug 2010 14:43:40 +0200 Dan Villiom Podlaski Christiansen test_rebuildmeta: make an assertion more helpful.
Fri, 06 Aug 2010 14:43:40 +0200 Dan Villiom Podlaski Christiansen verify: add end-of-line to ui.write() calls.
Tue, 20 Jul 2010 12:53:47 +0200 Dan Villiom Podlaski Christiansen test_startrev: new tests inspired by test_rebuildmeta
Tue, 20 Jul 2010 11:55:07 +0200 Dan Villiom Podlaski Christiansen test_util: support specifying a start revision
Tue, 20 Jul 2010 11:55:07 +0200 Dan Villiom Podlaski Christiansen clone: allow specifying a start revision.
Tue, 20 Jul 2010 11:55:07 +0200 Dan Villiom Podlaski Christiansen replay: always fetch the entire first revision
Tue, 20 Jul 2010 11:55:07 +0200 Dan Villiom Podlaski Christiansen svnwrap: add get_revision(); a thing wrapper around ra.do_update()
Tue, 20 Jul 2010 11:55:07 +0200 Dan Villiom Podlaski Christiansen stupid: always fetch the entire first revision
Tue, 20 Jul 2010 11:55:07 +0200 Dan Villiom Podlaski Christiansen maps: rename revmap.seen to revmap.youngest; add revmap.oldest.
Fri, 16 Jul 2010 16:50:08 -0500 Augie Fackler README: document single-directory clones a little.
Wed, 14 Jul 2010 15:39:24 +0200 Dan Villiom Podlaski Christiansen tests: verify locations of any imported hgsubversion modules
Wed, 14 Jul 2010 15:39:21 +0200 Dan Villiom Podlaski Christiansen tests: improve import logic
Wed, 14 Jul 2010 15:39:18 +0200 Dan Villiom Podlaski Christiansen tests: import test_util as the first module in all relevant tests
Wed, 14 Jul 2010 15:39:14 +0200 Dan Villiom Podlaski Christiansen tests: get rid of DOS line endings.
Tue, 13 Jul 2010 12:19:16 +0200 Dan Villiom Podlaski Christiansen rebuildmeta: handle mapped branch names.
Tue, 13 Jul 2010 13:18:11 +0200 Dan Villiom Podlaski Christiansen stupid: handle branch mapping.
Tue, 13 Jul 2010 13:18:08 +0200 Dan Villiom Podlaski Christiansen tests: add test for combining two branches using the branchmap
Sat, 10 Jul 2010 14:39:30 +0200 Dan Villiom Podlaski Christiansen tests: disallow calling changectx.children() during rebuildmeta
Fri, 09 Jul 2010 22:18:27 +0200 Dan Villiom Podlaski Christiansen rebuildmeta: optimize by removing quadratic time usage
Sat, 10 Jul 2010 14:48:57 +0200 Dan Villiom Podlaski Christiansen branchmap: reject empty mappings
Sat, 10 Jul 2010 14:19:24 +0200 Dan Villiom Podlaski Christiansen branchmap: map empty commits in replay mode.
Sun, 11 Jul 2010 11:46:19 +0200 Dan Villiom Podlaski Christiansen replay/stupid: fix tagging on a branch renamed using a branch map
Thu, 08 Jul 2010 21:46:54 +0200 Dan Villiom Podlaski Christiansen editor: convert two assertions in apply_textdelta() into raising an IOError
Thu, 08 Jul 2010 21:53:59 +0200 Dan Villiom Podlaski Christiansen svnmeta: improve error message in get_source_rev()
Tue, 06 Jul 2010 10:42:00 -0500 Augie Fackler Added tag 1.1.2 for changeset 093ae2915b45
Tue, 06 Jul 2010 10:41:54 -0500 Augie Fackler Merge fix for pushable bookmarks. 1.1.2
Sun, 04 Jul 2010 21:41:42 +0100 James McKay tests: Use tempfile.TemporaryFile instead of os.tmpfile() to redirect stdout.
Sun, 04 Jul 2010 18:21:20 +0100 James McKay svnrepo: fix issue 187: ignore pushable bookmarks in hg 1.6
Mon, 05 Jul 2010 11:33:04 -0500 Augie Fackler Added tag 1.1.1 for changeset 8e621dbb82d4
Sun, 27 Jun 2010 21:18:47 -0500 Augie Fackler push: return reasonable status codes to the end user 1.1.1
Sun, 27 Jun 2010 21:14:36 -0500 Augie Fackler tests: fix misnamed test caught while hunting unrelated bugs
Wed, 23 Jun 2010 11:37:03 +0200 Dan Villiom Podlaski Christiansen maps: don't set the `seen' attribute in TagMap.__init__().
Tue, 22 Jun 2010 22:43:01 +0200 Dan Villiom Podlaski Christiansen stupid: lower patch application failure output to verbose.
Wed, 23 Jun 2010 13:42:53 +0200 Dan Villiom Podlaski Christiansen test_rebuildmeta: use just added diff support when comparing files.
Tue, 22 Jun 2010 21:58:24 +0200 Dan Villiom Podlaski Christiansen test_util: add assertMultiLineEqual() method.
Sun, 13 Jun 2010 00:10:53 -0500 Augie Fackler wrappers: cope with remoteui move to hg (hg cset d1908cb95a82)
Sat, 12 Jun 2010 20:32:02 -0500 Augie Fackler util: handle change to hg.parseurl from 3d6915f5a2bb
Sat, 12 Jun 2010 20:55:23 -0500 Augie Fackler svnrepo: support new discovery module introduced in 3d0591a66118
Sat, 12 Jun 2010 20:09:25 -0500 Augie Fackler pull: handle argspec change from e43c23d189a5
Sat, 15 May 2010 20:33:05 +0200 Dan Villiom Podlaski Christiansen svncommands: add two missing imports
Tue, 18 May 2010 14:46:50 -0500 Augie Fackler tests/run.py: make sure our hgsubversion loads correctly
Fri, 14 May 2010 20:27:24 +0200 Dan Villiom Podlaski Christiansen testrunner: use demandimport, with an option to disable it
Fri, 14 May 2010 20:26:06 +0200 Dan Villiom Podlaski Christiansen testrunner: delay and `simplify' importing of tests
Fri, 14 May 2010 20:27:14 +0200 Dan Villiom Podlaski Christiansen setup: check for Subversion by importing the `svnwrap' module.
Fri, 14 May 2010 20:22:32 +0200 Dan Villiom Podlaski Christiansen svncommands: fix layering violation & tweak error messages.
Fri, 14 May 2010 17:39:26 +0200 Dan Villiom Podlaski Christiansen testrunner: use optparse
Fri, 14 May 2010 14:21:25 +0200 Dan Villiom Podlaski Christiansen svnwrap: use SubversionConnectionException instead of mercurial.util.Abort
Wed, 12 May 2010 20:16:40 +0200 Dan Villiom Podlaski Christiansen push: remove superfluous creation of a new `svnremoterepo' instance.
Fri, 30 Apr 2010 17:35:36 +0200 Dan Villiom Podlaski Christiansen svn_swig_wrapper: improved handling of missing or outdated bindings.
Mon, 26 Apr 2010 22:17:25 +0200 Patrick Mezard wrappers: fix pull output if termwidth() is inexact
Thu, 22 Apr 2010 22:37:03 -0500 Augie Fackler stupid: update monkeypatch for 91c58cf54eee
Thu, 01 Apr 2010 16:06:01 +0200 Dan Villiom Podlaski Christiansen pull: fix passing credentials in URL.
Wed, 14 Apr 2010 20:33:27 +0200 Dan Villiom Podlaski Christiansen metacommand: use AmbiguousCommand from hg for consistency.
Wed, 31 Mar 2010 14:04:31 +0200 Dan Villiom Podlaski Christiansen wrappers.pull: fix calculation of progress totals.
Wed, 31 Mar 2010 17:51:09 +0200 Dan Villiom Podlaski Christiansen isolate all imports of Subversion modules in svnwrap.
Wed, 31 Mar 2010 17:48:32 +0200 Dan Villiom Podlaski Christiansen wrappers: remove unused code for compatibility with Subversion 1.4.
Wed, 31 Mar 2010 17:34:30 +0200 Dan Villiom Podlaski Christiansen Move the 'svn' metacommand into the 'svncommands' module.
Wed, 31 Mar 2010 17:54:08 +0200 Dan Villiom Podlaski Christiansen Use Mercurial-provided infrastructure for `svn' metacommand help.
Wed, 31 Mar 2010 22:06:05 +0200 Dan Villiom Podlaski Christiansen svnrepo: ease debugging of Subversion fallback
Sun, 28 Jun 2009 12:50:52 +0200 Dan Villiom Podlaski Christiansen test_tags: improve test output.
Wed, 31 Mar 2010 17:53:47 +0200 Dan Villiom Podlaski Christiansen svncommands: rename the `help' function to `help_'.
Wed, 31 Mar 2010 17:53:20 +0200 Dan Villiom Podlaski Christiansen svnmeta: minor cosmetics whitespace cleanup.
Sat, 27 Mar 2010 18:42:47 -0500 Augie Fackler maps: fix a % formatting bug
Sat, 20 Mar 2010 12:44:09 -0500 Augie Fackler Added tag 1.1 for changeset 4359ddd73b00
Sat, 20 Mar 2010 15:07:37 +1000 Gerhard Weis strip off root file name only once for missing files 1.1
Tue, 09 Mar 2010 20:58:08 -0600 Jonathan Kotta handle nonexistant svn repositories, fixes issue 137
Fri, 19 Mar 2010 21:24:03 -0500 Augie Fackler pull: try and produce a better progress bar for certain cases
Tue, 02 Mar 2010 17:06:06 +0100 Patrick Mezard stupid: fix getcopies() logic
Tue, 02 Mar 2010 17:06:06 +0100 Patrick Mezard editor: fix replaced directory copies
Tue, 02 Mar 2010 17:06:06 +0100 Patrick Mezard editor: fix open_file() on replaced branch
Tue, 02 Mar 2010 17:06:06 +0100 Patrick Mezard editor: fix replaced files content in replay mode
Tue, 02 Mar 2010 17:06:06 +0100 Patrick Mezard svnmeta: add exact arg to get_parent_revision() to handle 'R'
Tue, 02 Mar 2010 17:06:06 +0100 Patrick Mezard stupid: handle directory replacement in very stupid mode
Tue, 02 Mar 2010 17:06:06 +0100 Patrick Mezard editor: fix issamefile() and copy detection in replay mode
Tue, 02 Mar 2010 17:06:06 +0100 Patrick Mezard Add rsvn.py to test tools
Wed, 03 Mar 2010 17:44:41 -0600 Augie Fackler util: add progress wrapper to maintain 1.3 support
Mon, 01 Mar 2010 21:26:30 +0100 Dirkjan Ochtman maps: if operation can continue, it should probably not use ui.warn()
Fri, 26 Feb 2010 15:00:15 +0100 Dirkjan Ochtman merge commands from utility_commands into svncommands
Fri, 26 Feb 2010 14:52:50 +0100 Dirkjan Ochtman tests: make sure single dir clone tests get run by non-nose users
Fri, 26 Feb 2010 14:50:22 +0100 Dirkjan Ochtman tests: silence test suite by using quiet UIs everywhere
Wed, 24 Feb 2010 12:48:37 -0500 Dirkjan Ochtman svnmeta: reverse parameter calculation to lessen complexity
Mon, 01 Mar 2010 22:10:18 +0100 Dirkjan Ochtman add basic branchmap functionality, to rename branches
Tue, 23 Feb 2010 17:16:51 +0100 Dirkjan Ochtman svncommands: make repo optional (useful for things like listauthors)
Mon, 22 Feb 2010 23:24:11 +0100 Dirkjan Ochtman svnwrap: save the repository root, this might be useful later on
Mon, 01 Mar 2010 17:45:00 -0600 Augie Fackler tests.run: exit nonzero if tests did not pass
Mon, 01 Mar 2010 17:39:00 -0600 Augie Fackler Merge change from Felix Schwarz
Mon, 01 Mar 2010 17:37:00 -0600 Augie Fackler test_fetch_command: handle changes in revision extra ordering gracefully
Sun, 28 Feb 2010 22:39:57 +0100 "fs" remove useless shebang to comfort rpmlint
Thu, 25 Feb 2010 20:27:00 -0600 Augie Fackler svn_swig: better ImportError to suggest steps for users.
Mon, 22 Feb 2010 13:56:11 -0600 Augie Fackler rebuildmeta: use ui.progress for better user feedback
Sun, 21 Feb 2010 20:14:29 -0600 Mark Edgington README: improved documentation of svn:externals support
Mon, 15 Feb 2010 11:24:08 -0600 Augie Fackler Added tag 1.0.1 for changeset 09c016174e33
Mon, 15 Feb 2010 10:53:55 -0600 Augie Fackler setup: work around easy_intall overzealously installing mercurial 1.0.1
Mon, 15 Feb 2010 10:53:34 -0600 Augie Fackler setup: work around easy_install by getting version with a regex
Mon, 15 Feb 2010 10:22:12 -0600 Augie Fackler pull: handle commits without any commit message
Mon, 15 Feb 2010 10:21:59 -0600 Augie Fackler pull: move progress to after the status call
Sun, 14 Feb 2010 14:19:57 -0600 Augie Fackler pull: report progress to ui.progress so progress bars can appear
Sun, 14 Feb 2010 14:06:04 -0600 Augie Fackler push: try a little harder to not send invalid paths to svn
Sun, 14 Feb 2010 14:04:56 -0600 Augie Fackler replay/stupid: raise the correct errno in IOError to fix hg >= e553a425751d
Sun, 07 Feb 2010 15:56:25 +0100 Patrick Mezard pushmod: make outdated parent error message more helpful
Sun, 07 Feb 2010 08:43:32 -0600 Augie Fackler util: add parseurl method to abstract away differences between 1.4 and 1.5
Sun, 07 Feb 2010 03:33:40 -0600 Augie Fackler Added tag 1.0 for changeset 97f2079e3778
Sun, 07 Feb 2010 03:32:30 -0600 Augie Fackler setup: updates for release 1.0
Sat, 06 Feb 2010 20:19:41 +0100 Dirkjan Ochtman fix filterhunks for both crew and 1.4
Sat, 06 Feb 2010 13:01:35 -0600 Augie Fackler replay: correctly handle renaming the parent dir of a branch
Sat, 06 Feb 2010 11:13:55 -0600 Augie Fackler utility_commands: fix hg svn genignore for single-directory mode
Sat, 06 Feb 2010 10:57:58 -0600 Augie Fackler utility_commands: unbreak hg svn info with single-directory clones
Sat, 06 Feb 2010 10:57:06 -0600 Augie Fackler test_util: add assertStringEqual to output diff output for string checks
Sat, 06 Feb 2010 10:36:21 -0600 Augie Fackler tags: fix files edited during tag creation
Sat, 06 Feb 2010 10:36:12 -0600 Augie Fackler test_util: add tags to output of draw
Sat, 06 Feb 2010 10:34:49 -0600 Augie Fackler clean up trailing whitespace
Mon, 25 Jan 2010 13:51:22 +0100 Patrick Mezard svnwrap: escape copy sources paths in commit handler
Tue, 02 Feb 2010 23:21:18 +0100 Patrick Mezard svnwrap: drop unused fetch_all_files_to_dir()
Tue, 02 Feb 2010 23:20:42 +0100 Patrick Mezard Rewrite simple_branch.sh fixture from svn dump
Tue, 02 Feb 2010 21:36:08 +0100 Patrick Mezard Extend issue119 to full original weirdness
Tue, 02 Feb 2010 21:18:20 +0100 Patrick Mezard svnmeta: remove split_branch_tag() exacttag argument
Tue, 02 Feb 2010 21:15:03 +0100 Patrick Mezard svnmeta: make tag detection code more explicity
Tue, 02 Feb 2010 21:10:01 +0100 Patrick Mezard svnmeta: do not change added/deletedtags while detecting them
Tue, 02 Feb 2010 21:05:59 +0100 Patrick Mezard svnmeta: make get_parent_revision() handle added tags
Sat, 30 Jan 2010 10:01:03 +0100 Patrick Mezard Handle subdirectory tags in stupid mode (issue119)
Sat, 30 Jan 2010 09:55:28 +0100 Patrick Mezard stupid: port hack from stupid to moderately stupid mode
Sat, 30 Jan 2010 09:52:24 +0100 Patrick Mezard svnmeta: make it easier to get converted revision info
Sat, 30 Jan 2010 09:49:30 +0100 Patrick Mezard svnmeta: speedup get_parent_revision() in common case
Sat, 30 Jan 2010 09:43:30 +0100 Patrick Mezard stupid: use real branch path in diff_branchrev()
Tue, 26 Jan 2010 17:36:13 +0100 Dan Villiom Podlaski Christiansen Change all instantiations of IOError to set both errno and strerror.
Fri, 29 Jan 2010 23:36:14 +0100 Patrick Mezard test_tags: rewrite both the test and the fixture script
Fri, 29 Jan 2010 23:36:14 +0100 Patrick Mezard stupid: replace dicts with sets
Fri, 29 Jan 2010 23:36:14 +0100 Patrick Mezard replay: disable maybeedit filtering, could discard copy records
Fri, 29 Jan 2010 23:36:14 +0100 Patrick Mezard test_util: add helper to draw repo with graphlog extension
Mon, 25 Jan 2010 14:51:22 -0600 Augie Fackler setup: remove bogus print statements
Fri, 22 Jan 2010 18:03:02 -0600 Augie Fackler hgignore: ignore the version file
Mon, 11 Jan 2010 17:12:33 +0100 Dan Villiom Podlaski Christiansen __init__: update docstring to reflect recent change to README
Mon, 11 Jan 2010 17:12:30 +0100 Dan Villiom Podlaski Christiansen wrappers: calculate and return exact count of changesets added.
Wed, 20 Jan 2010 20:50:59 +0100 Patrick Mezard test_util: fix Windows test URLs
Fri, 22 Jan 2010 18:01:19 -0600 Patrick Mezard Handle tag subdirectory as tag in replay mode (issue119)
Thu, 17 Dec 2009 16:34:00 +0100 Patrick Mezard svnmeta: internalize tags delta
Mon, 18 Jan 2010 21:40:29 +0100 Patrick Mezard maps: TagMap tags are non-empty strings
Mon, 18 Jan 2010 21:40:28 +0100 Patrick Mezard editor: remove useless test
Sat, 16 Jan 2010 17:25:09 +0100 Patrick Mezard svnmeta: is_path_tag() is really get_path_tag()
Thu, 17 Dec 2009 14:44:07 +0100 Dirkjan Ochtman tests: make better use of the config options for fixture loading
Sun, 10 Jan 2010 16:03:12 -0600 Augie Fackler README: updated reason users might want to avoid hgsubversion
Sun, 10 Jan 2010 19:42:13 +0100 Patrick Mezard stupid: update filteriterhunks() for hg 1.5
Thu, 24 Dec 2009 14:46:03 -0600 Augie Fackler test renames: remove redundant code
Thu, 24 Dec 2009 13:38:06 -0600 Augie Fackler tests: test paths with spaces
Thu, 24 Dec 2009 13:30:08 -0600 Augie Fackler paths: autoescape paths from the user
Thu, 24 Dec 2009 13:10:36 -0600 Afriza N. Arief Do URI-encode before opening
Tue, 15 Dec 2009 09:12:00 -0600 Augie Fackler setup: write out version info
Mon, 14 Dec 2009 09:36:22 -0600 Augie Fackler utility_commands: remove old svn version command in favor of new wrapper
Mon, 14 Dec 2009 09:35:04 -0600 Augie Fackler wrappers: wrap version with a --svn flag
Mon, 14 Dec 2009 09:34:46 -0600 Augie Fackler __init__: document wrapping commands more clearly
Sun, 13 Dec 2009 17:15:01 +0100 Dan Villiom Podlaski Christiansen fallback to the previous scheme for file repositories.
Sun, 13 Dec 2009 17:27:19 +0100 Dan Villiom Podlaski Christiansen do not assume that doc-strings are present.
Thu, 10 Dec 2009 13:04:57 -0800 Jason Ostrander Add a -r option to hg svn. Use with hg svn info to change the mercurial rev.
Wed, 25 Nov 2009 23:09:26 -0500 Augie Fackler single: add another test for single-dir push
Wed, 25 Nov 2009 23:10:32 -0500 Vitaliy Filippov single: fix push
Tue, 20 Oct 2009 14:34:00 -0400 Daniel Tang push: fix for single directory repository layouts
Fri, 16 Oct 2009 23:33:41 -0400 Augie Fackler Support for single-directory clones.
Fri, 16 Oct 2009 18:37:19 -0400 Augie Fackler replay: fix potential over-reporting of edited files in hg changelog
Fri, 16 Oct 2009 19:09:53 -0400 Augie Fackler util: make aresamefiles take one file and just be issamefile instead.
Fri, 16 Oct 2009 19:09:25 -0400 Augie Fackler copies: fix under-reporting of copies in hg
Wed, 07 Oct 2009 18:27:35 -0400 Augie Fackler stupid: detect renames with empty branchpath properly
Wed, 07 Oct 2009 19:05:01 -0400 Augie Fackler stupid: remove stray print statements, keep one as a ui.debug
Tue, 22 Sep 2009 16:46:16 +0200 Dirkjan Ochtman try to deal with weirdly located branches in rebuildmeta (#118)
Tue, 15 Sep 2009 22:34:53 -0400 Augie Fackler test_util: sort imports
Tue, 15 Sep 2009 21:34:14 -0400 Augie Fackler svn_swig_wrapper: minor code cleanup.
Tue, 15 Sep 2009 21:22:47 -0400 Augie Fackler stupid: 80col OCD
Tue, 15 Sep 2009 18:26:13 -0400 Chema Cortes svnwrap: properly escape URLs before giving them to libsvn_*
Tue, 15 Sep 2009 21:57:17 -0400 Augie Fackler Add a test for URLs that have spaces in them.
Wed, 12 Aug 2009 16:54:21 -0400 Augie Fackler test_util: fix up line endings
Tue, 15 Sep 2009 22:33:41 -0400 Augie Fackler test_util: specify LANG=LC_ALL=C so l10n stops breaking tests
Sat, 08 Aug 2009 08:14:19 -0500 Augie Fackler COPYING: include license (GPL == v2)
Sat, 08 Aug 2009 08:01:24 -0500 Augie Fackler Merge win32 fixes
Wed, 29 Jul 2009 19:01:13 +0300 Risto Kankkunen No os.kill() in Windows, use ctypes to call Win32 TerminateProcess()
Wed, 29 Jul 2009 18:38:28 +0300 Risto Kankkunen Reclaim repository object to avoid tearDown() failing to remove the open file 'testrepo/db/rep-cache.db'
Wed, 29 Jul 2009 18:03:02 +0300 Risto Kankkunen Make tearDown() be able to delete read-only files to avoid an exception when removing 'testrepo/db/format'
Wed, 29 Jul 2009 17:41:40 +0300 Risto Kankkunen Avoid 'Abort: Illegal repository URL' exception
Wed, 29 Jul 2009 17:26:29 +0300 Risto Kankkunen Avoid 'ValueError: close_fds is not supported on Windows platforms' exception
Wed, 29 Jul 2009 16:34:15 +0300 Risto Kankkunen No os.spawnvp() in Windows, use subprocess.call() instead
Sat, 08 Aug 2009 07:49:39 -0500 Martin Geisler README: update URL to Mercurial wiki
Sat, 08 Aug 2009 07:49:22 -0500 Martin Geisler README: Mercurial 1.3 is no longer in development
Mon, 20 Jul 2009 16:00:37 -0400 David Stanek Remove the svn+ from svn+https urls before calling the Subversion API. This was already being done for svn+http urls.
Sat, 18 Jul 2009 22:30:59 -0500 Augie Fackler tags: handle the most recent commit being an edit to an svn tag properly
Sat, 04 Jul 2009 18:12:18 +0100 Max Bowsher Fix 'parent dir of a branch is deleted' refactoring from 343da84.
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard stupid: take tbdelta closed branches in account
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard Bypass demandimport for all svn submodules
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard svnexternals: display svn commands output with --verbose
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard Revive svn+http(s) URLs support (issue94)
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard svnrepo: expose the same svnurl than SubversionRepo
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard svnwrappers: override svn+ssh credentials with supplied ones if any
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard pushmod: pass SubversionRepo directly to commit()
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard util: remove swap_out_encoding() deprecated comment
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard Extend svnrepos with SubversionRepo and SVNMeta
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard Unify svn credentials handling as config entries
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard genignore: collect ignore lines, then write them
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard wrappers: make push aborts if uncommitted changes
Mon, 06 Jul 2009 09:17:26 -0500 Augie Fackler tagmap: missed newline in rebuildmeta warn call
Sun, 05 Jul 2009 22:01:38 -0500 Augie Fackler tags: fix a bug triggered by copies from non-branch-roots
Sun, 05 Jul 2009 21:44:35 -0500 Augie Fackler rebuildmeta: remove any existing tagmap file.
Sun, 05 Jul 2009 21:13:13 -0500 Augie Fackler Merge with mpedersen.
Thu, 02 Jul 2009 16:37:33 -0500 Michael J. Pedersen Second fix required for our tags to work.
Thu, 02 Jul 2009 16:12:09 -0500 Michael J. Pedersen This patch fixes, partially, an issue with tagpaths.
Wed, 01 Jul 2009 14:43:43 -0500 Augie Fackler tags: be more aggressive about not copying from tags we do not have
Wed, 01 Jul 2009 14:42:46 -0500 Augie Fackler tags: handle copyfrom old versions of tags more correctly
Fri, 26 Jun 2009 14:53:58 -0500 Augie Fackler tags: allow editing tags of closed branches without reopening the branch
Fri, 26 Jun 2009 11:12:14 -0500 Augie Fackler tags: handle tags from edited tags.
Fri, 26 Jun 2009 10:34:32 -0500 Augie Fackler tags: Handle edits to edited tags.
Tue, 23 Jun 2009 22:15:20 -0500 Augie Fackler tags: handle editing a tag and its source branch simultaneously
Tue, 23 Jun 2009 21:33:40 -0500 Augie Fackler tags: reinstate a tag map file in a better way
Tue, 23 Jun 2009 21:38:27 -0500 Augie Fackler tags: handle edits to tags as gracefully as possible
Tue, 16 Jun 2009 14:10:57 +0200 Dirkjan Ochtman svncommands: get update working again
Tue, 16 Jun 2009 13:58:39 +0200 Dirkjan Ochtman tests: test for heads equality instead of branchtags
Tue, 16 Jun 2009 13:59:03 +0200 Dirkjan Ochtman wrappers: save tbdelta in one place for both stupid and replay
Tue, 16 Jun 2009 13:33:30 +0200 Dirkjan Ochtman svnrepo: remove unused localsvn decorator
Tue, 16 Jun 2009 13:13:43 +0200 Dirkjan Ochtman tools: remove obsolete converttags.sh script
Tue, 16 Jun 2009 13:04:21 +0200 Dirkjan Ochtman svncommands: use rev instead of verifynode -- should not have to be a node
Tue, 16 Jun 2009 13:33:47 +0200 Dirkjan Ochtman move remaining cmdutils into util
Tue, 16 Jun 2009 09:26:20 +0200 Dirkjan Ochtman cmdutil: remove unused function issvnurl()
Tue, 16 Jun 2009 09:12:20 +0200 Dirkjan Ochtman pushmod: split push functions out into separate module
Tue, 16 Jun 2009 09:12:04 +0200 Dirkjan Ochtman replay: merge functions into a single function
Tue, 16 Jun 2009 09:11:52 +0200 Dirkjan Ochtman editor: move find missing files routine into RevisionData class
Tue, 16 Jun 2009 08:43:12 +0200 Dirkjan Ochtman replay: start new replay module that has the relevant functions
Tue, 16 Jun 2009 08:42:15 +0200 Dirkjan Ochtman editor: move exception data into RevisionData class
Tue, 16 Jun 2009 08:41:28 +0200 Dirkjan Ochtman editor: move set_file() and delete_file() methods to RevisionData class
Mon, 15 Jun 2009 16:10:24 +0200 Dirkjan Ochtman consolidate metadata calls from stupid and replay code
Mon, 15 Jun 2009 22:31:15 +0200 Dirkjan Ochtman inline describe_revision(), use custom termwidth
Mon, 15 Jun 2009 16:09:27 +0200 Dirkjan Ochtman maps: make sure AuthorMaps don't overwrite themselves, fix overriding
Tue, 16 Jun 2009 12:00:03 -0500 Augie Fackler blacklist svn for demandimport.
Tue, 16 Jun 2009 11:59:47 -0500 Augie Fackler Fix syntax highlighting in emacs.
Mon, 15 Jun 2009 12:26:21 -0500 Augie Fackler verify: take a kwarg for node to check.
Mon, 15 Jun 2009 12:26:20 -0500 Augie Fackler tests: make comprehensive tests work properly with nose and run.py
Mon, 15 Jun 2009 12:26:19 -0500 Augie Fackler tests: fix for new branch heads change in upstream hg.
Mon, 15 Jun 2009 12:26:18 -0500 Augie Fackler stupid: handle the new eol option in hg-crew.
Fri, 12 Jun 2009 09:24:46 +0200 Dirkjan Ochtman put convert_revision in branch-closing csets
Fri, 12 Jun 2009 08:37:39 +0200 Dirkjan Ochtman svnmeta: move util.build_extra() to SVNMeta.genextra()
Thu, 11 Jun 2009 19:15:18 +0200 Dirkjan Ochtman editor: rename hg_delta_editor.HgChangeReceiver to editor.HgEditor
Thu, 11 Jun 2009 19:10:05 +0200 Dirkjan Ochtman svnmeta: eliminate unneeded path_and_branch_for_path() method
Thu, 11 Jun 2009 18:57:55 +0200 Dirkjan Ochtman imported patch import-cleanup
Thu, 11 Jun 2009 18:48:43 +0200 Dirkjan Ochtman save metadata from one place
Thu, 11 Jun 2009 18:49:06 +0200 Dirkjan Ochtman svnmeta: deprivatize a bunch of member functions
Thu, 11 Jun 2009 18:49:52 +0200 Dirkjan Ochtman invert the svnmeta/editor relationship
Thu, 11 Jun 2009 10:32:32 +0200 Dirkjan Ochtman svnmeta: move revmap methods, make last_known_revision() more efficient
Thu, 11 Jun 2009 18:56:35 +0200 Dirkjan Ochtman split parts of HgChangeReceiver out into an SVNMeta class
Thu, 11 Jun 2009 08:40:20 +0200 Dirkjan Ochtman sort HgChangeReceiver methods and properties
Wed, 10 Jun 2009 17:57:11 +0200 Dirkjan Ochtman stupid: eliminate dependency on editor.current
Thu, 11 Jun 2009 10:12:16 +0200 Dirkjan Ochtman editor: move current revision state into a separate class
Wed, 10 Jun 2009 17:29:11 +0200 Dirkjan Ochtman move aresamefiles() from HgChangeReceiver to util
Thu, 11 Jun 2009 18:52:30 +0200 Dirkjan Ochtman extract the filemap support into a separate class
Wed, 10 Jun 2009 15:45:20 +0200 Dirkjan Ochtman extract the revmap support into a separate dict-like class
Wed, 10 Jun 2009 14:53:22 +0200 Dirkjan Ochtman editor: use decorators, get rid of unnecessary property
Wed, 10 Jun 2009 13:57:04 +0200 Dirkjan Ochtman add a function to generate svn_commit_hashes
Wed, 10 Jun 2009 13:32:10 +0200 Dirkjan Ochtman editor: simplify HgChangeReceiver constructor signature
Wed, 10 Jun 2009 14:55:26 +0200 Dirkjan Ochtman add a working incoming wrapper command
Wed, 10 Jun 2009 12:06:31 +0200 Dirkjan Ochtman uisetup: use a single loop/abstraction for wrapping all the commands
Wed, 10 Jun 2009 11:35:59 +0200 Dirkjan Ochtman uisetup: move clone and push/pull wrappers to wrappers module
Wed, 10 Jun 2009 10:15:57 +0200 Dirkjan Ochtman stupid: simplify stupid committing code
Wed, 10 Jun 2009 09:51:33 +0200 Dirkjan Ochtman branches: simplify branch deletion a little bit
Wed, 10 Jun 2009 09:35:45 +0200 Dirkjan Ochtman tags: end branch while tagging instead of creating extra changeset
Wed, 10 Jun 2009 09:30:32 +0200 Dirkjan Ochtman tags: obey usebranchnames setting
Thu, 11 Jun 2009 18:00:58 +0200 Dirkjan Ochtman branches: correctly deal with branch closing directly after copy/rename
Tue, 09 Jun 2009 19:48:13 +0200 Dirkjan Ochtman tools: use new svn verify command instead of svn export incantations
Thu, 11 Jun 2009 19:14:05 +0200 Dirkjan Ochtman svncommands: add verify command
Thu, 11 Jun 2009 11:34:37 +0200 Dirkjan Ochtman tests: add -A option to run.py for running comprehensive tests
Thu, 11 Jun 2009 11:39:45 +0200 Dirkjan Ochtman tests: send warning to stderr instead of redirected stdout
Sat, 06 Jun 2009 11:53:21 -0500 Augie Fackler urls: Make sure we preserve username in urls given to ssh.
Mon, 01 Jun 2009 13:44:19 -0500 Augie Fackler README: svn+http is outdated.
Mon, 01 Jun 2009 11:50:12 -0500 Augie Fackler wrappers: Python 2.4 compat.
Mon, 01 Jun 2009 11:21:47 -0500 Augie Fackler tags: Fix an improper parent calculation.
Mon, 01 Jun 2009 11:10:32 -0500 Augie Fackler tools: Fixes for verification that seemed to be needed.
Sat, 30 May 2009 20:49:51 -0500 Augie Fackler svnexternals: Change an absolute import to be relative.
Sat, 30 May 2009 15:35:24 -0500 Augie Fackler hg_delta_editor: fix missing-plaintext fetching
Sat, 30 May 2009 15:34:51 -0500 Augie Fackler version: fix version calculation for new repo layout.
Sat, 30 May 2009 15:34:29 -0500 Augie Fackler Remove defunct nourl lists.
Sat, 30 May 2009 20:28:07 -0500 Augie Fackler Remove vestigial references to the tags_info file we no longer need.
Sat, 30 May 2009 20:55:21 -0500 Augie Fackler push: Prevent pushing of edits to .hgtags to svn.
Sat, 30 May 2009 20:18:14 -0500 Augie Fackler tags: fix handling for certain nonstandard tag layouts.
Sat, 30 May 2009 13:44:33 -0500 Augie Fackler tags: Fix parent detection so that copyfrom trunk@5 correctly falls back to trunk@4 if trunk@5 is not in the revmap.
Sat, 30 May 2009 19:46:03 -0500 Augie Fackler test_tags: Add a test that verifies tags get deleted properly even in the presence of somewhat odd branching.
Fri, 29 May 2009 22:48:27 +0200 Dirkjan Ochtman Inline HgChangeReceiver.load_base_from_ctx().
Sat, 30 May 2009 11:11:04 -0500 Dirkjan Ochtman Move HgChangeReceiver.branches_in_paths() to the stupid module.
Fri, 29 May 2009 15:28:44 +0200 Dirkjan Ochtman Use tbdelta to push added tags into .hgtags.
Fri, 29 May 2009 15:24:12 +0200 Dirkjan Ochtman Make branch closing more Mercurial-like.
Fri, 29 May 2009 15:29:40 +0200 Dirkjan Ochtman Extract branch closing from stupid/editor into separate function.
Fri, 29 May 2009 13:12:28 +0200 Dirkjan Ochtman Get rid of duplicate branch closing detection code for stupid mode.
Fri, 29 May 2009 13:41:28 +0200 Dirkjan Ochtman Test for open branches in the pull result.
Fri, 29 May 2009 12:36:30 +0200 Dirkjan Ochtman Add some comments for rebuildmeta, simplify a little.
Fri, 29 May 2009 12:36:27 +0200 Dirkjan Ochtman Reorder different commit blocks.
Fri, 29 May 2009 12:36:23 +0200 Dirkjan Ochtman Extract closed_revs into closebranches and closedrevs.
Fri, 29 May 2009 11:45:08 +0200 Dirkjan Ochtman Abstract out a branchedits() function.
Fri, 29 May 2009 17:33:52 +0200 Dirkjan Ochtman Generate separate data structure containing revision's tags/branches changes.
Thu, 28 May 2009 10:57:09 +0200 Dirkjan Ochtman Simplify pulling revs a bit, unify stupid/replay interfaces.
Thu, 28 May 2009 09:58:00 +0200 Dirkjan Ochtman Merge hge._is_path_tag() and hge._split_tag_path().
Thu, 28 May 2009 09:57:28 +0200 Dirkjan Ochtman Move HgChangeReceiver.aresamefiles() to before the editor methods.
Thu, 28 May 2009 09:57:00 +0200 Dirkjan Ochtman Move exception classes in hg_delta_editor up top.
Thu, 28 May 2009 09:55:33 +0200 Dirkjan Ochtman Replace stash_exception_on_self() by @ieditor.
Thu, 28 May 2009 09:54:41 +0200 Dirkjan Ochtman Merge fetch_history_at_paths() and revisions() in svn wrappers.
Thu, 28 May 2009 09:44:47 +0200 Dirkjan Ochtman Author maps: strip comments.
Thu, 28 May 2009 09:44:08 +0200 Dirkjan Ochtman Author maps: code/message style (prevent line continuations).
Thu, 28 May 2009 09:41:00 +0200 Dirkjan Ochtman Author maps: handle lines without = gracefully.
Thu, 28 May 2009 08:48:57 +0200 Dirkjan Ochtman Allow passing in module arguments to the test runs.
Wed, 27 May 2009 21:40:58 -0500 Augie Fackler push: don't refuse to push if it looks like we haven't pulled all changes.
Wed, 27 May 2009 15:51:04 -0500 Augie Fackler test_util: make it easier to test odd push cases
Wed, 27 May 2009 10:57:38 -0500 Augie Fackler comprehensive: fix for new repo layout.
Mon, 25 May 2009 12:44:33 -0500 Augie Fackler setup.py: Use setuptools if available.
Fri, 22 May 2009 23:38:01 -0500 Augie Fackler Fix a bug in branch ancestry calculation.
Fri, 22 May 2009 23:37:33 -0500 Augie Fackler test_util: Add another missing project root.
Fri, 22 May 2009 17:47:09 +0200 Dan Villiom Podlaski Christiansen hg_delta_editor: do not raise an error for bad symlinks, but warn instead.
Fri, 22 May 2009 13:42:51 +0200 Dan Villiom Podlaski Christiansen test_push_command: this test causes an author of None.
Fri, 22 May 2009 13:41:21 +0200 Dan Villiom Podlaski Christiansen test_push_command: improve readability a bit.
Fri, 22 May 2009 15:12:31 +0200 Dan Villiom Podlaski Christiansen Remove the 'outgoing' wrapper, and use the Mercurial infrastructure instead.
Wed, 20 May 2009 21:49:01 +0200 Dan Villiom Podlaski Christiansen improve reliability of Subversion checks.
Wed, 20 May 2009 21:11:34 +0200 Dan Villiom Podlaski Christiansen remove pointless rstrip('/')
Wed, 20 May 2009 21:15:47 +0200 Dan Villiom Podlaski Christiansen Mention what failed when given a non-numeric revision to clone/pull.
Wed, 20 May 2009 19:07:12 +0200 Dan Villiom Podlaski Christiansen don't retain authormap and filemap options