Commit Graph

14 Commits

Author SHA1 Message Date
Vadim Gelfer
0778999161 hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks
all repository classes now have url() method that returns url of repo.
2006-07-25 13:50:32 -07:00
Benoit Boissinot
6eff6b4069 replace old-http:// syntax by static-http:// and deprecate the redundant hg:// 2006-06-14 21:53:42 +02:00
Thomas Arendsen Hein
46d0753ec7 Make hg update more verbose by default (issue12)
(including small changes to revert and backout to not show these stats
 with the exception of backout --merge)

Show update stats (unless -q), e.g.:
K files updated, L files merged, M files removed, N files unresolved

Inform the user what to do after a merge:
(branch merge, don't forget to commit)

Inform the user what to do if a branch merge failed:
There are unresolved merges, you can redo the full merge using:
  hg update -C X
  hg merge Y

Inform the user what to do if a working directory merge failed:
There are unresolved merges with locally modified files.
2006-05-02 18:44:02 +02:00
Thomas Arendsen Hein
cc2267150a Show repo's revlog format on verify only if it doesn't match the default format.
This makes it easier to run the tests with different revlog formats.
2006-04-28 21:52:08 +02:00
Thomas Arendsen Hein
f48347c44f Show repo's revlog format on verify. Warn if some files use a different format. 2006-04-27 21:58:47 +02:00
TK Soh
be8a98aeb1 tests: more portability fix for the old systems 2006-03-15 11:09:24 +01:00
Thomas Arendsen Hein
251bb29d1c Removed obsolete workaround for error message in tests/test-static-http. 2006-03-13 13:11:35 +01:00
Thomas Arendsen Hein
1b244c77c7 Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero.
Some systems show "Thu Jan 01" instead of "Thu Jan  1", which breaks tests.
Using "1000000" yields "Mon Jan 12 13:46:40 1970", which looks the same on
all systems.
2006-03-13 13:05:41 +01:00
Eric Hopper
1d7cea1fcf Merging with crew. 2006-03-06 08:47:16 -08:00
Thomas Arendsen Hein
b0d4fa70db Catch urllib errors for old-http in a nicer way. 2006-03-01 15:29:13 +01:00
Peter van Dijk
d57c5b4152 fix testsuite for freebsd and one timingissue 2006-02-21 22:23:51 +01:00
mpm@selenic.com
1d040979fb Fix up static-http test 2005-09-23 19:46:43 -07:00
Bryan O'Sullivan
1a26f80787 Fix old-http test when no server exists. 2005-09-22 23:33:26 -07:00
mpm@selenic.com
3a596380c4 Add an old-http test case
This uses a trivial Python http server to test pulling from a static
http server.
2005-08-27 18:27:45 -07:00