Commit Graph

278 Commits

Author SHA1 Message Date
Augie Fackler
0ca6ba9b90 push: Add a test that demonstrates base-text detection works 2009-04-24 20:31:17 -05:00
Augie Fackler
94c47be0bc clone: Fix url-escaping for new config parser 2009-04-24 20:26:00 -05:00
Augie Fackler
612c340307 util: kill unused function 2009-04-24 20:25:14 -05:00
Daniel Tang
bc7d0c40c8 Add help to the list of nourl commands 2009-04-23 14:51:13 -04:00
Daniel Tang
5404d12843 Fix the nourl check to use the command name, instead of the function 2009-04-23 01:33:38 -04:00
Patrick Mezard
c92d2bf4fa Use svn 1.6 platform specific auth providers if available 2009-04-22 23:24:58 +02:00
Daniel Tang
fd49c4377f Add newlines to ui.status calls where needed 2009-04-21 18:31:17 -04:00
Augie Fackler
a39083f959 Fix rebuildmeta tests for empty_dir_in_trunk_not_repo_root 2009-04-21 15:25:08 -05:00
Augie Fackler
0d3a8b372c More stray prints. 2009-04-21 15:19:50 -05:00
Augie Fackler
eb099e394a Added a test case for directory-add behavior when repo root is not project root. 2009-04-14 22:44:19 -05:00
Luke Opperman
80a40a7dca Push status messages, remove svn flag from opts before passing on 2009-04-14 09:32:40 -05:00
Luke Opperman
5e1db5a78e Remove stray prints 2009-04-14 09:32:09 -05:00
Augie Fackler
d64686624d Re-re-refix username support, add a comment so maybe I remember this time. 2009-04-13 21:12:33 -05:00
Augie Fackler
fd6234cd19 rebase: moved to wrappers, now a wrapper around rebase triggered with --svn. 2009-04-13 21:51:12 -05:00
Augie Fackler
ae5062ada9 Clean up TODOs that are no longer relevant. 2009-04-13 21:19:13 -05:00
Augie Fackler
d2873486ef Fix pushing after 141513b. 2009-04-12 12:25:20 -05:00
Augie Fackler
9e86b6610c Stop breaking hg pull <path>. 2009-04-12 12:18:04 -05:00
Augie Fackler
a48a631f94 Forgot some return statements. 2009-04-10 22:45:50 -05:00
Augie Fackler
b7d71e1e63 Fix the verify script which broke because of the change in parent. 2009-04-10 22:42:50 -05:00
Augie Fackler
e1d4b96d7a Updated readme a little bit for the new UI. 2009-04-10 22:41:33 -05:00
Augie Fackler
04a99bbad0 Move wrappers for hg commands to their own module. 2009-04-10 22:38:29 -05:00
Augie Fackler
490751fdce Refactor commands to wrap their hg equivalent adding a --svn flag where sane. 2009-04-10 18:47:18 -05:00
Nat Williams
afa1d3d914 Add a basic incoming command. 2009-04-09 22:08:06 -05:00
Dirkjan Ochtman
0244392ff8 Move utility_commands.find_wc_parent_rev() to cmdutil.parentrev(). 2009-04-10 17:29:45 +02:00
Dirkjan Ochtman
b254838e8f Work with simple command table instead of decorators. 2009-04-10 23:09:59 +02:00
Dirkjan Ochtman
1365c9d1fd Remove unused imports from stupid.py. 2009-04-10 17:13:07 +02:00
Dirkjan Ochtman
ee7eca47ed Fix up imports in __init__.py. 2009-04-10 17:12:04 +02:00
Daniel Tang
db371576c7 utils: standardizing imported name to hgutil, our_util to util 2009-04-10 13:43:44 -04:00
Daniel Tang
b3c4d9e536 encoding: fix encoding swap to work with demandimport enabled (#67) 2009-04-10 15:43:47 -05:00
Dirkjan Ochtman
1801df0705 Move svncommand code into __init__.py. 2009-04-08 19:12:23 +02:00
Dirkjan Ochtman
d59f2a2725 Move help, update into svncommands. 2009-04-08 18:59:50 +02:00
Dirkjan Ochtman
da20e83f7e Move rebuildmeta into svncommands. 2009-04-08 18:49:44 +02:00
Dirkjan Ochtman
219a0332a1 Fix test_no_dates to not be TZ-sensitive. 2009-04-08 18:29:03 +02:00
Dirkjan Ochtman
3e40215cdb Move diff to svncommands. 2009-04-08 18:21:47 +02:00
Dirkjan Ochtman
6678412497 Small cleanups: remove unneeded imports, useless superclass. 2009-04-08 17:54:30 +02:00
Dirkjan Ochtman
2ca3d49704 Move push into svncommands. 2009-04-08 17:53:48 +02:00
Dirkjan Ochtman
f46fc326fe Move fetch_command.fetch_revisions() to svncommands.pull(). 2009-04-08 17:49:30 +02:00
Dirkjan Ochtman
76b5e052ba Lose old mode constants, not used anymore. 2009-04-08 16:20:14 +02:00
Dirkjan Ochtman
d7c06e5dc2 Put all stupid stuff in it's own module (separate from fetch-command). 2009-04-08 17:34:01 +02:00
Augie Fackler
3a142b1849 Fix a boneheaded mistake I made when I touched up a previous patch. 2009-04-08 10:28:56 -05:00
Dirkjan Ochtman
34a1dfc322 Cope with date-less revisions. 2009-04-08 13:07:23 +02:00
Daniel Tang
11da64944a Issue #60: Add a svn sub-command to list all authors in a Subversion repository 2009-04-07 22:15:22 -04:00
Daniel Tang
4a245c23b5 Add support for user:pass@url repositories to be hg-like 2009-04-06 11:19:51 -04:00
Daniel Tang
578aaf5fe9 Add --username and --password options to all commands 2009-04-06 02:52:14 -04:00
Daniel Tang
8140653efb Fix SubversionRepo to actually use provided username 2009-04-06 02:50:22 -04:00
Augie Fackler
9aa46bc305 Fix and test for directory deletes during branch creation. 2009-04-07 17:38:13 -05:00
Augie Fackler
1ac76b58cf tests: Start providing our own custom hgrc for testing purposes. 2009-03-31 10:50:21 -05:00
Augie Fackler
5a45028f9b rebase: cleanup slightly. 2009-03-30 16:11:45 -05:00
Augie Fackler
b8e5ec13ee Better 502 logic that does not catch non-502 errors. 2009-03-31 15:53:41 -05:00
Augie Fackler
eeee067c89 Merge with crew. 2009-04-07 13:48:58 -05:00