Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+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.
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
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip