Carlos Martín Nieto b80103b017 Introduce RemoteCollection
This lets us look up remotes by name, which is not possible by just
returning the list of remotes.

Move remote creation to Repostiory.remotes.create() and keep the old
Repository.create_remote() for compatibility, delegating to this new
way.

Existing code should keep working, but this moves us towards what we'd
need for a better interface in 0.22 which makes remote renaming and
deleting work with a name rather than an instance and would make sense
to exist as part of an Remote.remotes object.
2014-11-11 19:57:22 +01:00
..
2013-01-12 18:42:12 +01:00
2014-02-11 22:07:05 +01:00
2014-02-04 07:52:58 +01:00
2014-11-04 17:49:43 +01:00
2014-04-18 12:17:54 +02:00
2014-04-01 19:47:48 +02:00
2014-11-04 17:49:43 +01:00
2014-11-04 17:49:43 +01:00
2013-12-23 17:26:02 +01:00
2013-01-06 09:57:03 +01:00
2014-04-01 19:47:48 +02:00
2014-02-04 07:52:58 +01:00
2013-07-05 20:14:33 -04:00
2014-10-07 20:27:01 +02:00
2014-11-11 19:57:22 +01:00
2014-03-24 01:44:36 +01:00