Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-480
+480
+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.
test-commandserver: add stub for .t test by copying .out with 2-space indent
2014-09-28, by Yuya Nishihara
test-commandserver: split helper functions to new hgclient module
2014-09-28, by Yuya Nishihara
heredoctest: do not append extra newline character to continuation line
2014-09-28, by Yuya Nishihara
heredoctest: use the same dict for local/global contexts as in doctest
2014-09-28, by Yuya Nishihara
cmdserver: drop useless in_ attribute from channeledoutput
2014-09-27, by Yuya Nishihara
cmdserver: get file attributes of 'e'-channel from stdout, not from stderr
2014-09-27, by Yuya Nishihara
cmdserver: correct doc of channeledoutput
2014-09-27, by Yuya Nishihara
merge with stable
2014-09-27, by Matt Mackall
commands: add debuglocks to report/clear lock state
2014-09-26, by Matt Mackall
test-convert-git.t: make copy detection deterministic
2014-09-24, by Siddharth Agarwal
revsetbenchmark: add a rebase-related revset to the benchmark list
2014-09-23, by Pierre-Yves David
revsetbenchmark: allow comments ('#' prefix) in the revset input
2014-09-23, by Pierre-Yves David
revsetbenchmark: make it clear that revsets may be read from stdin
2014-09-23, by Pierre-Yves David
tags: use full hash for formatter output as in log or annotate commands
2014-09-21, by Yuya Nishihara
tags: change field name of formatter output to be the same as log command
2014-09-21, by Yuya Nishihara
files: correct topic of formatter
2014-09-21, by Yuya Nishihara
revert: move targetsubs calculation down to its use
2014-09-19, by Durham Goode
help: document that default hgweb style is called paper (issue4373)
2014-09-23, by Augie Fackler
help: update help for hgweb template and style (issue4373)
2014-09-20, by Arun Chandrasekaran
bundle2: rename functions that have the same name
2014-09-23, by Mike Hommey
mq: write headers of new patches using patchheader
2014-09-20, by Mads Kiilerich
mq: refactor patchheader header ordering to match export (BC)
2014-09-24, by Mads Kiilerich
mq: upgrade non-plain patches to HG format when setting parent in patchheader
2014-09-20, by Mads Kiilerich
mq: make patchheader .plainmode more reliable
2014-09-20, by Mads Kiilerich
bundle2: remove heads and common arguments to getbundle parts generators
2014-09-24, by Mike Hommey
bundle2: separate bundle10 and bundle2 cases in getbundle()
2014-09-25, by Mike Hommey
bundle2: pass b2caps down to functions adding bundle2 parts for getbundle
2014-09-25, by Mike Hommey
parsers: fix uninitialize variable warning
2014-09-24, by David Soria Parra
revset: use `subset &` in bare `p2()`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in bare `p1()`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `rev`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `origin`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `follow`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `filelog`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `divergent`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `bisect`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `ancestorspec`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `bookmark`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `outgoing`
2014-09-17, by Pierre-Yves David
revset: avoid in loop lookup in _generatorset._consumegen
2014-04-30, by Pierre-Yves David
revset: reduce dict lookup in lazyset.__contains__
2014-04-25, by Pierre-Yves David
revset: do less lookup during spanset.__contains__
2014-04-25, by Pierre-Yves David
largefiles: simplify iteration over standins
2014-09-16, by Martin von Zweigbergk
largefiles: avoid using 'lfiles' variable for two purposes
2014-09-16, by Martin von Zweigbergk
largefiles: remove unnecessary clearing of status fields
2014-09-22, by Martin von Zweigbergk
mq: simplify patchheader handling of the empty line before the diff
2014-09-24, by Mads Kiilerich
mq: write '# Parent ' lines with two spaces like export does (BC)
2014-09-24, by Mads Kiilerich
mq: write headers for new HG patches in the same order as export (BC)
2014-09-20, by Mads Kiilerich
mq: correctly make an empty line after description in new patches
2014-09-20, by Mads Kiilerich
largefiles: extract 'orig' method in reposetup.status
2014-09-16, by Martin von Zweigbergk
largefiles: extract 'orig' method in lfilesctx.filectx
2014-09-16, by Martin von Zweigbergk
largefiles: extract 'orig' method in lfilesmanifestdict.__contains__
2014-09-16, by Martin von Zweigbergk
largefiles: reduce indentation by dropping 'else' block after 'return'
2014-09-16, by Martin von Zweigbergk
largefiles: remove dead assignment left over from change 1ff42ee98446
2014-09-16, by Martin von Zweigbergk
match: simplify brittle predicate construction
2014-09-19, by Martin von Zweigbergk
convert: change default for git rename detection to 50%
2014-09-23, by Siddharth Agarwal
convert: simplify git.similarity parsing
2014-09-23, by Siddharth Agarwal
revset: fast implementation for fullreposet.__and__
2014-09-24, by Pierre-Yves David
revset: turn spanset into a factory function
2014-09-18, by Pierre-Yves David
revert: add a fullreposet class
2014-04-29, by Pierre-Yves David
obsolete: ensure that `getrevs` always return a set
2014-09-23, by Pierre-Yves David
hgweb: fail if an invalid command was supplied in url path (issue4071)
stable
2014-09-22, by Anton Shestakov
keepalive: fix how md5 is used
stable
2014-09-24, by Mike Hommey
merge with stable
2014-09-27, by Matt Mackall
revset: add an optimised baseset.__contains__ (issue4371)
stable
2014-09-16, by Pierre-Yves David
merge with stable
2014-09-22, by Matt Mackall
commands: deprecate the parents commands
2014-09-22, by Matt Mackall
revset: remove nullrev from the bookmark computation
2014-09-17, by Pierre-Yves David
revset: unify code flow in `bookmark`
2014-09-17, by Pierre-Yves David
revset: remove invalid value in the origin set
2014-09-17, by Pierre-Yves David
revset: remove nullrev from set computed in parents()
2014-09-17, by Pierre-Yves David
revset: refactor parents() into a single return point
2014-09-17, by Pierre-Yves David
revset: remove nullrev from set computed in p1() and p2()
2014-09-17, by Pierre-Yves David
revset: document the choice made in __generatorset.__iter__
2014-09-16, by Pierre-Yves David
help: mention mode in hg log --removed help (issue4381)
stable
2014-09-21, by Matt Mackall
commit: catch changed exec bit on files from p1 (issue4382)
stable
2014-09-21, by Matt Mackall
revert: add a `drop` action
2014-08-30, by Pierre-Yves David
revert: explicitly track added but deleted file
2014-08-30, by Pierre-Yves David
revert: have an explicit action for "forget"
2014-09-01, by Pierre-Yves David
revert: split between newly added file and file added in other changeset
2014-08-30, by Pierre-Yves David
revset: stop using a baseset instead of a plain list in _revsbetween
2014-09-16, by Pierre-Yves David
run-tests: added 'cuser', 'csys' time info in report.json file
2014-09-19, by anuraggoel
import: let --exact 'work' with --no-commit (issue4376)
2014-09-19, by Matt Mackall
obsolete: use C code for headrevs calculation
2014-09-16, by Durham Goode
revset: simplify orderedlazyset creation in spanset method
2014-09-16, by Pierre-Yves David
revset: use spanset.isdescending in multiple simple places
2014-09-16, by Pierre-Yves David
revset: wider definition of ascending and descending for spanset
2014-09-16, by Pierre-Yves David
annotate: port to generic templater enabled by hidden -T option
2014-09-17, by Yuya Nishihara
annotate: split functions to get data without applying text formatting
2014-09-16, by Yuya Nishihara
annotate: remove unused variable in calculation of column widths
2014-08-29, by Yuya Nishihara
annotate: build format string separately from annotation data
2014-08-29, by Yuya Nishihara
formatter: convert float value to json
2014-09-17, by Yuya Nishihara
formatter: have jsonformatter accept tuple as value
2014-09-17, by Yuya Nishihara
formatter: extract function that encode values to json string
2014-09-17, by Yuya Nishihara
contrib/synthrepo: pass options to ctx.diff as kwargs, not a dict
2014-09-12, by Mike Edgar
contrib/synthrepo: only generate 2 parents if model contains merges
2014-09-12, by Mike Edgar
convert: add support to find git copies from all files in the working copy
2014-09-12, by Siddharth Agarwal
convert: add support to detect git renames and copies
2014-09-12, by Siddharth Agarwal
convert: for git, factor out code to add entries to a separate function
2014-09-11, by Siddharth Agarwal
convert: for git's getchanges, always split entry line into components
2014-09-11, by Siddharth Agarwal
convert: for git's getchanges, use explicit index for iteration
2014-09-11, by Siddharth Agarwal
convert: add initial docs for git sources
2014-09-12, by Siddharth Agarwal
color: document that changeset phases have labels
2014-08-24, by Jordi Gutiérrez Hermoso
color: change the debug output format
2014-09-19, by Matt Mackall
color: enable debug option to show labels
2014-08-24, by Jordi Gutiérrez Hermoso
color: document that labels are used for colorizing text
2014-08-24, by Jordi Gutiérrez Hermoso
contrib: add OS X p4merge to mergetools.hgrc
2014-08-27, by Mads Kiilerich
patch: enable diff.tab markup for the color extension
2014-08-20, by Jordi Gutiérrez Hermoso
dirstate: copyedit exception for no beginparentchange call
2014-09-17, by Siddharth Agarwal
revsetbenchmarks: add an additional roots() benchmark
2014-09-07, by Gregory Szorc
merge with stable
2014-09-16, by Matt Mackall
mq: examine "pushable" of already applied patch correctly
stable
2014-09-12, by FUJIWARA Katsunori
mq: pop correct patches when changing pushable-ness of already applied ones
stable
2014-09-12, by FUJIWARA Katsunori
mq: use "mq.applied[i].name" instead of "mq.appliedname(i)" for safety
stable
2014-09-12, by FUJIWARA Katsunori
mq: report correct numbers for changing "number of guarded, applied patches"
stable
2014-09-12, by FUJIWARA Katsunori
annotate: remove redundant check for empty list of annotation data
2014-08-29, by Yuya Nishihara
revset: lower weight for _intlist function
2014-09-12, by Durham Goode
revset: make parents() O(number of parents)
2014-09-12, by Durham Goode
revset: make descendants() lazier
2014-09-12, by Durham Goode
check-code: look for misuse of __bool__
2014-09-17, by Yuya Nishihara
formatter: correct bool testing which should be __nonzero__ in Python 2
2014-09-17, by Yuya Nishihara
contrib/synthrepo: return None to delete files on commit, don't raise IOError
2014-09-15, by Mike Edgar
wix: contrib/sample.hgrc is no more
2014-09-15, by Steve Borho
dockerrpm: create a yum/dnf repo from the generated rpms
2014-08-31, by Mads Kiilerich
docker: add CentOS 5
2014-05-15, by Mads Kiilerich
docker: use stable tags for fedora and centos
2014-08-31, by Mads Kiilerich
dockerrpm: prepare source outside docker and just run rpmbuild inside docker
2014-05-30, by Mads Kiilerich
dockerrpm: run docker build process as the current user, not as root
2014-05-30, by Mads Kiilerich
dockerrpm: better handling of specification of docker name
2014-05-30, by Mads Kiilerich
dockerrpm: check that docker is running correctly before building
2014-05-30, by Mads Kiilerich
buildrpm: introduce --rpmdir instead of using hardcoded rpmbuild dir
2014-08-31, by Mads Kiilerich
buildrpm: introduce --withpython for building rpms that includes Python 2.7
2014-05-15, by Mads Kiilerich
buildrpm: introduce --prepare for preparing without actually building rpms
2014-08-31, by Mads Kiilerich
templater: add "diff" template function
2014-08-28, by FUJIWARA Katsunori
locate: add pointer to files command in help
2014-09-16, by Matt Mackall
tests: fix breakage from locate deprecation
2014-09-16, by Matt Mackall
locate: deprecate in favor of files
2014-03-16, by Matt Mackall
formatter: add pickle format
2014-09-12, by Matt Mackall
commands: add hidden -T option for files/manifest/status/tags
2014-09-15, by Matt Mackall
formatter: add json formatter
2014-09-12, by Matt Mackall
cmdutil: add json style to log-like commands
2014-09-15, by Matt Mackall
encoding: add json escaping filter
2014-09-15, by Matt Mackall
encoding: handle empty string in toutf8
2014-09-15, by Matt Mackall
formatter: make debug style match Python syntax
2014-09-12, by Matt Mackall
files: add new command unifying locate and manifest functionality
2014-09-12, by Matt Mackall
filelog: parsemeta stops returning unused key list
2014-09-02, by Mike Edgar
filelog: make parsemeta a public module function, to be used by censor module
2014-09-10, by Mike Edgar
filelog: make packmeta a public module function, to be used by censor
2014-09-10, by Mike Edgar
ui: move samplehgrcs from config
2014-09-11, by Matt Mackall
config: normalize style between user/global example configs
2014-09-11, by Matt Mackall
commit: correctly check commit mutability during commit --amend
2014-08-19, by Augie Fackler
histedit: check mutability of contexts correctly
2014-08-19, by Augie Fackler
manifest: mark addlistdelta and checkforbidden as module-private
2014-09-11, by Augie Fackler
convert: enable deterministic conversion progress bar for svn
2014-09-10, by Augie Fackler
convert: enable deterministic conversion progress bar for git
2014-09-10, by Augie Fackler
test-convert-git.t: add a test of convert progress bars for git
2014-09-10, by Augie Fackler
convert: add support for deterministic progress bar on scanning phase
2014-05-26, by Augie Fackler
test-convert-svn-move.t: remove stray '
2014-09-10, by Augie Fackler
manifest: move addlistdelta to module-level
2014-08-07, by Augie Fackler
manifest: move checkforbidden to module-level
2014-08-07, by Augie Fackler
dirstate: add exception when calling setparent without begin/end (API)
2014-09-05, by Durham Goode
dirstate: add test for exceptions during updates
2014-09-05, by Durham Goode
dirstate: wrap setparent calls with begin/endparentchange (issue4353)
2014-09-05, by Durham Goode
dirstate: add begin/endparentchange to dirstate
2014-09-05, by Durham Goode
parsers: avoid signed/unsigned comparison mismatch
2014-09-08, by Henrik Stuart
parsers: use correct type for file offset
2014-09-08, by Henrik Stuart
parsers: ensure correct return type for inline_scan
2014-09-08, by Henrik Stuart
parsers: fix typing issue when constructing Python integer object
2014-09-11, by Henrik Stuart
parsers: use bitmask type consistently in find_gca_candidates
2014-09-08, by Henrik Stuart
revert: drop `lexist` check in the backup logic
2014-08-30, by Pierre-Yves David
revert: distinguish between deleted file and locally modified
2014-08-30, by Pierre-Yves David
revert: detect unknown files in the same path as files marked as removed
2014-08-30, by Pierre-Yves David
revert: cache working context in a variable
2014-08-30, by Pierre-Yves David
obsolete: properly drop 'date' from metadata
2014-09-10, by Pierre-Yves David
templater: implement __len__ for _hybrid
2014-09-08, by Anton Shestakov
tests: remove unnecessary apostrophe
2014-09-05, by David Soria Parra
run-tests: added '--json' functionality to store test result in json file
2014-09-08, by anuraggoel
changegroup: rename bundle-related functions and classes
2014-09-02, by Sune Foldager
comments: describe ancestor consistently - avoid 'least common ancestor'
2014-08-19, by Mads Kiilerich
rebase: improve description of --base
2014-08-19, by Mads Kiilerich
dagutils: fix docstrings for singleton internalize/externalize
2014-08-15, by Mads Kiilerich
cmdutil: avoid the confusing name 'patch' for a matcher
2014-08-31, by Martin von Zweigbergk
fedora: remove sample.hgrc from shipped files
2014-09-02, by Siddharth Agarwal
config: propose some sample global config file
2014-08-24, by Jordi Gutiérrez Hermoso
config: give more fine-tuned sample hgrcs to this command
2014-08-13, by Jordi Gutiérrez Hermoso
rebase: add a deprecated -i/--interactive flag
2014-09-01, by David Soria Parra
revlog: introduce isancestor method for efficiently determining node lineage
2014-08-19, by Mads Kiilerich
clone: provide sample username = config entry in .hg/hgrc (issue4359)
2014-09-09, by Augie Fackler
test-acl: alter sed construct to avoid changes in .hg/hgrc formatting
2014-09-09, by Augie Fackler
merge with stable
2014-09-09, by Augie Fackler
dispatch: check shell alias again after loading extensions (issue4355)
stable
2014-09-10, by FUJIWARA Katsunori
dispatch: make "_checkshellalias" reusable regardless of adding aliases
stable
2014-09-10, by FUJIWARA Katsunori
build: don't clean __version__.py on 'make clean' in release tarballs
2014-09-02, by J. Lewis Muir
revert: drop now useless conditional in the backup check
2014-08-30, by Pierre-Yves David
revert: no backup for `dsadded` set
2014-08-30, by Pierre-Yves David
revert: add more padding in the dispatch list
2014-08-30, by Pierre-Yves David
revert: add documentation in the dispatch table
2014-08-30, by Pierre-Yves David
revert: add a way for external extensions to prefetch file data
2014-08-30, by Pierre-Yves David
merge with stable
2014-09-07, by Kevin Bullock
histedit: abort gracefully on --continue/--abort with no state
stable
2014-09-03, by Siddharth Agarwal
merge with stable
2014-09-04, by Augie Fackler
Added signature for changeset 5dc91146f353
stable
2014-09-02, by Matt Mackall
Added tag 3.1.1 for changeset 5dc91146f353
stable
2014-09-02, by Matt Mackall
bookmarks: allow pushkey if new equals current
2014-08-26, by Durham Goode
tests: improve test coverage of branch command and existing branches
2014-08-29, by Mads Kiilerich
localrepo: make it possible to pass multiple path elements to join and wjoin
2014-08-28, by Angel Ezquerra
run-tests: make --interactive work with --view
2014-08-31, by Gregory Szorc
convert: don't use multi-argument set.update
2014-08-31, by Mads Kiilerich
error: use docstrings, not bare strings, for error classes
2014-08-30, by Mike Edgar
osx: create dmg with installer instead of zip
2014-08-31, by Mads Kiilerich
branchmap: pre-filter topological heads before ancestors based filtering
2014-08-30, by Pierre-Yves David
branchmap: issue a single call to `ancestors` for all heads
2014-08-30, by Pierre-Yves David
test-ancestor: add a test for `ancestor` with ancestry within the initset
2014-08-30, by Pierre-Yves David
bundle2: pull obsmarkers relevant to the pulled set through bundle2
2014-08-26, by Pierre-Yves David
getbundle: add `obsmarkers` argument to getbundle
2014-08-29, by Pierre-Yves David
pull: use the "cg" argument when pulling a bundle2
2014-08-29, by Pierre-Yves David
wireprotocol: fix 'boolean' handling
2014-08-29, by Pierre-Yves David
push: only push obsmarkers relevant to the "pushed subset"
2014-08-20, by Pierre-Yves David
test-obsolete: sort the output of debugobsolete
2014-08-20, by Pierre-Yves David
test-obsolete: change a marker so it is relevant to the exchanged set
2014-08-20, by Pierre-Yves David
push: use bundle2 to push obsmarkers when possible
2014-08-25, by Pierre-Yves David
exchange: add a `buildobsmarkerpart` function
2014-08-25, by Pierre-Yves David
obsolete: add a `commonversion` function
2014-08-26, by Pierre-Yves David
bundle2: add a `obsmarkersversion` function to extract supported version
2014-08-26, by Pierre-Yves David
bundle2: advertise the obsmarker part in bundle2 capabilities
2014-08-21, by Pierre-Yves David
bundle2: introduce a `getrepocaps` to retrieve the bundle2 caps of a repo
2014-08-25, by Pierre-Yves David
obsmarker: move bundle2caps from the localrepo class to the bundle2 module
2014-08-25, by Pierre-Yves David
obsmarker: produce a reply part for markers received through bundle2
2014-08-25, by Pierre-Yves David
obsmarker: record the number of new markers in the transaction
2014-08-25, by Pierre-Yves David
obssmarker: add a bundle2 record with the number of markers added
2014-08-25, by Pierre-Yves David
obsmarker: write a message with the number of markers added through bundle2
2014-08-25, by Pierre-Yves David
bundle2: add an obsmarkers part handler
2014-08-25, by Pierre-Yves David
obsolete: make encodemarkers a public function
2014-08-25, by Pierre-Yves David
obsolete: move _encodemarkers next to _readmarkers
2014-08-25, by Pierre-Yves David
obsstore: store and preserve ondisk version
2014-08-25, by Pierre-Yves David
obsolete: have _readmarkers return the format version
2014-08-25, by Pierre-Yves David
obsolete: support for any known obsstore format when reading or writing
2014-08-25, by Pierre-Yves David
obsolete: move _fm0encodeonemarker next to _fm0readmarkers
2014-08-25, by Pierre-Yves David
obsolete: rename _encodeonemarker to _fm0encodeonemarkers
2014-08-25, by Pierre-Yves David
obsolete: extract the part of _readmarkers specific to format version 0
2014-08-25, by Pierre-Yves David
obsolete: rename all _fm to _fm0
2014-08-25, by Pierre-Yves David
obsolete: rename _fnodesize to _fmfnodesize
2014-08-25, by Pierre-Yves David
obsstore: have the `mergemarkers` method return the number of new markers
2014-08-21, by Pierre-Yves David
merge with i18n
stable
3.1.1
2014-09-01, by Matt Mackall
test-bundle2: add obsolescence information to be exchanged
2014-08-21, by Pierre-Yves David
help: only call doc() when it is callable
stable
2014-08-30, by Gregory Szorc
i18n-pt_BR: synchronized with 6a8b8efb0641
stable
2014-09-01, by Wagner Bruna
merge with i18n
stable
2014-09-01, by Wagner Bruna
i18n-ja: synchronized with 0c838e7459a5
stable
2014-08-31, by FUJIWARA Katsunori
i18n-pt_BR: synchronized with 0c838e7459a5
stable
2014-08-30, by Wagner Bruna
repoview: fix typo in repoview.changelog
stable
2014-08-31, by Mike Hommey
config: exit non zero on non-existent config option (issue4247)
stable
2014-08-19, by Aaron Kushner
merge with crew
2014-08-30, by Matt Mackall
bookmarks: refer to "the" active bookmark to clarify that there's only one
stable
2014-08-30, by Kevin Bullock
memctx: allow extensions to determine what filectxfn should do
2014-08-30, by Siddharth Agarwal
revsetbenchmark: add revset with lazyset subtraction
2014-08-30, by Gregory Szorc
debugrevlog: add chainlen column to --dump output
2014-08-30, by Sune Foldager
debugdag: stop wrongly sorting parents
2014-08-30, by Henrik Stuart
obsolete: avoid slow, generic date parsing
2014-08-29, by Gregory Szorc
build: don't use -s flag for `which`
2014-08-29, by Kevin Bullock
contrib: drop obsolete sample.hgrc
2014-08-29, by Matt Mackall
contrib: drop old convert-repo script
2014-08-29, by Matt Mackall
merge with stable
2014-08-27, by Matt Mackall
templater: enable alias predicates to be used in "revset()" function
2014-08-23, by FUJIWARA Katsunori
import: show the warning message for failure of merging
stable
2014-08-27, by FUJIWARA Katsunori
graft: fix collision detection with origin revisions that are missing
stable
2014-08-27, by Mads Kiilerich
log: use correct phase info for parent field (issue4347)
stable
2014-08-23, by Sean Farley
convert: introduce --full for converting all files
2014-08-26, by Mads Kiilerich
convert: refactor hg getchanges and caching
2014-08-26, by Mads Kiilerich
convert: refactor subversion getchanges and caching
2014-08-26, by Mads Kiilerich
convert: remove incorrect and unused handling of removed svn directories
2014-08-26, by Mads Kiilerich
convert: use None value for missing files instead of overloading IOError
2014-08-26, by Mads Kiilerich
merge with stable
2014-08-27, by Matt Mackall
convert: p4: ignore purged files with p4d 2012.2 and later
2014-08-25, by Mads Kiilerich
tests: fix p4 tests so they use separate ports and can be run in parallel
2014-08-25, by Mads Kiilerich
run-tests: report skipped tests as "skipped" - they might still be "relevant"
2014-08-26, by Mads Kiilerich
ui: add brief comment why raw_input() needs dummy ' ' prompt string
2014-08-24, by Yuya Nishihara
largefiles: remove redundant "updatelfiles" invocation in "lfilesrepo.commit"
2014-08-24, by FUJIWARA Katsunori
largefiles: update largefiles even if transplant is aborted by conflict
2014-08-24, by FUJIWARA Katsunori
largefiles: update largefiles even if rebase is aborted by conflict
2014-08-24, by FUJIWARA Katsunori
largefiles: move "updatestandin" invocation to "hg.updaterepo" wrapper
2014-08-24, by FUJIWARA Katsunori
largefiles: unlink standins not known to the restored dirstate at rollback
2014-08-24, by FUJIWARA Katsunori
largefiles: restore standins according to restored dirstate
2014-08-24, by FUJIWARA Katsunori
largefiles: restore standins from non branch-tip parent at rollback correctly
2014-08-24, by FUJIWARA Katsunori
largefiles: omit restoring standins if working parent is not rollbacked
2014-08-24, by FUJIWARA Katsunori
repoview: fix 0L with pack/unpack for 2.4
2014-08-26, by Matt Mackall
help: add pad function to template help
stable
2014-08-25, by Thomas De Schampheleire
histedit: use str.startswith to check for comments in action list
2014-08-22, by Mike Edgar
histedit: drop duplicate line extracting keep option
2014-08-22, by Mike Edgar
import: avoid editor invocation when importing with "--exact" for exact-ness
2014-08-23, by FUJIWARA Katsunori
import: disallow meaningless combination of "--exact" and "--edit"
2014-08-23, by FUJIWARA Katsunori
config: highlight parse error caused by leading spaces (issue3214)
2014-03-16, by Razvan Cojocaru
test-config: add tests for invalid syntax
2014-08-20, by Pierre-Yves David
debugobsolete: add a --rev argument
2014-08-19, by Pierre-Yves David
obsolete: rename `allmarkers` to `getmarkers`
2014-08-20, by Pierre-Yves David
debugobsolete: add a way to record parent information
2014-08-20, by Pierre-Yves David
obsstore: add relevantmarkers method
2014-08-19, by Pierre-Yves David
obsstore: keep track of children information
2014-08-19, by Pierre-Yves David
push: check if local and remote support evolution during discovery
2014-08-20, by Pierre-Yves David
obsstore: drop outdated comment
2014-08-19, by Pierre-Yves David
cvsps: add two more tiebreakers in cscmp
2014-08-21, by Augie Fackler
annotate: abort early if no file is specified
2014-08-16, by Yuya Nishihara
purge: avoid full walks when directories aren't purged
2014-08-20, by Siddharth Agarwal
clone: for local clones, copy over filtered branchcaches as well (issue4286)
2014-08-21, by Siddharth Agarwal
clone: for local clones, copy branchcache from the right location (issue4286)
2014-08-21, by Siddharth Agarwal
obsolete: avoid 2-argument form of enumerate, which was new in Python 2.6
2014-08-20, by Augie Fackler
repoview: use util.sha1() instead of hashlib.sha1()
2014-08-20, by Augie Fackler
debugobsolete: display parents information from markers
2014-08-18, by Pierre-Yves David
obsmarkers: add a `parentnodes` method to retrieve parent information
2014-08-18, by Pierre-Yves David
obsstore: also store the 'parents' field on disk
2014-08-18, by Pierre-Yves David
obsstore: drop 'date' from the metadata dictionary
2014-08-18, by Pierre-Yves David
createmarkers: automatically record the parent of pruned changesets
2014-08-18, by Pierre-Yves David
obsstore: add a `parents` argument to obsstore.create
2014-08-18, by Pierre-Yves David
obsstore: add a `parents` field
2014-08-18, by Pierre-Yves David
obsstore: add some documentation about the marker fields
2014-08-19, by Pierre-Yves David
transplant: change "editform" to distinguish merge commits from others
2014-08-16, by FUJIWARA Katsunori
rebase: change "editform" to distinguish merge commits from others
2014-08-16, by FUJIWARA Katsunori
import: change "editform" to distinguish merge commits from others
2014-08-16, by FUJIWARA Katsunori
commit: change "editform" to distinguish merge commits from other (--amend)
2014-08-16, by FUJIWARA Katsunori
commit: change "editform" to distinguish merge commits from others
2014-08-16, by FUJIWARA Katsunori
test-ssh: verify that stderr from remote is printed (issue4336)
2014-08-16, by Gregory Szorc
posix: implement readpipe using non-blocking I/O (issue4336)
2014-08-16, by Gregory Szorc
platform: implement readpipe()
2014-08-15, by Gregory Szorc
exchange: remove duplicated addition to pushop.stepdone
2014-08-15, by Pierre-Yves David
exchange: drop superfluous parens
2014-08-18, by Augie Fackler
push: add bookmarks to the unified bundle2 push
2014-08-15, by Pierre-Yves David
test-bundle2: add bookmark movement to the push test
2014-08-15, by Pierre-Yves David
push: use stepsdone to control bookmark push
2014-08-15, by Pierre-Yves David
push: move bookmark discovery with other discovery steps
2014-08-15, by Pierre-Yves David
pushbookmark: split an ultra-long line into a saner version
2014-08-15, by Pierre-Yves David
revert: drop dead code for untracked files
2014-06-25, by Pierre-Yves David
revert: handle unknown files through status
2014-06-25, by Pierre-Yves David
revert: drop more dead code
2014-06-24, by Pierre-Yves David
revert: add a message to noop action
2014-08-02, by Pierre-Yves David
revert: simplify loop conditional
2014-08-01, by Pierre-Yves David
revert: explode the action tuple in the for loop
2014-06-24, by Pierre-Yves David
revert: use actions[...] in all disptable cases
2014-08-02, by Pierre-Yves David
revset: factorize backup decision
2014-06-24, by Pierre-Yves David
revert: use a flat dispatch table
2014-06-24, by Pierre-Yves David
pushbookmark: do not attempt to update bookmarks if the push failed (BC)
2014-08-15, by Pierre-Yves David
pushbookmark: remove a <cond> and <val> or <other> construct
2014-08-15, by Pierre-Yves David
pushbookmark: stop unrolling ancestors
2014-08-15, by Pierre-Yves David
ancestors: add a __nonzero__ method
2014-08-15, by Pierre-Yves David
push: update bookmarks within the remote lock
2014-08-15, by Pierre-Yves David
hgweb: refresh repository using URL not path (issue4323)
2014-08-18, by Gregory Szorc
obsmarker: add `date` as an explicit field
2014-08-19, by Pierre-Yves David
obsstore: add fields attribute to track each field in a marker
2014-08-12, by Pierre-Yves David
debugobsolete: explicitly display date in the output
2014-08-13, by Pierre-Yves David
obsolete: add a date argument to the `createmarkers` function
2014-08-14, by Pierre-Yves David
debugobsolete: use the new date argument on obsstore.create
2014-08-13, by Pierre-Yves David
obsstore: add an explicit `date` argument to obsstore.create
2014-08-13, by Pierre-Yves David
obsolete: explicitly pass metadata argument using keyword argument
2014-08-14, by Pierre-Yves David
obsmarker: add a `flags` method
2014-08-15, by Pierre-Yves David
test-treediscovery: update output after merge
2014-08-15, by Pierre-Yves David
revert: add an XXX about rename tracking
2014-06-24, by Pierre-Yves David
revert: inline a now useless closure
2014-06-24, by Pierre-Yves David
revert: remove code killed by the double status
2014-06-24, by Pierre-Yves David
revert: drop `missingmodified` set
2014-06-24, by Pierre-Yves David
revert: detect files added during a merge
2014-06-24, by Pierre-Yves David
revert: simplify handling of `added` files
2014-08-02, by Pierre-Yves David
merge with stable
2014-08-15, by Matt Mackall
rebase: use "rebase.collapse" as "editform" for "--collapse" always
2014-08-15, by FUJIWARA Katsunori
ui: invoke editor for committing with HGEDITFORM environment variable
2014-08-15, by FUJIWARA Katsunori
cleanup: name unused variables using convention of leading _
2014-08-15, by Mads Kiilerich
cleanup: rename check-translation.py checker function - don't hide global var
2014-08-15, by Mads Kiilerich
cleanup: remove some unused / duplicate imports
2014-08-15, by Mads Kiilerich
cleanup: fix some list comprehension redefinitions of existing vars
2014-08-15, by Mads Kiilerich
cleanup: avoid local vars shadowing imports
2014-08-15, by Mads Kiilerich
cleanup: avoid _ for local unused tmp variables - that is reserved for i18n
2014-08-15, by Mads Kiilerich
cleanup: make sure we always access members of imported modules
2014-08-15, by Mads Kiilerich
largefiles: update lfdirstate for unchanged largefiles during linear merging
2014-08-15, by FUJIWARA Katsunori
largefiles: keep largefiles from colliding with normal one during linear merge
2014-08-15, by FUJIWARA Katsunori
largefiles: add test for large/normal conflict at linear merging
2014-08-15, by FUJIWARA Katsunori
largefiles: put whole "hgmerge" process into the same "wlock" scope
2014-08-15, by FUJIWARA Katsunori
largefiles: put whole "hgupdaterepo" process into the same "wlock" scope
2014-08-15, by FUJIWARA Katsunori
annotate: inline definition of decorate() functions
2014-08-15, by Yuya Nishihara
annotate: rewrite long short-circuit statement by if-elif-else
2014-08-15, by Yuya Nishihara
revert: use modified information from both statuses
2014-06-24, by Pierre-Yves David
revert: drop special case handling for file unknown in parent
2014-06-24, by Pierre-Yves David
revert: use "remove" information from both statuses
2014-06-24, by Pierre-Yves David
revert: process removed files missing in target as clean
2014-08-01, by Pierre-Yves David
revert: also track clean files
2014-07-31, by Pierre-Yves David
revert: triage "deleted" files into more appropriate categories
2014-08-01, by Pierre-Yves David
unshelve: silence internal revert
2014-08-15, by Matt Mackall
tests: fixup issue markers to make check-commit happy
2014-08-15, by Matt Mackall
incoming: don't request heads that already are common
stable
2014-08-15, by Mads Kiilerich
tests: improve test coverage for discovery and actual parameters for pulling
stable
2014-08-15, by Mads Kiilerich
changectx: ancestor should only prefer merge.preferancestor if it is a revision
stable
2014-08-15, by Mads Kiilerich
merge: show the scary multiple ancestor hint for merges only, not for updates
stable
2014-08-15, by Mads Kiilerich
discovery: prevent crash on unknown remote heads with old repo (issue4337)
stable
2014-08-14, by Pierre-Yves David
obsstore.create: add a simple safeguard against cyclic markers
stable
2014-08-14, by Pierre-Yves David
debugobsolete: catch ValueError that may be raised by obsstore.create
stable
2014-08-14, by Pierre-Yves David
check-code: extend try/except/finally check for multiple except clauses
2014-08-14, by Matt Mackall
repoview: fix try/except/finally for py2.4
2014-08-14, by Matt Mackall
merge with stable
2014-08-14, by Matt Mackall
test-run-tests: fix up slash/backslash on diff chunks for Windows
stable
2014-08-14, by Matt Mackall
test-largefiles: add test for hg log --follow --patch with path
stable
2014-08-13, by Siddharth Agarwal
largefiles: don't override matchandpats for always matchers (issue4334)
stable
2014-08-13, by Siddharth Agarwal
largefiles: in overridelog, use non-lf matcher for patch generation (issue4334)
stable
2014-08-13, by Siddharth Agarwal
largefiles: drop setting lfstatus in overridelog (issue4334)
stable
2014-08-13, by Siddharth Agarwal
cmdutil: add a hook for making custom non-follow log file matchers
stable
2014-08-13, by Siddharth Agarwal
cmdutil: rename _makelogfilematcher to _makefollowlogfilematcher
stable
2014-08-13, by Siddharth Agarwal
merge with stable
2014-08-14, by Matt Mackall
alias: exit from bad definition by Abort
2014-08-13, by Yuya Nishihara
alias: show one-line hint for command provided by disabled extension
2014-08-13, by Yuya Nishihara
help: provide help of bad alias without executing aliascmd()
2014-08-13, by Yuya Nishihara
alias: provide "unknowncmd" flag to tell help to look for disabled command
2014-08-13, by Yuya Nishihara
alias: keep error message in "badalias" so that help can see it
2014-05-17, by Yuya Nishihara
alias: add test for alias command provided by disabled extension
2014-05-17, by Yuya Nishihara
alias: expand "$@" as list of parameters quoted individually (BC) (issue4200)
2014-08-13, by Siddharth Agarwal
test-alias: add some tests to ensure we aren't double-substituting
2014-08-13, by Siddharth Agarwal
revert: issue "no changes needed" message for files missing on both side
2014-07-31, by Pierre-Yves David
revert: call status against revert target too
2014-06-24, by Pierre-Yves David
revert: prefix variable names for dirstate status with "ds"
2014-06-24, by Pierre-Yves David
revert: move manifest membership condition outside of the loop
2014-06-24, by Pierre-Yves David
histedit: add "roll" command to fold commit data and drop message (issue4256)
2014-08-06, by Mike Edgar
repoview: cache hidden changesets
2014-08-12, by David Soria Parra
repoview: add caching bits
2014-08-12, by David Soria Parra
repoview: split _gethiddenblockers
2014-08-06, by David Soria Parra
repoview: use set for blockers
2014-08-12, by David Soria Parra
histedit: preserve initial author on fold (issue4296)
stable
2014-08-13, by Martin von Zweigbergk
run-tests: fix some io ordering
stable
2014-08-13, by Matt Mackall
merge with stable
2014-08-13, by Matt Mackall
test-revert: add case where file is tracked but deleted in working directory
2014-06-25, by Pierre-Yves David
test-revert: add case with untracked files with unique content
2014-06-27, by Pierre-Yves David
test-revert: add case with untracked files with reverted content
2014-06-27, by Pierre-Yves David
test-revert: add case where file exists but is untracked in working directory
2014-06-27, by Pierre-Yves David
test-revert: add case where the file is marked as removed in the wc
2014-06-27, by Pierre-Yves David
test-revert: add case where wc content is different from "base" and "parent"
2014-06-27, by Pierre-Yves David
test-revert: add case where wc content is already reverted to base content
2014-06-27, by Pierre-Yves David
test-revert: add case where file exists neither in "base" nor in "parent"
2014-06-27, by Pierre-Yves David
test-revert: add case where the file is removed between "base" and "parent"
2014-06-27, by Pierre-Yves David
test-revert: add case where file is unchanged between "base" and "parent"
2014-06-27, by Pierre-Yves David
test-run-tests: fix stdout/stderr io ordering
stable
2014-08-13, by Matt Mackall
test-revert: add case where file is added between "base" and "parent"
2014-06-25, by Pierre-Yves David
merge with stable
2014-08-12, by Matt Mackall
test-revert: add methodical revert to "base" with explicit file path
2014-06-25, by Pierre-Yves David
test-revert: add methodical revert with explicit file path
2014-06-25, by Pierre-Yves David
test-revert: add methodical revert to "base"
2014-06-25, by Pierre-Yves David
test-revert: add methodical revert to parent for working directory
2014-06-25, by Pierre-Yves David
test-revert: display the list of all generated cases
2014-06-25, by Pierre-Yves David
test-revert: also create a text version of the snapshot
2014-06-27, by Pierre-Yves David
hg-test-mode: make exit code highlight work again
2014-08-12, by Matt Mackall
test-revert: prepare methodical testing of revert cases
2014-06-25, by Pierre-Yves David
test-revert: drop useless comments
2014-06-25, by Pierre-Yves David
run-tests: don't double lines on build failure output
stable
2014-08-12, by Matt Mackall
test-run-tests: filter pwd alias for Windows
stable
2014-08-12, by Matt Mackall
run-tests: self-test on Windows needs binary streams
stable
2014-08-12, by Matt Mackall
merge with stable
2014-08-12, by Matt Mackall
help: normalize helplist hints
2014-08-12, by Matt Mackall
help: fold repeatable option message into option table header
2014-08-12, by Matt Mackall
help: roll option list header into option formatter
2014-08-12, by Matt Mackall
help: refactor helplist optlist mess
2014-08-12, by Matt Mackall
help: normalize topic and extension verbose hints
2014-08-12, by Matt Mackall
help: normalize hint about enabling extensions
2014-08-12, by Matt Mackall
help: normalize extension shadow hint
2014-08-12, by Matt Mackall
help: improve command summary hint
2014-08-12, by Matt Mackall
help: tweak --verbose command help hint
2014-08-12, by Matt Mackall
hg-test-mode: don't highlight variables in output
2014-08-12, by Matt Mackall
test-run-tests: test --view
2014-08-12, by Matt Mackall
run-tests: don't show 'i' for tests that don't match a keyword
2014-08-12, by Matt Mackall
repoview: filter tags to non-existent nodes from blockers (issue4328)
stable
2014-08-12, by Matt Mackall
revset: bookmark revset interprets 'literal:' prefix correctly (issue4329)
stable
2014-08-11, by Michael O'Connor
run-tests: attempt to fix iolock handling
2014-08-11, by Matt Mackall
unbundle: fix pyflakes warning about wc
stable
2014-08-11, by Matt Mackall
merge with stable
2014-08-11, by Matt Mackall
check-code: allow an escape pattern to be specified for testpattern
2014-08-02, by Pierre-Yves David
check-code: capture "wc" as a word
2014-08-02, by Pierre-Yves David
test-revert: improve comment
2014-06-25, by Pierre-Yves David
largefiles: synchronize lfdirstate with dirstate after automated committing
2014-08-11, by FUJIWARA Katsunori
largefiles: drop orphan entries from lfdristat at "hg rollback"
2014-08-11, by FUJIWARA Katsunori
largefiles: restore R status of removed largefiles correctly at "hg rollback"
2014-08-11, by FUJIWARA Katsunori
largefiles: factor out synchronization of lfdirstate for future use
2014-08-11, by FUJIWARA Katsunori
largefiles: put whole rollback-ing process into the same "wlock" scope
2014-08-11, by FUJIWARA Katsunori
tests: use a decorator for hghave checks
2014-08-11, by Matt Mackall
hg-test-mode: colorize HGFOO and TESTFOO environment variables
2014-08-10, by Matt Mackall
unbundle: don't advance bookmarks (issue4322) (BC)
stable
2014-08-10, by Matt Mackall
merge with stable
2014-08-10, by Matt Mackall
tests: more bundle2 non-binary file test fixes
stable
2014-08-10, by Matt Mackall
merge with stable
2014-08-10, by Matt Mackall
less
more
|
(0)
-10000
-3000
-1000
-480
+480
+1000
+3000
+10000
tip