Wed, 18 Jan 2012 18:14:55 -0600 |
Matt Mackall |
rebase: only advance phase on successful commit
|
Wed, 18 Jan 2012 17:23:54 +0100 |
Pierre-Yves David |
phases: mechanism to allow extension to alter initial computation of phase
|
Wed, 18 Jan 2012 17:11:27 +0100 |
Pierre-Yves David |
qclone: add a few comment and blank line
|
Wed, 18 Jan 2012 17:06:59 +0100 |
Pierre-Yves David |
mq: turn changeset draft on qfinish (except if qparent is secret)
|
Wed, 18 Jan 2012 16:52:26 +0100 |
Pierre-Yves David |
config: have a way to backup and restore value in config
|
Tue, 17 Jan 2012 11:08:23 +0100 |
Alain Leufroy |
graft: add test to check the phase of new changesets
|
Tue, 17 Jan 2012 09:12:14 +0100 |
Alain Leufroy |
rebase: fix phases movement
|
Wed, 18 Jan 2012 11:33:14 +0100 |
Na'Tosha Bard |
largefiles: cache new largefiles for new heads when pulling
|
Wed, 18 Jan 2012 14:33:19 +0100 |
Patrick Mezard |
largefiles: remove unused lfutil.readhash()
|
Wed, 18 Jan 2012 14:19:43 +0100 |
Na'Tosha Bard |
largefiles: check if largefile could be found when archiving (issue3193)
|
Wed, 18 Jan 2012 13:41:03 +0100 |
Na'Tosha Bard |
largefiles: refactor lfutil.findfiles to be more logical
|
Tue, 17 Jan 2012 19:10:59 -0500 |
David M. Carr |
forget: fix subrepo recursion for explicit path handling
|
Tue, 17 Jan 2012 19:10:58 -0500 |
David M. Carr |
add: fix subrepo recursion for explicit path handling
|
Tue, 17 Jan 2012 19:10:54 -0500 |
David M. Carr |
tests: add subrepo recursion tests for add/forget with explicit paths
|
Wed, 18 Jan 2012 15:07:15 -0600 |
Matt Mackall |
merge with stable
|
Wed, 18 Jan 2012 14:56:52 -0600 |
Matt Mackall |
bookmarks: backout locking change in 12dea4d998ec
|
Tue, 17 Jan 2012 20:23:23 +0100 |
Pierre-Yves David |
changeset_printer: display changeset phase on debug level
|
Tue, 17 Jan 2012 20:43:41 +0100 |
Pierre-Yves David |
phase: report phase movement
|
Mon, 16 Jan 2012 19:45:35 +0100 |
Na'Tosha Bard |
largefiles: correctly handle newly added largefile on other side of merge
|
Tue, 17 Jan 2012 02:55:55 +0100 |
Mads Kiilerich |
rebase: write series file without removed mq patches
|
Tue, 17 Jan 2012 17:48:59 -0600 |
Matt Mackall |
revset: roots needs to be computed on full set
|
Wed, 18 Jan 2012 16:46:15 +0100 |
Sune Foldager |
phases: use nodemap to check for missing nodes
|
Wed, 18 Jan 2012 14:50:17 +0100 |
Henrik Stuart |
repair: move phases code after invalidation code
|
Tue, 17 Jan 2012 11:29:32 +0100 |
Patrick Mezard |
largefiles: remove empty directories upon update (issue3202)
stable
|
Mon, 16 Jan 2012 01:21:30 -0600 |
Matt Mackall |
revset: optimize roots and children
|
Mon, 16 Jan 2012 01:21:22 -0600 |
Matt Mackall |
revset: optimize building large lists in formatrevspec
|
Thu, 08 Dec 2011 16:28:18 +0100 |
Mads Kiilerich |
hg-ssh: use shlex for shell-like parsing of SSH_ORIGINAL_COMMAND
|
Sun, 15 Jan 2012 13:50:12 -0700 |
Matt Zuba |
hooks: prioritize run order of hooks
|
Sun, 15 Jan 2012 18:00:01 -0600 |
Matt Mackall |
merge with stable
|
Wed, 11 Jan 2012 15:53:42 -0500 |
Jordi Gutiérrez Hermoso |
merge: report all files in _checkunknown
|
Fri, 13 Jan 2012 22:16:01 +0100 |
Pierre-Yves David |
discovery: fix prepush documentation
|
Fri, 13 Jan 2012 02:04:16 +0100 |
Pierre-Yves David |
phases: simplify phase exchange and movement over pushkey
|
Fri, 13 Jan 2012 01:42:47 +0100 |
Pierre-Yves David |
phases: move phase according what was pushed not only what was added added
|
Fri, 13 Jan 2012 01:29:03 +0100 |
Pierre-Yves David |
revlog: make addgroup returns a list of node contained in the added source
|
Thu, 12 Jan 2012 01:25:57 +0100 |
Pierre-Yves David |
phases: make secret changeset undiscoverable in all case
|
Wed, 11 Jan 2012 17:26:27 +0100 |
Pierre-Yves David |
phases: exclude secret when doing a local clone
|
Fri, 13 Jan 2012 02:30:43 +0100 |
Mads Kiilerich |
bookmarks: primarily use repo lock, not wlock
|
Fri, 13 Jan 2012 02:29:38 +0100 |
Mads Kiilerich |
localrepo: update branchcache in a more reliable way
|
Fri, 13 Jan 2012 01:19:08 +0100 |
Mads Kiilerich |
tests: make qnew in test-mq-caches.t stable
|
Fri, 13 Jan 2012 01:19:08 +0100 |
Mads Kiilerich |
localrepo: remove spurious updatebranchcache return value
|
Wed, 11 Jan 2012 02:29:56 +0100 |
Mads Kiilerich |
mq: only save dirty files once when savedirty is called multiple times
|
Wed, 11 Jan 2012 02:29:56 +0100 |
Mads Kiilerich |
mq: remove early wlock release in qnew
|
Wed, 11 Jan 2012 02:29:55 +0100 |
Mads Kiilerich |
mq: use .invalidate to cancel dirty mq state when cancelling transaction
|
Wed, 11 Jan 2012 02:29:55 +0100 |
Mads Kiilerich |
mq: make qsave implementation more explicit
|
Wed, 11 Jan 2012 02:28:36 +0100 |
Mads Kiilerich |
mq: consistently use boolean values for dirty flags
|
Wed, 11 Jan 2012 02:28:12 +0100 |
Mads Kiilerich |
mq: minor cleanup
|
Fri, 13 Jan 2012 01:19:07 +0100 |
Mads Kiilerich |
tag: lock before tagging
|
Fri, 13 Jan 2012 01:19:07 +0100 |
Mads Kiilerich |
tests: lock before creating transaction in test-filelog
|
Fri, 13 Jan 2012 01:19:07 +0100 |
Mads Kiilerich |
debugbuilddag: lock repo before starting transaction
|
Fri, 13 Jan 2012 01:19:07 +0100 |
Mads Kiilerich |
rebase: take locks in the right order
|
Wed, 11 Jan 2012 01:56:05 +0100 |
Mads Kiilerich |
tests: keep track of all check-code.py warnings
|
Sun, 15 Jan 2012 13:39:09 +0100 |
Christian Ebert |
filectx: typo in comment
stable
|
Sun, 15 Jan 2012 13:37:33 +0100 |
Christian Ebert |
keyword: update filectx.cmp monkeypatch to handle '\1\n' at start of file
stable
|
Wed, 11 Jan 2012 16:54:29 +0000 |
Jim Hague |
bugzilla: make XMLRPC interface support http and https access
stable
|
Fri, 13 Jan 2012 11:29:53 -0600 |
Matt Mackall |
merge with stable
|
Fri, 13 Jan 2012 11:29:40 -0600 |
Matt Mackall |
merge with i18n
|
Thu, 12 Jan 2012 17:50:48 +0700 |
Andrei Polushin |
i18n-ru: editorial for 'abort' and 'pipe'
|
Thu, 12 Jan 2012 02:12:00 +0700 |
Andrei Polushin |
i18n-ru: editorial for 'diff'
|
Thu, 12 Jan 2012 02:02:11 +0700 |
Andrei Polushin |
i18n-ru: editorial for 'guard'
|
Wed, 11 Jan 2012 04:32:48 +0700 |
Andrei Polushin |
i18n-ru: vocabulary edited, minor corrections in translations.
|
Wed, 11 Jan 2012 04:12:11 +0700 |
Andrei Polushin |
i18n-ru: using correct abbreviated units for megabytes.
|
Wed, 11 Jan 2012 18:14:55 +0100 |
Olav Reinert |
help: fix column alignment in "hg help" output
|
Wed, 11 Jan 2012 18:08:25 +0100 |
Olav Reinert |
minirst: simplify and standardize field list formatting
|
Wed, 11 Jan 2012 16:53:51 +0100 |
Na'Tosha Bard |
largefiles: correctly download new largefiles when merging
|
Wed, 11 Jan 2012 15:38:31 +0100 |
Markus Zapke-Gründemann |
tests: add htmlcov option
|
Thu, 12 Jan 2012 14:39:02 -0600 |
Matt Mackall |
run-tests: use a list comprehension instead of map
|
Wed, 11 Jan 2012 15:37:25 +0100 |
Markus Zapke-Gründemann |
tests: fix omit path list
|
Fri, 13 Jan 2012 14:52:47 +0100 |
Martin Geisler |
commands: partial backout of fbb68b382040
|
Fri, 13 Jan 2012 11:53:51 +0100 |
Martin Geisler |
phase: add metavar to -r help text
|
Fri, 13 Jan 2012 11:50:06 +0100 |
Martin Geisler |
phase: the REV argument can be repeated
|
Fri, 13 Jan 2012 11:38:49 +0100 |
Martin Geisler |
commands: no need to rename merge and phases on import
|
Fri, 13 Jan 2012 11:34:09 +0100 |
Martin Geisler |
phase: there is actually no -C option
|
Fri, 13 Jan 2012 11:29:47 +0100 |
Martin Geisler |
phase: use standard syntax for command line flags
|
Fri, 13 Jan 2012 11:26:24 +0100 |
Martin Geisler |
phase: fix RST markup (use ``...`` for literal text)
|
Fri, 13 Jan 2012 11:23:45 +0100 |
Martin Geisler |
phase: lowercase option help, rephrase slightly
|
Thu, 12 Jan 2012 00:49:45 +0900 |
Yuya Nishihara |
filectx: fix cmp() of file starting with '\1\n'
stable
|
Wed, 11 Jan 2012 09:27:53 -0600 |
Matt Mackall |
merge with stable
|
Wed, 11 Jan 2012 09:27:37 -0600 |
Matt Mackall |
merge with i18n
|
Wed, 11 Jan 2012 09:26:47 -0600 |
Matt Mackall |
merge with i18n
stable
|
Tue, 10 Jan 2012 15:56:33 -0200 |
Wagner Bruna |
i18n-pt_BR: synchronized with e6c44dbe902f
stable
|
Tue, 10 Jan 2012 15:48:16 -0200 |
Wagner Bruna |
merge with i18n
|
Mon, 09 Jan 2012 02:32:01 +0700 |
Andrei Polushin |
i18n-ru: spellcheck
|
Mon, 09 Jan 2012 01:12:54 +0700 |
Andrei Polushin |
i18n-ru: editorial for vocabulary words.
|
Sun, 08 Jan 2012 19:16:22 +0700 |
Andrei Polushin |
i18n-ru: editorial for hg help hgignore
|
Wed, 11 Jan 2012 22:18:20 +0800 |
Steven Brown |
tests: make {date|age} template output independent of the current date
|
Wed, 11 Jan 2012 00:27:46 +0100 |
Pierre-Yves David |
phases: make outgoing object and discovery aware of exclusion
|
Mon, 09 Jan 2012 03:47:16 +0100 |
Pierre-Yves David |
discovery: introduce outgoing object for result of findcommonoutgoing
|
Mon, 09 Jan 2012 04:16:00 +0100 |
Pierre-Yves David |
commands: make bundle use heads computed by findoutgoing
|
Mon, 09 Jan 2012 04:15:31 +0100 |
Pierre-Yves David |
revlog: improve docstring for findcommonmissing
|
Wed, 11 Jan 2012 15:51:02 +0100 |
Martin Geisler |
commands: bump copyright year
|
Tue, 10 Jan 2012 16:36:36 -0600 |
Matt Mackall |
phase: mark messages for i18n
|
Tue, 10 Jan 2012 16:36:33 -0600 |
Matt Mackall |
phase: fix up help string
|
Tue, 10 Jan 2012 16:36:32 -0600 |
Matt Mackall |
phase: drop reference to working directory phase
|
Tue, 10 Jan 2012 19:45:35 +0100 |
Pierre-Yves David |
phases: add a phases command to display and manipulate phases
|
Tue, 10 Jan 2012 10:18:19 +0200 |
Ion Savin |
annotate: append newline after non newline-terminated file listings
|
Tue, 10 Jan 2012 13:48:42 -0600 |
Matt Mackall |
subrepo: avoid syncing bookmarks twice on clone (issue3191)
|
Tue, 10 Jan 2012 22:35:25 +0800 |
Steven Brown |
revlog: clarify strip docstring "readd" -> "re-add"
|
Tue, 10 Jan 2012 15:23:49 +0100 |
Martin Geisler |
merge with stable
|
Tue, 10 Jan 2012 15:20:16 +0100 |
Martin Geisler |
filesets: use example with quotes for encoding predicate
stable
|
Sat, 07 Jan 2012 17:03:33 +0100 |
Pierre-Yves David |
phases: use graph and phase name in exchange test
|
Fri, 06 Jan 2012 11:20:49 +0100 |
Pierre-Yves David |
phases: ``{phase}`` template keyword display the phase name
|
Thu, 29 Dec 2011 04:40:09 +0100 |
Pierre-Yves David |
phases: add a phasestr method on context
|
Wed, 04 Jan 2012 01:02:16 +0100 |
Pierre-Yves David |
phases: add list of string to access phase name
|
Wed, 04 Jan 2012 01:12:31 +0100 |
Pierre-Yves David |
phases: fix phase synchronization on push
|
Fri, 06 Jan 2012 10:04:20 +0100 |
Pierre-Yves David |
phases: implements simple revset symbol
|
Fri, 06 Jan 2012 09:51:35 +0100 |
Pierre-Yves David |
phases: store phase values in constant instead of using raw integer
|
Mon, 09 Jan 2012 14:56:05 +0100 |
Mads Kiilerich |
sslutil: abort properly if no certificate received for https connection
|
Mon, 09 Jan 2012 14:43:25 +0100 |
Mads Kiilerich |
sslutil: work around validator crash getting certificate on failed sockets
|
Mon, 09 Jan 2012 14:43:24 +0100 |
Mads Kiilerich |
sslutil: reorder validator code to make it more readable
|
Mon, 09 Jan 2012 14:43:24 +0100 |
Mads Kiilerich |
sslutil: show fingerprint when cacerts validation fails
|
Mon, 09 Jan 2012 14:43:23 +0100 |
Mads Kiilerich |
sslutil: handle setups without .getpeercert() early in the validator
|
Mon, 09 Jan 2012 14:43:15 +0100 |
Mads Kiilerich |
sslutil: verify that wrap_socket really wrapped the socket
|
Sun, 08 Jan 2012 17:46:27 +0100 |
Levi Bard |
largefiles: remove pasted code
|
Sun, 08 Jan 2012 17:09:01 +0100 |
Levi Bard |
largefiles: add tests for uncovered codepaths (issue3092)
|
Sun, 08 Jan 2012 17:06:34 +0100 |
Levi Bard |
largefiles: add error checking to tags conversion (issue3092)
|
Sun, 08 Jan 2012 17:03:39 +0100 |
Levi Bard |
largefiles: don't reference uninitialized variable (issue3092)
|
Mon, 09 Jan 2012 20:17:37 -0600 |
Matt Mackall |
merge with i18n
|
Sun, 08 Jan 2012 13:54:36 +0400 |
Alexander Sauta |
i18n-ru: synchronized with e251250ac20b
|
Sun, 08 Jan 2012 03:48:09 +0700 |
Andrei Polushin |
i18n-ru: revsets predicates translated
|
Fri, 06 Jan 2012 00:16:14 +0400 |
Alexander Sauta |
i18-ru: debug commands translated
|
Thu, 05 Jan 2012 02:04:30 +0400 |
Alexander Sauta |
i18n-ru: user prompt related strings translated
|
Thu, 05 Jan 2012 01:00:43 +0400 |
Alexander Sauta |
i18n-ru: tanslated record-zeroconf
|
Mon, 09 Jan 2012 20:16:57 -0600 |
Matt Mackall |
merge with stable
|
Sun, 08 Jan 2012 23:09:35 +0800 |
Steven Brown |
rebase: reinstate old-style rev spec support for the source and base (issue3181)
stable
|
Fri, 06 Jan 2012 07:37:59 +0100 |
Pierre-Yves David |
dirstate: propagate IOError other than ENOENT when reading branch
stable
|
Fri, 06 Jan 2012 15:05:51 +0100 |
Olav Reinert |
mq: Document that qdel requires exact patch identifiers
stable
|
Sun, 08 Jan 2012 15:23:26 +0100 |
Dan Villiom Podlaski Christiansen |
canonpath: allow canonicalization of non-existant paths
|
Sun, 08 Jan 2012 14:33:10 +0100 |
Dan Villiom Podlaski Christiansen |
largefiles: factor out a copyalltostore() function
|
Sat, 07 Jan 2012 19:11:31 +0100 |
Levi Bard |
largefiles: add precommit hook to check for inappropriate locking
|
Sat, 07 Jan 2012 19:05:59 +0100 |
Levi Bard |
largefiles: fix inappropriate locking (issue3182)
|
Sat, 07 Jan 2012 18:43:34 +0100 |
Na'Tosha Bard |
largefiles: correctly handle dirstate status when rebasing
|
Sat, 07 Jan 2012 12:42:54 +0100 |
Na'Tosha Bard |
largefiles: implement addremove (issue3064)
|
Sun, 08 Jan 2012 18:15:54 +0100 |
Martin Geisler |
Use explicit integer division
|
Sun, 08 Jan 2012 17:57:25 +0100 |
Martin Geisler |
cvsps: pull function definition out of loop
|
Sun, 08 Jan 2012 11:23:21 +0100 |
Levi Bard |
largefiles: Fix parser warning: redefinition of unused 'node' from line 14
|
Sun, 08 Jan 2012 14:50:20 +0100 |
Martin Geisler |
merge with stable
|
Sun, 08 Jan 2012 12:35:47 +0100 |
Na'Tosha Bard |
largefiles: fix output of hg summary (issue3060)
stable
|
Sun, 08 Jan 2012 11:19:51 +0100 |
Na'Tosha Bard |
largefiles: fix confusion upon removal of added largefile (issue3176)
stable
|
Sat, 07 Jan 2012 23:37:19 +0100 |
Na'Tosha Bard |
largefiles: remove invalid comment (issue3065)
|
Sat, 07 Jan 2012 15:35:15 +0100 |
Na'Tosha Bard |
largefiles: clean up and shorten test output by using the same log format everywhere
|
Sat, 07 Jan 2012 15:27:34 +0100 |
Dan Villiom Podlaski Christiansen |
largefiles: remove a chunk of commented out code
|
Fri, 06 Jan 2012 16:27:13 +0100 |
Martin Geisler |
Remove FSF mailing address from GPL headers
|
Fri, 06 Jan 2012 16:16:58 +0100 |
Martin Geisler |
dispatch: lowercase abort message
|
Fri, 06 Jan 2012 11:43:17 +0100 |
Martin Geisler |
merge with stable
|
Fri, 06 Jan 2012 11:15:32 +0100 |
Martin Geisler |
commands: add link to addremove in commit help text
stable
|
Thu, 05 Jan 2012 07:26:22 -0800 |
Kevin Gessner |
largefiles: display remote errors from putlfile (issue3123) (issue3149)
|
Thu, 05 Jan 2012 20:35:10 -0600 |
Matt Mackall |
cmdutil: simplify duplicatecopies
|
Thu, 05 Jan 2012 14:14:12 -0600 |
Matt Mackall |
hgcia: fix diffstat support
|
Wed, 04 Jan 2012 17:55:30 -0600 |
Matt Mackall |
copies: rewrite copy detection for non-merge users
|
Wed, 04 Jan 2012 15:48:02 -0600 |
Matt Mackall |
copies: split the copies api for "normal" and merge cases (API)
|
Tue, 03 Jan 2012 17:13:03 -0600 |
Matt Mackall |
merge with stable
|
Mon, 02 Jan 2012 19:30:28 -0600 |
Augie Fackler |
progress: Use the same GPL boilerplate as most hg files
|
Mon, 02 Jan 2012 19:30:21 -0600 |
Augie Fackler |
color: Use the same GPL boilerplate as most hg files
|
Tue, 03 Jan 2012 17:09:26 -0600 |
Matt Mackall |
tests: patch up silly new year's bug
stable
|
Mon, 26 Dec 2011 15:01:06 +0100 |
Mads Kiilerich |
encoding: use hint markup for "please check your locale settings"
|
Mon, 26 Dec 2011 15:30:43 +0100 |
Mads Kiilerich |
tests: make simple single quotes work with dummyssh on windows
|
Mon, 26 Dec 2011 16:54:43 +0100 |
Mads Kiilerich |
tests: ensure platform independent revision hashes in test-notify.t
|
Mon, 26 Dec 2011 16:57:14 +0100 |
Mads Kiilerich |
tests: ignore slash direction in paths in test-notify-changegroup.t
|
Tue, 03 Jan 2012 15:48:58 -0600 |
Matt Mackall |
grep: make multiline mode the default (BC)
stable
|
Mon, 02 Jan 2012 20:52:16 -0600 |
Steve Borho |
wix: add map-commandline.bisect
stable
|
Sun, 01 Jan 2012 14:06:24 -0600 |
Matt Mackall |
merge with stable
|
Sun, 01 Jan 2012 13:46:50 -0600 |
Matt Mackall |
Added signature for changeset 634404392449
stable
|
Sun, 01 Jan 2012 13:46:46 -0600 |
Matt Mackall |
Added tag 2.0.2 for changeset 634404392449
stable
|
Sun, 01 Jan 2012 14:05:03 -0600 |
Matt Mackall |
merge with stable
|
Sun, 01 Jan 2012 13:37:44 -0600 |
Matt Mackall |
merge with i18n
|
Sun, 01 Jan 2012 13:37:30 -0600 |
Matt Mackall |
merge with i18n
stable 2.0.2
|
Sun, 01 Jan 2012 19:45:06 +0400 |
Alexander Sauta |
i18n-ru: translated commands output up to the end
|
Sat, 31 Dec 2011 21:54:14 +0300 |
Alexander Sauta |
i18n-ru: added missing strings in Mercurial help
|
Sat, 31 Dec 2011 15:23:05 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with be3173353094
stable
|
Fri, 30 Dec 2011 23:18:19 +0300 |
Alexander Sauta |
i18n-ru: translated missing commands output up to line 13868
|
Mon, 26 Dec 2011 22:05:48 +0300 |
Alexander Sauta |
i18n-ru: synchronized with 9cf1620e1e75, translated patchbomb
|
Fri, 30 Dec 2011 00:54:36 -0200 |
Wagner Bruna |
i18n-pt_BR: synchronized with 5a20115e7397
stable
|
Fri, 30 Dec 2011 17:04:36 -0600 |
Matt Mackall |
merge with stable
|
Fri, 30 Dec 2011 15:47:58 -0600 |
Matt Mackall |
convert: improve exception reporting for SVN logstream
stable
|
Fri, 30 Dec 2011 15:07:05 -0600 |
Matt Mackall |
fetch: fix unneeded commit when no merge attempted (issue2847)
stable
|
Fri, 30 Dec 2011 14:31:59 -0600 |
Matt Mackall |
fetch: patch cornercase in children calculation (issue2773)
stable
|
Thu, 29 Dec 2011 14:45:18 -0600 |
Matt Mackall |
merge with stable
|
Thu, 29 Dec 2011 14:44:30 -0600 |
Matt Mackall |
merge with i18n
stable
|
Thu, 29 Dec 2011 16:10:53 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with 32a6e00e4cfe
stable
|
Thu, 29 Dec 2011 14:02:18 -0600 |
Matt Mackall |
rollback: clarify --force text (issue3175)
stable
|
Wed, 28 Dec 2011 00:01:48 +0100 |
Michal Sznajder |
largefiles: clarify help when options are ignored until first add is done
stable
|
Tue, 27 Dec 2011 00:11:22 +0100 |
Pierre-Yves David |
phases: prevent rebase to rebase immutable changeset.
|
Mon, 26 Dec 2011 13:48:31 +0100 |
Pierre-Yves David |
phases: on copy clone, do not copy phases data if repote is publishing
|
Mon, 26 Dec 2011 13:47:37 +0100 |
Pierre-Yves David |
phases: copy phases data on local clone
|
Tue, 27 Dec 2011 23:56:20 +0100 |
Michal Sznajder |
largefiles: tiny code clean up
|
Wed, 21 Dec 2011 18:20:15 +0100 |
Laurens Holst |
context: add isbinary function
|
Tue, 27 Dec 2011 21:12:09 +0100 |
Pierre-Yves David |
rebase: add a "D" short option for detach
|
Tue, 27 Dec 2011 20:45:46 +0100 |
Pierre-Yves David |
rebase: allow --detach when --rev is used
|
Mon, 26 Dec 2011 18:08:20 -0600 |
Matt Mackall |
merge with stable
|
Mon, 26 Dec 2011 18:07:49 -0600 |
Matt Mackall |
merge with i18n
|
Sun, 25 Dec 2011 19:49:14 +0300 |
Alexander Sauta |
i18n-ru: translated notify, pager
|
Mon, 19 Dec 2011 22:40:59 +0300 |
Alexander Sauta |
i18n-ru: translated inotify, interhg; skipped strings added
|
Sun, 18 Dec 2011 22:54:43 +0300 |
Alexander Sauta |
i18n-ru: translated convert messages
|
Sun, 18 Dec 2011 01:05:52 +0300 |
Alexander Sauta |
i18n-ru: translated bugzilla
|
Sat, 17 Dec 2011 20:21:52 +0300 |
Alexander Sauta |
i18n-ru: synchronized with d976b1ef6760
|
Sat, 24 Dec 2011 19:16:36 +0900 |
FUJIWARA Katsunori |
icasefs: add test for case preservation on case insensitive filesystem
|
Sun, 25 Dec 2011 20:35:16 +0900 |
FUJIWARA Katsunori |
i18n: use "encoding.lower()" to normalize string in hgweb search query
|
Sun, 25 Dec 2011 20:35:16 +0900 |
FUJIWARA Katsunori |
i18n: use "encoding.lower()" to normalize specified string for revset
|
Sun, 25 Dec 2011 20:35:16 +0900 |
FUJIWARA Katsunori |
i18n: use "encoding.lower()" to normalize specified keywords for log searching
|
Sun, 25 Dec 2011 20:32:48 +0900 |
FUJIWARA Katsunori |
win32mbcs: allow win32mbcs extension to be enabled on cygwin platform
|
Sat, 24 Dec 2011 19:05:35 +0900 |
FUJIWARA Katsunori |
windows: use normalized path as path to subrepo
stable
|
Sat, 24 Dec 2011 19:05:25 +0900 |
FUJIWARA Katsunori |
windows: use normalized path to check repository nesting
stable
|
Sat, 24 Dec 2011 19:01:07 +0900 |
FUJIWARA Katsunori |
windows: force specified path to be audited in localpath form
stable
|
Sat, 24 Dec 2011 00:52:06 +0900 |
FUJIWARA Katsunori |
icasefs: rewrite comment to explain situtation precisely
|
Sat, 24 Dec 2011 00:51:14 +0900 |
FUJIWARA Katsunori |
icasefs: follow standard cache look up pattern
|
Sat, 24 Dec 2011 00:50:56 +0900 |
FUJIWARA Katsunori |
icasefs: disuse length check against un-normcase()-ed filenames
|
Thu, 22 Dec 2011 15:56:27 -0600 |
Matt Mackall |
merge with stable
|
Thu, 22 Dec 2011 15:56:17 -0600 |
Matt Mackall |
merge with i18n
|
Wed, 21 Dec 2011 11:48:18 +0200 |
Fabian Kreutz |
i18n-de: Translations and fixes until line 6000; more annotations
|
Mon, 19 Dec 2011 14:11:37 +0200 |
Fabian Kreutz |
i18n-de: New translations, mostly largefiles extension
|
Thu, 22 Dec 2011 00:42:25 +0100 |
Pierre-Yves David |
phases: do not exchange secret changesets
|
Thu, 22 Dec 2011 00:40:46 +0100 |
Pierre-Yves David |
phases: test the new-commit option and proper inheritence of phase
|
Fri, 16 Dec 2011 21:21:08 +0900 |
FUJIWARA Katsunori |
cygwin: add cygwin specific normcase logic
|
Fri, 16 Dec 2011 21:09:40 +0900 |
FUJIWARA Katsunori |
icasefs: avoid path-absoluteness/existance check in util.fspath() for efficiency
|
Fri, 16 Dec 2011 21:09:40 +0900 |
FUJIWARA Katsunori |
icasefs: retry directory scan once for already invalidated cache
|
Thu, 29 Sep 2011 17:20:04 +0200 |
Angel Ezquerra |
push: propagate --new-branch and --ssh options when pushing subrepos
|
Wed, 21 Dec 2011 23:56:15 +0100 |
Pierre-Yves David |
phases: implement ``phase()`` and ``hidden()`` method for workingctx
|
Tue, 20 Dec 2011 01:31:25 +0100 |
Pierre-Yves David |
Add a phases.new-commit option to control minimal phase of new commit
|
Tue, 20 Dec 2011 01:34:12 +0100 |
Pierre-Yves David |
phases: update doc to mention secret phase
|
Wed, 21 Dec 2011 23:47:18 +0100 |
Pierre-Yves David |
phases: prevent mq to qimport immutable change.
|
Mon, 19 Dec 2011 23:31:38 +0100 |
Pierre-Yves David |
phases: add a mutable boolean property on context
|
Tue, 20 Dec 2011 20:36:40 +0100 |
Laurens Holst |
ignore: add files present in the hackable-hg windows distribution
|
Tue, 20 Dec 2011 14:11:14 -0600 |
Kevin Bullock |
graft: use consistent language in help
stable
|
Wed, 21 Dec 2011 14:36:08 -0600 |
Matt Mackall |
merge with stable
|
Tue, 20 Dec 2011 11:43:38 -0600 |
Matt Mackall |
largefiles: copy files in binary mode (issue3164)
stable
|
Thu, 15 Dec 2011 16:41:03 -0500 |
Alistair Bell |
diff: when diffing a revision with a deleted subrepo, maintain the node context (issue3153)
stable
|
Mon, 19 Dec 2011 11:37:44 +0100 |
Pierre-Yves David |
phases: add a function to compute visible heads
|
Sun, 18 Dec 2011 23:16:46 +0100 |
Pierre-Yves David |
phases: Add a third phase for secret changeset
|
Mon, 19 Dec 2011 11:29:39 +0100 |
Pierre-Yves David |
phases: fix advanceboundary behavior when targetphase !=0
|
Sun, 18 Dec 2011 23:15:12 +0100 |
Pierre-Yves David |
phases: add a bit more test for local phase movement.
|
Mon, 19 Dec 2011 14:04:33 -0600 |
Matt Mackall |
merge with stable
|
Mon, 19 Dec 2011 14:04:26 -0600 |
Matt Mackall |
merge with i18n
|
Mon, 19 Dec 2011 14:04:09 -0600 |
Matt Mackall |
merge with i18n
stable
|
Mon, 19 Dec 2011 13:02:30 +0100 |
Martin Schröder |
i18n-de: several new translations
|
Fri, 16 Dec 2011 10:47:17 -0200 |
Wagner Bruna |
merge with i18n stable
|
Fri, 16 Dec 2011 10:43:18 -0200 |
Wagner Bruna |
i18n-pt_BR: synchronized with dc5d1394ecd1
stable
|
Fri, 16 Dec 2011 10:44:08 -0200 |
Wagner Bruna |
merge with i18n
|
Fri, 16 Dec 2011 10:13:46 +0300 |
Alexander Sauta |
i18n-ru: translated purge, progress, rebase
|
Wed, 14 Dec 2011 02:27:55 +0700 |
Andrei Polushin |
i18n-ru: editing for 'push' and 'pull'
|
Wed, 14 Dec 2011 01:56:57 +0700 |
Andrei Polushin |
i18n-ru: editing for 'commit'
|
Wed, 14 Dec 2011 00:48:54 +0700 |
Andrei Polushin |
i18n-ru: editing for 'directory'
|
Wed, 14 Dec 2011 00:43:31 +0700 |
Andrei Polushin |
i18n-ru: editing for 'remote'
|
Tue, 13 Dec 2011 22:55:43 +0700 |
Andrei Polushin |
i18n-ru: editing for 'repository'
|
Tue, 13 Dec 2011 01:51:08 +0700 |
Andrei Polushin |
i18n-ru: editing for 'store' (largefiles concept)
|
Tue, 13 Dec 2011 01:40:30 +0700 |
Andrei Polushin |
i18n-ru: editing for 'branch'
|
Tue, 13 Dec 2011 01:11:46 +0700 |
Andrei Polushin |
i18n-ru: spellcheck
|
Mon, 12 Dec 2011 00:03:26 +0300 |
Alexander Sauta |
i18n-ru: glossary synchronized with wiki, still requires fixing
|
Sun, 11 Dec 2011 23:28:57 +0300 |
Alexander Sauta |
i18n-ru: mq translated
|
Thu, 08 Dec 2011 20:12:56 +0300 |
Alexander Sauta |
i18n-ru: largefiles strings fixed
|
Fri, 16 Dec 2011 19:05:59 -0600 |
Matt Mackall |
merge with stable
|
Fri, 16 Dec 2011 21:21:27 +0900 |
FUJIWARA Katsunori |
merge: check filename case collision between changesets for branch merging
stable
|
Fri, 16 Dec 2011 21:09:41 +0900 |
FUJIWARA Katsunori |
i18n: use encoding.lower/upper for encoding aware case folding
stable
|
Fri, 16 Dec 2011 21:09:40 +0900 |
FUJIWARA Katsunori |
windows: use upper() instead of lower() or os.path.normcase()
stable
|
Fri, 16 Dec 2011 21:09:40 +0900 |
FUJIWARA Katsunori |
icasefs: avoid normcase()-ing in util.fspath() for efficiency
stable
|
Fri, 16 Dec 2011 21:09:40 +0900 |
FUJIWARA Katsunori |
icasefs: use util.normcase() instead of lower() or os.path.normcase in fspath
stable
|
Fri, 16 Dec 2011 21:09:40 +0900 |
FUJIWARA Katsunori |
dirstate: prevent useless util.fspath() invocation for '.'
stable
|
Fri, 16 Dec 2011 21:09:40 +0900 |
FUJIWARA Katsunori |
icasefs: consider as case sensitive if there is no counterevidence, for safety
stable
|
Fri, 16 Dec 2011 21:09:40 +0900 |
FUJIWARA Katsunori |
pathauditor: switch normcase logic according to case sensitivity of filesystem
stable
|
Fri, 16 Dec 2011 21:09:40 +0900 |
FUJIWARA Katsunori |
pathauditor: preserve case in abort messages
stable
|
Fri, 16 Dec 2011 21:09:40 +0900 |
FUJIWARA Katsunori |
pathauditor: use normcase()-ed path for audit result cache
stable
|
Fri, 09 Dec 2011 17:35:00 +0100 |
Martin Geisler |
largefiles: handle merges between normal files and largefiles (issue3084)
stable
|
Wed, 14 Dec 2011 15:41:08 +0100 |
David Soria Parra |
progress: check for ui.quiet and ui.debugflag before we write
stable
|
Fri, 16 Dec 2011 18:23:15 -0600 |
Matt Mackall |
changelog: handle decoding of NULs in extra more carefully (issue3156)
stable
|
Thu, 15 Dec 2011 16:50:21 -0600 |
Matt Mackall |
merge with stable
|
Thu, 15 Dec 2011 23:08:09 +0100 |
Pierre-Yves David |
phases: change publish behavior to only alter behavior when server.
|
Thu, 15 Dec 2011 13:19:43 -0500 |
Kevin Gessner |
largefiles: don't require a user cache (issue3088) (issue3155)
stable
|
Thu, 15 Dec 2011 15:27:11 -0600 |
Matt Mackall |
util: don't mess with builtins to emulate buffer()
|
Thu, 15 Dec 2011 14:59:22 -0600 |
Matt Mackall |
util: clean up function ordering
|
Thu, 15 Dec 2011 14:37:36 -0600 |
Matt Mackall |
merge with stable
|
Thu, 15 Dec 2011 13:57:54 +0100 |
Nikolaus Schueler |
notify: change behavior of "changegroup" hook
|
Thu, 15 Dec 2011 16:23:26 +0100 |
Na'Tosha Bard |
largefiles: optimize status when files are specified (issue3144)
|
Mon, 12 Dec 2011 15:16:58 +0100 |
Pierre-Yves David |
wireproto: handle other server output in pushkey
|
Thu, 15 Dec 2011 11:45:01 +0100 |
Pierre-Yves David |
phases: exchange phase boundaries on push
|
Thu, 15 Dec 2011 11:28:42 +0100 |
Pierre-Yves David |
phases: exchange phase boundaries on pull
|
Thu, 15 Dec 2011 02:18:24 +0100 |
Pierre-Yves David |
phases: add a function to compute heads from root
|
Thu, 15 Dec 2011 11:24:26 +0100 |
Pierre-Yves David |
phases: add basic pushkey support
|
Wed, 26 Oct 2011 14:30:43 +0200 |
Pierre-Yves David |
phases: update exchange test to include node hash.
|
Thu, 15 Dec 2011 11:57:33 +0100 |
Pierre-Yves David |
phases: add a phases.publish option
|
Mon, 12 Dec 2011 11:54:22 -0600 |
Augie Fackler |
zsh completion: add support for qfinish
|
Thu, 15 Dec 2011 14:24:38 -0600 |
Matt Mackall |
merge with crew
|
Thu, 15 Dec 2011 14:24:29 -0600 |
Matt Mackall |
merge with i18n
|
Sat, 10 Dec 2011 20:48:33 +0200 |
Fabian Kreutz |
i18n-de: Error reported by Mathias Goldau and commit msg shortened
|
Sat, 10 Dec 2011 20:22:33 +0200 |
Fabian Kreutz |
i18n-de: mostly update fuzzies
|
Thu, 08 Dec 2011 00:05:24 +0300 |
Alexander Sauta |
i18n-ru: eol, fetch, color, LargeFiles, gpg, keywords translated
|
Fri, 18 Nov 2011 21:19:05 +0300 |
Alexander Sauta |
i18n-ru: glossary added, acl translation fixed
|
Thu, 10 Nov 2011 22:05:02 +0100 |
Andrey Somov |
i18n-ru: update translation
|
Mon, 12 Dec 2011 17:10:19 +0900 |
FUJIWARA Katsunori |
icasefs: use util.normcase() instead of str.lower() or os.path.normpath()
stable
|
Thu, 15 Dec 2011 16:26:33 +0100 |
Martin Geisler |
merge with stable
|
Thu, 15 Dec 2011 16:18:10 +0100 |
Martin Geisler |
test-subrepo: test for Issue3153
stable
|
Wed, 14 Dec 2011 12:28:00 -0200 |
Renato Cunha |
diff: don't crash when diffing a revision with a deleted subrepo (issue3153)
stable
|
Thu, 15 Dec 2011 11:13:38 +0100 |
Martin Geisler |
status: add missing ":" to help text
stable
|
Sat, 10 Dec 2011 18:40:05 +0100 |
Martin Geisler |
dispatch: remove extra newline
|
Fri, 09 Dec 2011 14:14:30 +0200 |
Ion Savin |
annotate: show full changeset hash when invoked with --debug and -c
|
Fri, 09 Dec 2011 17:58:12 +0100 |
Martin Geisler |
merge with stable
|
Fri, 09 Dec 2011 17:34:58 +0100 |
Martin Geisler |
largefiles: fix 'hg status' abort after merge
stable
|
Fri, 09 Dec 2011 17:34:57 +0100 |
Martin Geisler |
largefiles: use lfutil functions
|
Fri, 09 Dec 2011 17:34:56 +0100 |
Martin Geisler |
largefiles: fix indentation
|
Wed, 07 Dec 2011 16:25:51 +0100 |
Martin Geisler |
largefiles: remove pre-1.7 compatibility code
|
Fri, 09 Dec 2011 17:34:53 +0100 |
Martin Geisler |
merge: make debug output easier to read
|
Fri, 09 Dec 2011 15:50:33 +0100 |
Thomas Arendsen Hein |
sshrepo: add more safe characters (issue2983)
|
Thu, 08 Dec 2011 16:01:44 -0600 |
Matt Mackall |
merge with stable
|
Thu, 08 Dec 2011 16:39:00 +0100 |
Mads Kiilerich |
sshrepo: don't quote obviously safe strings (issue2983)
|
Wed, 16 Nov 2011 15:29:57 -0600 |
Kevin Bullock |
bookmarks: update and updatecurrentbookmark return status
|
Wed, 07 Dec 2011 11:23:13 -0600 |
Kevin Bullock |
bookmarks: clarify help for use of merge and update
|
Wed, 07 Dec 2011 11:23:01 -0600 |
Kevin Bullock |
merge: make 'nothing to merge' aborts consistent
|
Wed, 07 Dec 2011 11:22:57 -0600 |
Kevin Bullock |
merge: remove excess creation of changectx
|
Wed, 07 Dec 2011 12:56:44 +0100 |
Na'Tosha Bard |
largefiles: optimize performance of status on largefiles repos (issue3136)
|
Tue, 06 Dec 2011 15:50:28 +0100 |
Olav Reinert |
Describe all files related to the standard commands.
stable
|
Thu, 08 Dec 2011 14:32:44 -0600 |
Matt Mackall |
branch: warn on branching
stable
|
Wed, 07 Dec 2011 16:19:39 -0600 |
Matt Mackall |
bookmarks: mark divergent bookmarks with book@pathalias when source in [paths]
|
Tue, 06 Dec 2011 14:17:33 -0600 |
Matt Mackall |
bookmarks: shadow divergent bookmarks of foo with foo@n
|
Tue, 06 Dec 2011 13:21:45 +0100 |
Christian Ebert |
help: properly underline annotate config heading
|
Mon, 05 Dec 2011 17:48:40 -0600 |
Matt Mackall |
merge with stable
|
Mon, 05 Dec 2011 17:09:11 -0600 |
Matt Mackall |
branch: move note about permanence to the top, add 'global'
stable
|
Sun, 04 Dec 2011 18:22:25 +0100 |
Patrick Mezard |
util: fix url.__str__() for windows file URLs
stable
|
Fri, 02 Dec 2011 21:38:57 -0200 |
Wagner Bruna |
convert: tolerate trailing spaces on map files
stable
|
Fri, 02 Dec 2011 16:50:48 +0100 |
Patrick Mezard |
test-svn-subrepo: fix reference output for svn 1.7
stable
|
Fri, 02 Dec 2011 18:36:32 +0100 |
Patrick Mezard |
convert: simplify getargmax() with propertycache
|
Fri, 02 Dec 2011 17:38:07 +0100 |
Patrick Mezard |
convert/svn: update svn working copy only when necessary
|
Thu, 01 Dec 2011 17:39:30 -0500 |
Greg Ward |
rollback: always call destroyed() (regression from 1.9)
stable
|
Thu, 01 Dec 2011 15:57:10 -0600 |
Matt Mackall |
merge with stable
|
Thu, 01 Dec 2011 15:55:37 -0600 |
Matt Mackall |
Added signature for changeset 195dbd1cef0c
stable
|
Thu, 01 Dec 2011 15:55:34 -0600 |
Matt Mackall |
Added tag 2.0.1 for changeset 195dbd1cef0c
stable
|
Thu, 01 Dec 2011 15:51:36 -0600 |
Matt Mackall |
alias: shortcut command matching show shadowing works properly (issue3104)
stable 2.0.1
|
Thu, 01 Dec 2011 20:42:24 +0100 |
Patrick Mezard |
convert/svn: fix URL quoting issue with svn 1.7
stable
|
Wed, 30 Nov 2011 15:11:00 +0100 |
Na'Tosha Bard |
largefiles: fix rename (issue3093)
stable
|
Thu, 01 Dec 2011 14:17:17 +0100 |
Sune Foldager |
bundlerepo: don't write branch cache to disk
stable
|
Thu, 01 Dec 2011 01:42:03 -0600 |
Matt Mackall |
merge with stable
|
Wed, 30 Nov 2011 22:43:24 -0600 |
Matt Mackall |
revset: balance %l or-expressions (issue3129)
stable
|
Wed, 30 Nov 2011 17:17:06 -0600 |
Matt Mackall |
merge with stable
|
Wed, 30 Nov 2011 17:16:43 -0600 |
Matt Mackall |
merge with i18n
stable
|
Tue, 29 Nov 2011 12:40:26 -0200 |
Wagner Bruna |
i18n-pt_BR: synchronized with 10a4fab20ed9
stable
|
Wed, 30 Nov 2011 17:15:39 -0600 |
Matt Mackall |
merge with stable
|
Fri, 04 Nov 2011 10:18:40 +0100 |
Arne Babenhauserheide |
clone: get all bookmarks before updating
|
Wed, 30 Nov 2011 16:53:44 -0600 |
Matt Mackall |
lock: change name of release chain
|
Wed, 30 Nov 2011 16:20:07 -0600 |
Matt Mackall |
localrepo: remove asserts in _afterlock
|
Wed, 30 Nov 2011 15:36:55 -0600 |
Matt Mackall |
localrepo: rename _postrelease to _afterlock
|
Wed, 30 Nov 2011 15:33:44 -0600 |
Matt Mackall |
addchangegroup: ony queue hooks when we have changesets
|
Mon, 28 Nov 2011 01:32:13 +0100 |
Pierre-Yves David |
addchangegroup: remove the lock argument on the addchangegroup methods
|
Mon, 28 Nov 2011 01:18:15 +0100 |
Pierre-Yves David |
addchangegroup: use a postrelease callback to call changegroup hook
|
Mon, 28 Nov 2011 15:05:26 +0100 |
Pierre-Yves David |
lock: add mechanism to register post release callback
|
Tue, 29 Nov 2011 19:51:35 +0100 |
Benoit Allard |
diff: '\ No newline at end of file' is also not part of the header
stable
|
Sat, 26 Nov 2011 00:10:31 +0100 |
Mads Kiilerich |
ssh: quote remote paths (issue2983)
|
Sat, 26 Nov 2011 00:10:12 +0100 |
Mads Kiilerich |
id: add command line options for handling ssh and https urls
|
Thu, 24 Nov 2011 17:54:50 +0900 |
FUJIWARA Katsunori |
largefiles: use "ui.configlist()" to get largefiles.patterns configuration
stable
|
Thu, 24 Nov 2011 11:38:16 +0100 |
Patrick Mezard |
status: support revsets with --change
|
Fri, 25 Nov 2011 02:11:12 +0100 |
Mads Kiilerich |
merge with stable
|
Fri, 25 Nov 2011 02:09:48 +0100 |
Mads Kiilerich |
largefiles: avoid use of uinitialized variable in case of errors
stable
|
Fri, 25 Nov 2011 02:09:45 +0100 |
Mads Kiilerich |
tests: remove unstable debugstate output in test-largefiles.t
stable
|
Thu, 24 Nov 2011 18:22:45 +0100 |
Martin Geisler |
largefiles: simplify lfutil.writehash
|
Thu, 24 Nov 2011 18:22:44 +0100 |
Martin Geisler |
merge with stable
|
Thu, 24 Nov 2011 18:13:18 +0100 |
Martin Geisler |
largefiles: copy files into .hg/largefiles atomically
stable
|
Thu, 24 Nov 2011 18:12:13 +0100 |
Martin Geisler |
largefiles: write .hg/largefiles/ files atomically
stable
|
Thu, 24 Nov 2011 18:11:43 +0100 |
Martin Geisler |
largefiles: add comment about non-atomic working directory
stable
|
Mon, 21 Nov 2011 01:49:20 +0100 |
Mads Kiilerich |
tests: use an alias to make msys 'pwd' return paths with forward slashes
|
Mon, 21 Nov 2011 01:49:20 +0100 |
Mads Kiilerich |
tests: skip cvs tests with msys on windows
|
Mon, 21 Nov 2011 01:49:20 +0100 |
Mads Kiilerich |
tests: introduce 'hghave msys' to skip tests that would fail because of msys
|
Wed, 23 Nov 2011 16:35:17 -0600 |
Matt Mackall |
merge with stable
|
Wed, 23 Nov 2011 16:25:44 -0600 |
Matt Mackall |
convert: handle trailing slashes in filemap better (issue3124)
stable
|
Wed, 23 Nov 2011 14:24:56 -0800 |
Matt Mackall |
tests: remove test-casecollision-i18n.t
stable
|
Wed, 23 Nov 2011 14:22:37 -0800 |
Matt Mackall |
posix: fix HFS+ percent-encoding folding
stable
|
Wed, 23 Nov 2011 02:44:11 +0100 |
Mads Kiilerich |
mail: use quoted-printable for mime encoding to avoid too long lines (issue3075)
|
Wed, 23 Nov 2011 02:36:33 +0100 |
Mads Kiilerich |
notify: add option for writing to mbox
|
Wed, 23 Nov 2011 02:11:24 +0100 |
Mads Kiilerich |
mail: mbox handling as a part of mail handling, refactored from patchbomb
|
Wed, 23 Nov 2011 02:09:38 +0100 |
Mads Kiilerich |
patchbomb: minor refactoring of mbox functionality, preparing for move
|
Wed, 23 Nov 2011 03:14:24 +0100 |
Mads Kiilerich |
tests: run check-code with warnings and maintain a whitelist
|
Wed, 23 Nov 2011 02:50:58 +0100 |
Mads Kiilerich |
tests: convert test-check-code-hg.py to .t
|
Wed, 23 Nov 2011 01:20:32 +0000 |
Christian Ebert |
test-keyword: use inline doctest syntax
|
Tue, 22 Nov 2011 17:34:22 -0600 |
Matt Mackall |
merge with stable
|
Tue, 22 Nov 2011 19:56:26 +0100 |
Mads Kiilerich |
tests: test-largefiles.t should not try to escape from $TESTTMP
stable
|
Tue, 22 Nov 2011 19:52:23 +0100 |
Mads Kiilerich |
largefiles: file storage should be relative to repo, not relative to cwd
stable
|
Tue, 22 Nov 2011 12:06:42 -0600 |
Augie Fackler |
clone: don't save user's password in .hg/hgrc (Issue3122)
stable
|
Tue, 22 Nov 2011 17:26:32 -0600 |
Matt Mackall |
posix: add extended support for OS X path folding
stable
|
Tue, 22 Nov 2011 17:26:31 -0600 |
Matt Mackall |
dirstate: use util.normcase to build foldmap
stable
|
Tue, 22 Nov 2011 18:16:59 +0100 |
Martin Geisler |
merge with stable
|
Tue, 22 Nov 2011 17:51:43 +0100 |
Martin Geisler |
largefiles: fix 'hg clone . ../foo' OSError abort
stable
|
Tue, 22 Nov 2011 01:37:26 +0100 |
Mads Kiilerich |
tests: test-patchbomb.t cleanup
|
Tue, 22 Nov 2011 01:37:26 +0100 |
Mads Kiilerich |
tests: show actual output in test-patchbomb.t
|
Tue, 22 Nov 2011 01:37:26 +0100 |
Mads Kiilerich |
tests: test findexe() access check fixed in 58f96703a9ab
|
Tue, 22 Nov 2011 01:37:26 +0100 |
Mads Kiilerich |
check-code: fix return code initialization
|
Mon, 21 Nov 2011 13:11:17 -0600 |
Matt Mackall |
merge with stable
|
Mon, 21 Nov 2011 00:39:32 +0100 |
Mads Kiilerich |
tests: make test-commandserver.py independent of line ending and slash direction
|
Mon, 21 Nov 2011 00:39:32 +0100 |
Mads Kiilerich |
tests: make test-commandserver.py output readable
|
Mon, 21 Nov 2011 00:39:32 +0100 |
Mads Kiilerich |
tests: 'hghave unix-permissions' for test-import.t
|
Mon, 21 Nov 2011 00:39:32 +0100 |
Mads Kiilerich |
tests: skip color test on platforms without tic
|
Sun, 20 Nov 2011 23:09:32 +0100 |
Mads Kiilerich |
update: don't clobber untracked files with wrong casing
stable
|
Sun, 20 Nov 2011 16:07:07 -0600 |
Matt Mackall |
merge with i18n
|
Sun, 20 Nov 2011 16:06:51 -0600 |
Matt Mackall |
merge with i18n
stable
|
Fri, 18 Nov 2011 10:21:56 -0200 |
Wagner Bruna |
i18n-pt_BR: synchronized with 00276525e2b7
stable
|
Sun, 20 Nov 2011 16:06:18 -0600 |
Matt Mackall |
merge with stable
|
Fri, 18 Nov 2011 01:32:28 +0100 |
Mads Kiilerich |
help: Backed out changeset e99facd2cd2a, description of file urls
stable
|
Sun, 20 Nov 2011 15:29:55 -0600 |
Matt Mackall |
revset: follow(nosuchfile) should give an empty set (issue3114)
stable
|
Fri, 11 Nov 2011 11:11:11 +1111 |
Eric Roshan Eisner |
subrepo: fix git status false positive (issue3109)
stable
|
Fri, 18 Nov 2011 14:23:03 +0100 |
Patrick Mezard |
mdiff: replace wscleanup() regexps with C loops
|
Fri, 18 Nov 2011 14:16:47 +0100 |
Patrick Mezard |
mdiff: split lines in allblocks() only when necessary
|
Fri, 18 Nov 2011 12:04:31 +0100 |
Patrick Mezard |
annotate: support diff whitespace filtering flags (issue3030)
|
Sun, 20 Nov 2011 19:14:36 +0100 |
Pascal Quantin |
setup: fix py2exe generation broken by c3a6ec304055 (issue3116)
|
Fri, 18 Nov 2011 12:01:04 +0100 |
Patrick Mezard |
mdiff: make diffblocks() return all blocks, matching and changed
|
Fri, 18 Nov 2011 11:53:38 +0100 |
Patrick Mezard |
mdiff: extract blocks whitespace normalization in diffblocks()
|
Thu, 17 Nov 2011 23:02:18 -0600 |
Matt Mackall |
merge with crew
|
Thu, 17 Nov 2011 23:01:58 -0600 |
Matt Mackall |
setup: backout 8504699d1aa6
|
Wed, 16 Nov 2011 03:45:14 +0100 |
Mads Kiilerich |
tests: don't use stdout redirection for test data
|
Wed, 16 Nov 2011 03:45:14 +0100 |
Mads Kiilerich |
tests: hide 'No such file or directory' messages
|
Wed, 16 Nov 2011 03:45:14 +0100 |
Mads Kiilerich |
tests: add missing '(glob)'s to match '\' in paths in test output on windows
|
Wed, 16 Nov 2011 03:45:14 +0100 |
Mads Kiilerich |
tests: add 'hghave system-sh' to skip tests on windows
|
Wed, 16 Nov 2011 03:45:14 +0100 |
Mads Kiilerich |
tests: launch hghave with python interpreter without relying on hash-bang
|
Wed, 16 Nov 2011 03:45:14 +0100 |
Mads Kiilerich |
tests: use the specified shell for running old fashioned sh tests
|
Wed, 16 Nov 2011 03:45:14 +0100 |
Mads Kiilerich |
tests: add missing 'hghave unix-permissions'
|
Wed, 16 Nov 2011 03:45:14 +0100 |
Mads Kiilerich |
tests: remove hacks for testing if file or directory exists
|
Wed, 16 Nov 2011 03:45:06 +0100 |
Mads Kiilerich |
tests: don't leave temporary directories without write permission behind
|
Thu, 17 Nov 2011 16:53:17 -0600 |
Matt Mackall |
merge with stable
|
Wed, 16 Nov 2011 08:34:36 +0100 |
Thomas De Schampheleire |
hook: flush stdout before redirecting to stderr
stable
|
Wed, 16 Nov 2011 12:53:10 +0100 |
Patrick Mezard |
import: fix parent selection when importing merges
stable
|
Mon, 14 Nov 2011 18:16:01 +0100 |
Patrick Mezard |
patch: simplify hunk extents parsing
|
Sun, 13 Nov 2011 21:37:14 +0100 |
Patrick Mezard |
diff: --ignore-blank-lines was too enthusiastic
stable
|
Sat, 12 Nov 2011 14:00:25 +0100 |
Stefano Tortarolo |
graft: disallow grafting grafted csets in specific situations (issue3091)
stable
|
Sat, 12 Nov 2011 11:23:52 +0100 |
Stefano Tortarolo |
graft: use revs to make tests more readable
stable
|
Sat, 12 Nov 2011 13:15:40 +0100 |
Stefano Tortarolo |
graft: preserve original source in subsequent grafts
stable
|
Sun, 13 Nov 2011 00:29:26 +0000 |
Dmitry Panov |
makedate: wrong timezone offset if DST rules changed this year (issue2511)
stable
|
Thu, 17 Nov 2011 15:44:37 -0600 |
Marc-Antoine Ruel |
posix: fix findexe() to check for file type and access
|
Tue, 15 Nov 2011 02:44:55 +0100 |
Mads Kiilerich |
forget: use forward slashes for internal paths
|
Fri, 11 Nov 2011 01:25:47 +0100 |
Mads Kiilerich |
check-code: add --nolineno option for hiding line numbers
|
Wed, 16 Nov 2011 18:04:19 -0600 |
Matt Mackall |
merge: give a special message for internal:merge failure (issue3105)
|
Sat, 12 Nov 2011 02:08:01 +0100 |
Simon Heimberg |
setup: raise when executing with python3 without c2to3 argument
|
Wed, 16 Nov 2011 17:55:32 -0600 |
Marc-Antoine Ruel |
posix: fix findexe() to check for file type and access
stable
|
Tue, 15 Nov 2011 02:16:30 +0100 |
Mads Kiilerich |
subrepo: use correct paths for subrepos with ..-relative paths on windows
stable
|
Fri, 11 Nov 2011 01:07:10 +0100 |
Mads Kiilerich |
add missing localization markup
stable
|
Wed, 16 Nov 2011 00:10:56 +0100 |
Mads Kiilerich |
url: handle file://localhost/c:/foo "correctly"
stable
|
Wed, 16 Nov 2011 00:10:52 +0100 |
Mads Kiilerich |
help: it is 'file://localhost/', not 'file://local/'
stable
|
Sun, 21 Aug 2011 15:23:43 +0200 |
Simon Heimberg |
setup: support executing with python3 including 2to3
|
Tue, 01 Nov 2011 20:13:53 +0100 |
Simon Heimberg |
setup: hgbuildmo inherits from Command
|
Sat, 12 Nov 2011 02:07:55 +0100 |
Simon Heimberg |
setup: make script executable with python3
|
Wed, 17 Aug 2011 08:55:01 -0500 |
Kevin Bullock |
bookmark: remove excess creation of changectx's
|
Wed, 17 Aug 2011 08:49:40 -0500 |
Kevin Bullock |
bookmark: same order for options and code
|
Tue, 15 Nov 2011 14:33:06 -0600 |
Matt Mackall |
merge with stable
|
Tue, 15 Nov 2011 14:25:11 -0600 |
Matt Mackall |
dirstate: fix case-folding identity for traditional Unix
stable
|
Tue, 15 Nov 2011 17:16:17 +0100 |
Thomas Arendsen Hein |
convert/bzr: fix test of divergent nested renames for bzr 1.x
stable
|
Fri, 11 Nov 2011 00:22:02 +0100 |
Pierre-Yves David |
phases: set common changeset to public on pull
|
Fri, 11 Nov 2011 00:21:17 +0100 |
Pierre-Yves David |
phases: mark content pushed as public in local repo on push
|
Fri, 11 Nov 2011 00:19:00 +0100 |
Pierre-Yves David |
phases: marked content of a changegroup as published
|
Fri, 11 Nov 2011 00:15:22 +0100 |
Pierre-Yves David |
phases: set new commit in 1-phase
|
Fri, 11 Nov 2011 00:16:53 +0100 |
Pierre-Yves David |
phases: add retractboundary function to move boundary backward
|
Thu, 10 Nov 2011 01:09:15 +0100 |
Pierre-Yves David |
phases: rename moveboundary into advance boundary
|
Thu, 10 Nov 2011 01:08:08 +0100 |
Pierre-Yves David |
phases: remove underbar into target_phase argument
|
Thu, 10 Nov 2011 17:06:30 -0600 |
Matt Mackall |
merge with stable
|
Thu, 10 Nov 2011 17:06:12 -0600 |
Matt Mackall |
tests: fix trailing whitespace
stable
|
Thu, 10 Nov 2011 15:55:26 -0600 |
Matt Mackall |
merge with stable
|
Thu, 10 Nov 2011 15:40:34 -0600 |
Matt Mackall |
mq: add a warning about uncommitted changes for qfinish
|
Thu, 10 Nov 2011 15:08:51 -0600 |
Matt Mackall |
hgweb: add hint about finding library path with debuginstall
stable
|
Wed, 09 Nov 2011 19:46:51 -0500 |
David M. Carr |
forget: support forgetting explicit paths in subrepos
|
Wed, 09 Nov 2011 19:46:49 -0500 |
David M. Carr |
tests: add test for behavior of forget for explicit path in subrepo
|
Fri, 11 Nov 2011 02:33:01 +0900 |
FUJIWARA Katsunori |
largefiles: treat status of cache missed largefiles as "missing" correctly
stable
|
Thu, 10 Nov 2011 11:00:27 -0600 |
Matt Mackall |
merge with stable
|
Thu, 10 Nov 2011 11:00:02 -0600 |
Matt Mackall |
merge with i18n
stable
|
Tue, 08 Nov 2011 17:09:48 +0100 |
Stefano Tortarolo |
rebase: ensure target is not taken as external (issue3085)
stable
|
Thu, 10 Nov 2011 10:59:03 -0600 |
Matt Mackall |
merge with i18n
|
Wed, 09 Nov 2011 19:01:10 +0100 |
Martin Geisler |
i18n: merge with stable
|
Wed, 09 Nov 2011 18:58:17 +0100 |
Martin Geisler |
i18n-da: add new strings from Mercurial 2.0
stable
|
Wed, 09 Nov 2011 18:26:54 +0100 |
Martin Geisler |
i18n-ru: fix translation of --logfile (issue3095)
stable
|
Sun, 06 Nov 2011 23:35:33 +0100 |
Stefano Tortarolo |
rebase: treat nullmerge as a special case in rebasestate (issue3046)
stable
|
Tue, 08 Nov 2011 21:31:39 +0100 |
Stefano Tortarolo |
graft: mark a string for translation
stable
|
Wed, 09 Nov 2011 16:55:59 -0800 |
Nicolas Venegas |
mdiff/patch: fix bad hunk handling for unified diffs with zero context
stable
|
Tue, 08 Nov 2011 17:08:58 +0100 |
Patrick Mezard |
convert/bzr: correctly handle divergent nested renames (issue3089)
stable
|
Tue, 01 Nov 2011 20:13:53 +0100 |
Simon Heimberg |
setup: subclass build command
|
Tue, 01 Nov 2011 20:13:52 +0100 |
Simon Heimberg |
setup: has_ext_modules always returns false when pure is specified
|
Sat, 23 Jul 2011 05:57:39 +0200 |
Simon Heimberg |
setup: subclass distribution instead of overwriting original
|
Wed, 09 Nov 2011 16:36:54 -0600 |
Matt Mackall |
check-code: enable camelcase check, fix up problems
|
Mon, 07 Nov 2011 13:20:22 +0100 |
Pierre-Yves David |
phases: handle unknown nodes in boundary
|
Mon, 07 Nov 2011 12:27:25 +0100 |
Pierre-Yves David |
phases: add rollback support
|
Mon, 07 Nov 2011 14:11:01 +0100 |
Pierre-Yves David |
phases: add a moveboundary function to move phases boundaries
|
Mon, 07 Nov 2011 18:37:58 +0100 |
Pierre-Yves David |
phases: improve context.phase()
|
Mon, 07 Nov 2011 03:25:10 +0100 |
Mads Kiilerich |
util: don't encode ':' in url paths
|
Mon, 07 Nov 2011 03:25:10 +0100 |
Mads Kiilerich |
run-tests: make $TESTTMP matching case-insensitive on windows
|
Mon, 07 Nov 2011 03:25:10 +0100 |
Mads Kiilerich |
run-tests: don't quote command names - that do apparently not work with msys
|
Mon, 07 Nov 2011 03:25:10 +0100 |
Mads Kiilerich |
tests: ignore \r on windows
|
Mon, 07 Nov 2011 03:25:10 +0100 |
Mads Kiilerich |
run-tests: convert windows paths to unix
|
Mon, 07 Nov 2011 03:25:10 +0100 |
Mads Kiilerich |
tests: make (glob) on windows accept \ instead of /
|
Mon, 07 Nov 2011 03:24:53 +0100 |
Mads Kiilerich |
tests: use 'hghave serve' to guard tests that requires serve daemon management
|
Mon, 07 Nov 2011 03:14:55 +0100 |
Mads Kiilerich |
tests: use 'hghave system-sh' to guard tests that requires sh in system()
|
Mon, 07 Nov 2011 03:14:55 +0100 |
Mads Kiilerich |
tests: use 'hghave no-windows' to avoid testing reserved file names on windows
|