Modify ↓
Opened 15 years ago
Last modified 14 years ago
#501 new enhancement
mercurial/hg clone support hg:clone
Reported by: | iceboy@… | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.6.1 |
Component: | Build slave | Version: | 0.6b2 |
Keywords: | mercurial, hg | Cc: | felix.schwarz@…, trbs@… |
Operating System: | BSD |
Description
This patch adds a support for cloning a repository.
Attachments (3)
Change History (8)
Changed 15 years ago by iceboy@…
comment:1 Changed 15 years ago by Felix Schwarz <felix.schwarz@…>
- Cc felix.schwarz@… added
comment:2 Changed 14 years ago by trbs <trbs@…>
Basically my patch for hg clone is the same as Felix's but with support for usernames and password for remote url's.
comment:3 Changed 14 years ago by trbs <trbs@…>
- Cc trbs@… added
comment:4 Changed 14 years ago by trbs <trbs@…>
my bitbucket repository of bitten: http://bitbucket.org/trbs/bitten which also included extra option to clone only a specific branch (this helps a lot for large repositories)
comment:5 Changed 14 years ago by trbs <trbs@…>
added documentation and unittests for hgtools in my bitbucket repository
Note: See
TracTickets for help on using
tickets.
patch to add clone support