Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
merge: add test with conflicting file and remote directory rename
2014-12-03, by Martin von Zweigbergk
graft: use a real conflict for the tests
2014-12-03, by Martin von Zweigbergk
add: use lexists so that broken symbolic links are added
2014-12-03, by John Coomes
rebase: avoid redundant repo[rev].rev() - just keep working in rev space
2014-12-02, by Mads Kiilerich
rebase: always store rev in state, also when collapsing
2014-12-02, by Mads Kiilerich
rebase: clarify naming of variables holding node hashes - don't call them rev
2014-12-02, by Mads Kiilerich
bookmarks: factor out bookmark file opening for easier extensibility
2014-11-27, by Ryan McElroy
merge with stable
2014-12-02, by Matt Mackall
diff: explicitly honor all diffopts
2014-11-18, by Siddharth Agarwal
annotate: explicitly only honor whitespace diffopts
2014-11-18, by Siddharth Agarwal
notify: explicitly honor all diffopts
2014-11-18, by Siddharth Agarwal
jsonchangeset: don't honor whitespace and format-changing diffopts
2014-11-18, by Siddharth Agarwal
transplant: don't honor whitespace and format-changing diffopts
2014-11-18, by Siddharth Agarwal
hgk: don't honor whitespace and format-changing diffopts
2014-11-18, by Siddharth Agarwal
patchbomb: don't honor whitespace and format-changing diffopts (BC)
2014-11-18, by Siddharth Agarwal
merge: add more thorough tests for --force
2014-11-26, by Martin von Zweigbergk
merge: display modify/delete conflict prompts in sorted order
2014-11-26, by Martin von Zweigbergk
generate-working-copy-states: accept depth arguments on command line
2014-11-09, by Martin von Zweigbergk
generate-working-copy-states: generalize for depth
2014-11-08, by Martin von Zweigbergk
generate-working-copy-states: make 'tracked' a string
2014-11-29, by Martin von Zweigbergk
merge: demonstrate that directory renames can lose local file content
2014-12-02, by Martin von Zweigbergk
mq: drop updateheader - inserthgheader and insertplainheader is enough
2014-11-28, by Mads Kiilerich
mq: smarter handling of plain headers
2014-11-28, by Mads Kiilerich
largefiles: drop the override for 'fetch'
2014-11-30, by Matt Harbison
rebase: ignore negative state when updating back to original wc parent
stable
2014-12-02, by Pierre-Yves David
bundle2-push: provide transaction to reply unbundler
2014-11-21, by Eric Sumner
bundle2.processbundle: let callers request default behavior
2014-11-24, by Eric Sumner
push: elevate phase transaction to cover entire operation
2014-11-21, by Eric Sumner
pull: extract transaction logic into separate object
2014-11-21, by Eric Sumner
record: don't honor format-changing diffopts (issue4459)
2014-11-18, by Siddharth Agarwal
patch.difffeatureopts: add a feature for format-changing diffopts
2014-11-18, by Siddharth Agarwal
patch.difffeatureopts: add a feature for whitespace diffopts
2014-11-18, by Siddharth Agarwal
patch.difffeatureopts: add a feature for diff.git
2014-11-18, by Siddharth Agarwal
patch: rename diffopts to diffallopts
2014-11-18, by Siddharth Agarwal
patch: add a new function to initialize diffopts by feature
2014-11-18, by Siddharth Agarwal
patch.diffopts: use a dict for initialization
2014-11-18, by Siddharth Agarwal
largefiles: split the creation of a normal matcher out of its install method
2014-11-21, by Matt Harbison
addremove: print relative paths when called with -I/-X (BC)
2014-12-01, by Martin von Zweigbergk
merge with stable
2014-12-01, by Matt Mackall
merge with i18n
stable
2014-12-01, by Matt Mackall
i18n-pt_BR: synchronized with 3bd577a3283e
stable
2014-12-01, by Wagner Bruna
i18n-ja: synchronized with edf29f9c15f0
stable
2014-11-29, by FUJIWARA Katsunori
Added signature for changeset 902554884335
stable
2014-12-01, by Matt Mackall
Added tag 3.2.2 for changeset 902554884335
stable
2014-12-01, by Matt Mackall
merge: before cd/dc prompt, check that changed side really changed
stable
3.2.2
2014-12-01, by Mads Kiilerich
largefiles: don't show largefile/normal prompts if one side is unchanged
stable
2014-12-01, by Mads Kiilerich
tests: add test-issue3084.t cases for 'changed but same' as for 'unchanged'
stable
2014-12-01, by Mads Kiilerich
tests: clean-up of largefiles tests in test-issue3084.t
stable
2014-12-01, by Mads Kiilerich
pushkey: gracefully handle prepushkey hook failure (issue4455)
stable
2014-11-29, by Pierre-Yves David
hook: raise a more specialized HookAbort exception when a hook fails
stable
2014-11-29, by Pierre-Yves David
help: fix typo in files help
stable
2014-12-01, by Matt Mackall
revset: fix first and last for generatorset (issue4465)
stable
2014-12-01, by Pierre-Yves David
mq: fix update of headers that occur in the "wrong" order
stable
2014-11-28, by Mads Kiilerich
subrepo: add status support for ignored files in git subrepos
2014-11-28, by Mathias De Maré
manifest: document the extra letter in working copy manifest node
2014-11-26, by Pierre-Yves David
hgweb: send proper HTTP response after uncaught exception
stable
2014-11-28, by Gregory Szorc
tests: test rebase of merge of target ancestors
2014-11-30, by Mads Kiilerich
tests: test coverage of parent order with p1 outside rebase set
2014-11-30, by Mads Kiilerich
tests: add test for rebasing merges with ancestors of the rebase destination
2014-11-30, by Mads Kiilerich
merge: 0 is a valid ancestor different from None
2014-11-30, by Mads Kiilerich
merge with stable
2014-11-27, by Matt Mackall
revert: look for copy information for all local modifications
stable
2014-11-25, by Pierre-Yves David
rename: properly report removed and added file as modified (issue4458)
stable
2014-11-24, by Pierre-Yves David
manifest: fix a bug where working copy file 'add' mark was buggy
stable
2014-11-26, by Pierre-Yves David
merge: be precise about what merged into what in short desc
stable
2014-11-26, by anatoly techtonik
docker: add Docker files for running an Apache mod_wsgi server
2014-11-11, by Gregory Szorc
merge: use None as filename for base in 'both created' conflicts
2014-11-24, by Martin von Zweigbergk
merge: break out "both renamed a -> b" case
2014-11-24, by Martin von Zweigbergk
merge: separate out "both created" cases
2014-11-24, by Martin von Zweigbergk
merge: indent to prepare for next patch
2014-11-24, by Martin von Zweigbergk
merge with stable
2014-11-25, by Matt Mackall
factotum: convert Plan 9 quoted string to Python string
2014-11-25, by David Eckhardt
plan9: setup check for current python build
2014-11-25, by Jeff Sickel
add: check for the existence of a file matched inexactly before adding it
2014-11-19, by Matt Harbison
tests: choose the proper environment variable style for the platform
2014-11-20, by Matt Harbison
tests: fix another multi-statement hook for Windows
2014-11-20, by Matt Harbison
run-tests: set a default largefiles usercache in the default hgrc file
2014-11-19, by Matt Harbison
merge: remove obsolete check for untracked files in 'dm' action
2014-11-24, by Martin von Zweigbergk
merge: remove dead assignment in applyupdates()
2014-11-23, by Martin von Zweigbergk
merge: move calculateupdates() before applyupdated()
2014-11-21, by Martin von Zweigbergk
merge: remove unused variables from _checkcollision()
2014-11-24, by Martin von Zweigbergk
largefiles: avoid exec-bit examination on the platform being unaware of it
stable
2014-11-25, by FUJIWARA Katsunori
merge with stable
2014-11-22, by Matt Mackall
changegroup: fix file linkrevs during reorders (issue4462)
stable
2014-11-20, by Durham Goode
merge: consistently use single quotes for non-user-facing strings
2014-11-20, by Martin von Zweigbergk
localrepo: add a currenttransaction method
2014-11-13, by Pierre-Yves David
repoview: extract actual hidden cache writing in its own function
2014-11-13, by Pierre-Yves David
templates: fix broken "less" & "more" links in paper style (issue4460)
stable
2014-11-21, by Anton Shestakov
push: stop independent usage of bundle2 in syncphase (issue4454)
stable
2014-11-19, by Pierre-Yves David
dirstate: speed up repeated missing directory checks
2014-11-19, by Martin von Zweigbergk
revert: access status fields by name rather than index
2014-11-19, by Martin von Zweigbergk
subrepo: remove "_getstorehashcachepath" referred by no other code paths
2014-11-19, by FUJIWARA Katsunori
subrepo: replace direct file APIs around "writelines" by "vfs.writelines"
2014-11-19, by FUJIWARA Katsunori
vfs: add "writelines"
2014-11-19, by FUJIWARA Katsunori
vfs: add "notindexed" argument to invoke "ensuredir" with it in write mode
2014-11-19, by FUJIWARA Katsunori
subrepo: replace direct file APIs around "readlines" by "vfs.tryreadlines"
2014-11-19, by FUJIWARA Katsunori
vfs: add "readlines" and "tryreadlines"
2014-11-19, by FUJIWARA Katsunori
subrepo: add "_cachestorehashvfs" to handle cache store hash files via vfs
2014-11-19, by FUJIWARA Katsunori
subrepo: remove "_calcfilehash" referred by no other code paths
2014-11-19, by FUJIWARA Katsunori
subrepo: replace "_calcfilehash" invocation by "vfs.tryread"
2014-11-19, by FUJIWARA Katsunori
subrepo: replace "os.path.exists" by "exists" via wvfs of the parent
2014-11-19, by FUJIWARA Katsunori
subrepo: avoid redundant "util.makedirs" invocation
2014-11-19, by FUJIWARA Katsunori
merge: remove confusing comment about --force
2014-11-19, by Martin von Zweigbergk
phases: read pending data when appropriate
2014-10-17, by Pierre-Yves David
bookmark: read pending data when appropriate
2014-09-28, by Pierre-Yves David
test-bundle2: check visible data in pre/post-transaction hooks
2014-11-12, by Pierre-Yves David
transaction: write pending generated files
2014-10-17, by Pierre-Yves David
transaction: have _generatefile return a boolean
2014-10-17, by Pierre-Yves David
transaction: allow generating files with a suffix
2014-09-29, by Pierre-Yves David
transaction: fix some docstring grammar
2014-11-19, by Matt Mackall
transaction: accept a 'location' argument for registertmp
2014-11-12, by Pierre-Yves David
tests: handle differences between missing file error strings on Windows and Unix
2014-11-18, by Matt Harbison
run-tests: don't warn on unnecessary globs mandated by check-code.py
2014-11-18, by Matt Harbison
update: remove unnecessary check for unknown files with --check
2014-11-18, by Martin von Zweigbergk
merge with stable
2014-11-18, by Matt Mackall
tests: move a multi-statement debuglocks hook into a shell script for Windows
2014-11-16, by Matt Harbison
tests: fix globs for Windows
2014-11-16, by Matt Harbison
run-tests: include quotes in the HGEDITOR value when storing sys.executable
2014-11-04, by Matt Harbison
mq: when adding headers in plain mode, separate them from message (issue4453)
stable
2014-11-17, by Mads Kiilerich
mq: introduce insertplainheader - same naive implementation as before
stable
2014-11-17, by Mads Kiilerich
mq: when setting message in plain mode, separate it from header (issue4453)
stable
2014-11-16, by Mads Kiilerich
setdiscovery: avoid a full changelog graph traversal
2014-11-16, by Siddharth Agarwal
ancestor: add a way to remove ancestors of bases from a given set
2014-11-14, by Siddharth Agarwal
ancestor: add a way to add to bases of a missing ancestor object
2014-11-14, by Siddharth Agarwal
ancestor: add a way to test whether a missing ancestor object has bases
2014-11-16, by Siddharth Agarwal
ancestor: remove now-unused missingancestors function
2014-11-14, by Siddharth Agarwal
revlog: switch findmissing* methods to incrementalmissingrevs
2014-11-14, by Siddharth Agarwal
revlog: add a method to get missing revs incrementally
2014-11-16, by Siddharth Agarwal
test-ancestor: add support for multiple tests against one incremental object
2014-11-15, by Siddharth Agarwal
test-ancestor: move naive missing ancestor algorithm into a class
2014-11-14, by Siddharth Agarwal
ancestor.missingancestors: turn into a state-keeping class
2014-11-14, by Siddharth Agarwal
ancestor.missingancestors: calculate start point after filtering revsvisit
2014-11-14, by Siddharth Agarwal
ancestor.missingancestors: don't discard from basesvisit
2014-11-14, by Siddharth Agarwal
test-ancestor: use random testing for missing ancestors
2014-11-15, by Siddharth Agarwal
test-ancestor: define a main function
2014-11-15, by Siddharth Agarwal
test-ancestor: test iteration for lazyancestors
2014-11-14, by Siddharth Agarwal
ancestor.lazyancestors: take parentrevs function rather than changelog
2014-11-14, by Siddharth Agarwal
remove: avoid a bogus warning about no tracked files when removing '.'
2014-11-16, by Matt Harbison
remove: support remove with explicit paths in subrepos
2014-11-12, by Matt Harbison
remove: recurse into subrepositories with --subrepos/-S flag
2014-11-15, by Matt Harbison
cmdserver: protect pipe server streams against corruption caused by direct io
2014-11-15, by Yuya Nishihara
cmdserver: postpone creation of pipe server until run()
2014-11-15, by Yuya Nishihara
cmdserver: use given streams as pipe channels like other commands
2014-11-15, by Yuya Nishihara
revset.only: use cl.findmissingrevs
2014-11-14, by Siddharth Agarwal
manifestmerge: use already existing fl2 synonym for m2.flags(f)
2014-11-14, by Martin von Zweigbergk
merge: drop underscore prefix from _checkunknown()
2014-11-13, by Martin von Zweigbergk
transaction: drop special handling for phases and bookmarks generation
2014-11-12, by Pierre-Yves David
transaction: use 'location' instead of 'vfs' objects for file generation
2014-10-17, by Pierre-Yves David
transaction: use 'location' instead of 'vfs' in the addbackup method
2014-11-05, by Pierre-Yves David
addbackup: handle file in subdirectory
2014-11-14, by Pierre-Yves David
addbackup: use the vfs for the backup destination too
2014-11-14, by Pierre-Yves David
transaction: set backupentries version to proper value
2014-11-13, by Pierre-Yves David
transaction: support cache file in backupentries
2014-11-13, by Pierre-Yves David
transaction: use the location value when doing backup
2014-10-17, by Pierre-Yves David
transaction: pass a vfs map to the transaction
2014-10-17, by Pierre-Yves David
transaction: change the on disk format for backupentries
2014-11-05, by Pierre-Yves David
silenttestrunner: add environment variable to make tests noisy again
2014-11-13, by Augie Fackler
largefiles: update comments to refer to the right overridden method
2014-11-14, by Martin von Zweigbergk
revlog: cache chain info after calculating it for a rev (issue4452)
2014-11-13, by Siddharth Agarwal
manifest: add matches() method
2014-10-22, by Martin von Zweigbergk
context.status: pass status tuple into _buildstatus
2014-11-12, by Martin von Zweigbergk
context.status: avoid de- and reconstructing status tuple
2014-11-12, by Martin von Zweigbergk
context.status: make _dirstatestatus() return an status tuple
2014-11-12, by Martin von Zweigbergk
context.status: wipe deleted/unknown/ignored fields when reversed
2014-11-12, by Martin von Zweigbergk
patch.trydiff: add support for noprefix
2014-11-12, by Siddharth Agarwal
mdiff.unidiff: add support for noprefix
2014-11-12, by Siddharth Agarwal
diff: add a --noprefix option
2014-11-13, by Siddharth Agarwal
patch.diffopts: add support for noprefix
2014-11-13, by Siddharth Agarwal
patch.diffopts: allow a setting to be forced in plain mode
2014-11-12, by Siddharth Agarwal
patch.diffopts: break get function into if statements
2014-11-12, by Siddharth Agarwal
mdiff.diffopts: add a new noprefix option
2014-11-12, by Siddharth Agarwal
mdiff.diffopts: add doc comment for nobinary
2014-11-12, by Siddharth Agarwal
changelog: register changelog.i.a as a temporary file
2014-11-08, by Pierre-Yves David
transaction: allow registering a temporary transaction file
2014-11-05, by Pierre-Yves David
transaction: always generate file on close
2014-11-13, by Pierre-Yves David
remove: move most of the implementation into cmdutils.remove()
2014-11-09, by Matt Harbison
revlog: increase I/O bound to 4x the amount of data consumed
2014-11-11, by Siddharth Agarwal
revlog: bound based on the length of the compressed deltas
2014-11-11, by Siddharth Agarwal
revlog: compute length of compressed deltas along with chain length
2014-11-11, by Siddharth Agarwal
revlog: store fulltext when compressed delta is bigger than it
2014-11-11, by Siddharth Agarwal
revlog: make a predicate clearer with parens
2014-11-11, by Siddharth Agarwal
transaction: extract backupentry registration in a dedicated function
2014-11-05, by Pierre-Yves David
transaction: pass the transaction to 'postclose' callback
2014-11-08, by Pierre-Yves David
transaction: pass the transaction to 'finalize' callback
2014-11-08, by Pierre-Yves David
transaction: pass the transaction to 'pending' callback
2014-11-08, by Pierre-Yves David
transaction: gather backupjournal logic together in the __init__
2014-11-05, by Pierre-Yves David
transaction: handle missing file in backupentries (instead of using entries)
2014-11-05, by Pierre-Yves David
test-hup: use ls instead of echo
2014-11-05, by Pierre-Yves David
largefiles: move "copyalltostore" invocation into "markcommitted"
2014-11-08, by FUJIWARA Katsunori
largefiles: avoid printing messages while transplanting by "_lfstatuswriters"
2014-11-08, by FUJIWARA Katsunori
largefiles: update standins only at the 1st commit of "transplant --continue"
2014-11-08, by FUJIWARA Katsunori
largefiles: avoid redundant "updatelfiles" invocation in "overridetransplant"
2014-11-08, by FUJIWARA Katsunori
merge with stable
2014-11-12, by Matt Mackall
util.system: remove unused handling of onerr=ui
2014-11-08, by Yuya Nishihara
util.system: use ui.system() in place of optional ui.fout parameter
2014-11-08, by Yuya Nishihara
ui: introduce util.system() wrapper to make sure ui.fout is used
2014-11-08, by Yuya Nishihara
hook: remove redundant code to redirect http hook output to client stream
2014-11-12, by Yuya Nishihara
hgk: forward command output to ui.fout consistently
2014-11-12, by Yuya Nishihara
merge with stable
2014-11-11, by Matt Mackall
Added signature for changeset 643c58303fb0
stable
2014-11-11, by Matt Mackall
Added tag 3.2.1 for changeset 643c58303fb0
stable
2014-11-11, by Matt Mackall
run-tests: use a try/except ladder instead of looking for a specific version
2014-11-10, by Augie Fackler
hghave: use a less brittle have-json check
2014-11-10, by Augie Fackler
sortdict: add insert method
2014-10-15, by Sean Farley
sortdict: add iteritems method
2014-11-09, by Sean Farley
addremove: add back forgotten files (BC)
2014-11-08, by Martin von Zweigbergk
add: add back forgotten files even when not matching exactly (BC)
2014-11-10, by Martin von Zweigbergk
context.status: explain "caching reasons" more fully
2014-11-11, by Martin von Zweigbergk
localrepo: rename revlog.maxchainlen to format.maxchainlen
2014-11-11, by Augie Fackler
revlog: add config variable for limiting delta-chain length
2014-11-06, by Mateusz Kwapich
debugrevlog: fix computing chain length in debugrevlog -d
2014-11-06, by Mateusz Kwapich
transaction: factorise append-only file registration
2014-11-05, by Pierre-Yves David
transaction: document `tr.add`
2014-11-05, by Pierre-Yves David
transaction: drop backupentries logic from startgroup and endgroup
2014-11-05, by Pierre-Yves David
transaction: document startgroup and endgroup
2014-11-05, by Pierre-Yves David
transaction: mark backup-related attributes private
2014-11-05, by Pierre-Yves David
transaction: document the contents of `tr.backupentries`
2014-11-05, by Pierre-Yves David
transaction: drop the third item in `tr.backupentries`
2014-11-05, by Pierre-Yves David
rebase: fix rebase with no common ancestors (issue4446)
stable
3.2.1
2014-11-10, by Durham Goode
test-run-tests: accept more levels of precision and trailing ws (issue4440)
stable
2014-11-06, by Augie Fackler
merge with stable
2014-11-10, by Matt Mackall
changegroup.cg2packer: lookup 'group' via inheritance chain
2014-11-07, by Siddharth Agarwal
context.status: only filter suspect symlinks in the dirstate status
2014-10-23, by Martin von Zweigbergk
context.status: inline _poststatus()
2014-10-23, by Martin von Zweigbergk
context.status: remove now-empty _prestatus()
2014-10-12, by Martin von Zweigbergk
context.status: call _dirstatestatus() from within _buildstatus()
2014-10-11, by Martin von Zweigbergk
context.status: move manifest caching trick to _buildstatus()
2014-10-12, by Martin von Zweigbergk
context.status: remove unused arguments from _matchstatus()
2014-10-11, by Martin von Zweigbergk
context.status: remove overriding in workingctx
2014-10-23, by Martin von Zweigbergk
synthrepo: when adding files, ensure new path is not a directory
2014-10-20, by Mike Edgar
synthrepo: synthesized dates must be positive, fit in 32-bit signed ints
2014-10-20, by Mike Edgar
discovery: test coverage for issue4438 / 86c35b7ae300 / 73cfaa348650
2014-11-06, by Mads Kiilerich
hgweb: fix a crash when using web.archivesubrepos
stable
2014-11-05, by Matt Harbison
tests: introduce a subrepository to test-archive.t
stable
2014-11-05, by Matt Harbison
test-status-rev: add tests for plain dirstate and inter-revision status
2014-11-04, by Martin von Zweigbergk
test-status-rev: remove unnecessary initial commit
2014-11-04, by Martin von Zweigbergk
test-status-rev: use one glob for each expected status
2014-11-04, by Martin von Zweigbergk
test-status-rev: remove duplicate tests
2014-11-04, by Martin von Zweigbergk
changegroup: sparsely populate fnodes
stable
2014-11-06, by Gregory Szorc
changegroup: don't store unused value on fnodes (issue4443)
stable
2014-11-06, by Gregory Szorc
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip