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