Commit Graph

11925 Commits

Author SHA1 Message Date
Pradeepkumar Gayam
b0537b21ae tests: unify test-debugbuilddag 2010-08-17 18:02:13 +05:30
Pradeepkumar Gayam
1d04e0eea7 tests: unify test-diffdir 2010-08-17 17:57:48 +05:30
Pradeepkumar Gayam
a9987690b9 tests: unify test-children 2010-08-17 17:56:26 +05:30
Pradeepkumar Gayam
68dbc5b812 tests: unify test-revlog-packentry 2010-08-17 17:54:32 +05:30
Pradeepkumar Gayam
49e1d53fdc tests: unify test-revlog-group-emptyiter 2010-08-17 17:53:11 +05:30
Pradeepkumar Gayam
4a2f44d4b0 tests: unify test-install 2010-08-17 17:48:59 +05:30
Martin Geisler
b6dcfa5955 tests: unify test-subrepo-svn 2010-08-17 16:53:03 +02:00
Martin Geisler
f78caca1fb tests: unify test-subrepo-relative-path 2010-08-17 16:52:47 +02:00
Martin Geisler
ddb79b6591 tests: unify test-subrepo-paths 2010-08-17 16:52:42 +02:00
Martin Geisler
7cbf3336a2 tests: unify test-subrepo-deep-nested-change 2010-08-17 16:52:26 +02:00
Martin Geisler
571beb8194 tests: unify test-subrepo 2010-08-17 16:52:05 +02:00
Andreas Freimuth
ccfa11f997 tests: unify test-patchbomb 2010-08-16 20:44:33 +02:00
Martin Geisler
0e8913d417 Merge with mpm 2010-08-16 20:33:58 +02:00
Nicolas Dumazet
bf01f8b7fd tests: unify test-mq-symlinks 2010-08-16 10:59:38 +09:00
Nicolas Dumazet
50e850ed44 tests: use regular expressions instead of helpers 2010-08-16 10:58:03 +09:00
Nicolas Dumazet
c747f4df44 tests: unify test-mq-strip 2010-08-16 10:53:52 +09:00
Vishakh H
04014eeaa3 revlog: add shallow header flag
REVLOGSHALLOW header flag to mark revlog as shallow.
The _shallow attribute of the revlog is used to check if the header flag is set.
2010-08-03 19:38:19 +05:30
Vishakh H
22c7674a18 revlog: add punched revision flag
index flag to identify a revision as punched, i.e. it contains no data.
REVIDX_PUNCHED_FLAG = 2, is used to mark a revision as punched.
REVIDX_KNOWN_FLAGS is the accumulation of all index flags.
2010-08-03 19:38:19 +05:30
Matt Mackall
c5f0a941ed tests: unify test-tags 2010-08-03 00:10:28 -05:00
Matt Mackall
ff20c29dfa tests: unify test-empty 2010-08-02 23:43:06 -05:00
Matt Mackall
cfd4fc0439 tests: unify test-basic 2010-08-02 23:29:14 -05:00
Matt Mackall
0e5ee51c54 tests: basic support for unified tests 2010-08-02 23:27:22 -05:00
Matt Mackall
fb4712adac tests: move script execution in runner helpers 2010-08-02 15:44:54 -05:00
Matt Mackall
207503a99c Merge with stable 2010-08-02 13:31:43 -05:00
Matt Mackall
eb9688c21b Added signature for changeset 2ba1c79582c1 2010-08-02 13:30:03 -05:00
Wagner Bruna
aad618dae1 i18n-pt_BR: synchronized with 71d680aaf056 2010-08-02 13:18:32 -03:00
Wagner Bruna
7d8221a322 merge with i18n stable 2010-08-02 13:11:33 -03:00
Matt Mackall
8b11223ff6 Merge with stable 2010-08-02 10:55:51 -05:00
Brodie Rao
6d1ff05d76 color: call correct superclass method in write_err
Without this fix, any calls to write_err would go to stdout instead of
stderr, and calls during pushbuffer would cause unpack ValueErrors on
popbuffer.
2010-08-02 10:48:31 -04:00
Matt Mackall
a807136972 qfinish: fix range logic for --applied
qbase:qtip can include non-mq csets, use qbase::qtip instead
2010-08-01 16:02:56 -05:00
Jens Bäckman
47edbf0312 i18n-sv: synchronized with 8e5f91eaa8aa 2010-08-01 22:43:13 +02:00
Matt Mackall
1c87d5c9ea Added signature for changeset d148773f9fea 2010-08-01 13:49:43 -05:00
Wagner Bruna
6724dcd0ac i18n-pt_BR: synchronized with 2400fe9a120f 2010-08-01 01:54:31 -03:00
Wagner Bruna
60ab0bce52 Merge with stable 2010-08-01 01:51:21 -03:00
Wagner Bruna
b59d3846ed i18n-pt_BR: synchronized with 4a5d74d26ead 2010-08-01 01:46:58 -03:00
timeless
4c60b4bbe9 convert/progress: use plural and avoid retrieving 2010-07-30 10:38:54 +03:00
Brodie Rao
52fb27575c color: pass write/write_err to win32print correctly (issue2312) 2010-08-01 16:26:02 -04:00
timeless
bf09d7af0f progress: use gerund (updating) for merge progress 2010-07-30 10:32:24 +03:00
Lee Cantey
8d38db4335 Remove variable output affected by length of TMPDIR.
If the temporary directory is longer than /tmp then it's possible that
the Subject line will get wrapped by the headencode function.
2010-07-25 08:22:03 -07:00
Jens Bäckman
e0345437eb i18n-sv: synchronized with 580cace209b4 2010-07-25 10:51:05 +02:00
Martin Geisler
4e818c92d7 help: make helptable a list instead of a tuple
The table should always have been a list so that extensions can append
their own help topics -- hgsubversion would like to do this now.
2010-07-22 21:43:45 +02:00
Matt Mackall
4e44d8a129 revset: fix ancestor subset handling (issue2298) 2010-07-22 08:17:38 -05:00
timeless
ead95bc677 rebase/progress: Adding progress for rebasing 2010-07-20 20:53:48 +02:00
timeless
220a53c8c9 record: count lines changed as the number of lines added or removed
per "record" hunk
Record deals in hunks which are tighter than traditional patch hunks,
really only a single run of additions/removals. Another addition, even a
line after a fixed line is treated as a new hunk by record.
2010-07-22 18:47:46 +03:00
Matt Mackall
c485ed2759 Merge with stable 2010-08-01 13:52:42 -05:00
Matt Mackall
a313776246 Merge with stable 2010-08-01 08:54:30 -05:00
Matt Mackall
9cc346f0b4 help: fix bytes/digit confusion for hashes
spotted by FUJIWARA Katsunori <fujiwara@ascade.co.jp>
2010-07-31 18:27:03 -05:00
Matt Mackall
c11fac2ec1 Merge with stable 2010-07-31 18:12:50 -05:00
Nicolas Dumazet
2476f9eec3 merge with stable 2010-07-31 11:41:58 +09:00
Nicolas Dumazet
3186d42f7f perf: break down long line 2010-07-31 11:41:42 +09:00