Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
+30000
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.
filemerge: add internal:tagmerge merge tool
2014-06-26, by Angel Ezquerra
filemerge: use non-minimal conflict marker regions (BC)
2014-07-18, by Matt Mackall
test: use more elaborated content in ``test-conflict.t``
2014-06-09, by Pierre-Yves David
run-tests: make --view work again
2014-07-18, by Matt Mackall
filemerge: use 'basic' as the default of '[ui] mergemarkers' for safety
2014-07-06, by FUJIWARA Katsunori
largefiles: avoid unnecessary creation of .hg/largefiles when opening lfdirstate
2014-07-17, by Matt Harbison
run-tests: write out scripts in binary mode
2013-11-05, by Augie Fackler
match: use util.re.escape instead of re.escape
2014-07-15, by Siddharth Agarwal
util.re: add an escape method
2014-07-15, by Siddharth Agarwal
util.re: move check for re2 into a separate method
2014-07-15, by Siddharth Agarwal
util: remove no longer used compilere
2014-07-15, by Siddharth Agarwal
commands: use util.re.compile instead of util.compilere
2014-07-15, by Siddharth Agarwal
config: use util.re.compile instead of util.compilere
2014-07-15, by Siddharth Agarwal
match: use util.re.compile instead of util.compilere
2014-07-15, by Siddharth Agarwal
util: move compilere to a class
2014-07-15, by Siddharth Agarwal
util: rename 're' to 'remod'
2014-07-15, by Siddharth Agarwal
bundle2-push: drop _pushbundle2extraparts
2014-07-02, by Pierre-Yves David
bundle2-test: use the new way to extend push content
2014-07-02, by Pierre-Yves David
bundle2-push: introduce a list of part generating functions
2014-07-02, by Pierre-Yves David
bundle2-push: move changegroup push validation inside _pushb2ctx
2014-07-02, by Pierre-Yves David
push: use `stepsdone` to control changegroup push through bundle10 or bundle20
2014-07-07, by Pierre-Yves David
push: add a ``pushop.stepsdone`` attribute
2014-07-02, by Pierre-Yves David
bundle2: add a ``bundle20.nbparts`` property
2014-07-02, by Pierre-Yves David
bundle2-push: extract changegroup logic in its own function
2014-07-02, by Pierre-Yves David
bundle2: call _pushbundle2extraparts a bit sooner
2014-07-02, by Pierre-Yves David
templatekw: add 'subrepos' keyword to show updated subrepositories
2014-07-15, by FUJIWARA Katsunori
templatekw: add 'currentbookmark' keyword to show current bookmark easily
2014-07-15, by FUJIWARA Katsunori
context: extend efficient manifest filtering to when all paths are files
2014-07-16, by Siddharth Agarwal
revset: remove no longer used _missingancestors revset
2014-07-12, by Siddharth Agarwal
revset: replace _missingancestors optimization with only revset
2014-07-12, by Siddharth Agarwal
tags: introduce _readtaghist function
2014-06-28, by Angel Ezquerra
subrepo: ensure "close()" execution at the end of "_initrepo()"
2014-06-20, by FUJIWARA Katsunori
subrepo: add test whether "[paths]" is configured correctly at subrepo creation
2014-06-20, by FUJIWARA Katsunori
subrepo: ensure "close()" execution at the end of "_cachestorehash()"
2014-06-20, by FUJIWARA Katsunori
subrepo: ensure "close()" execution at the end of "_readstorehashcache()"
2014-06-20, by FUJIWARA Katsunori
subrepo: ensure "close()" execution at the end of "_calcfilehash()"
2014-06-20, by FUJIWARA Katsunori
subrepo: ensure "lock.release()" execution at the end of "_cachestorehash()"
2014-06-20, by FUJIWARA Katsunori
subrepo: ensure "lock.release()" execution at the end of "storeclean()"
2014-06-20, by FUJIWARA Katsunori
largefiles: confirm existence of outgoing largefile entities in remote store
2014-07-07, by FUJIWARA Katsunori
largefiles: show also how many data entities are outgoing at "hg outgoing"
2014-07-07, by FUJIWARA Katsunori
largefiles: show also how many data entities are outgoing at "hg summary"
2014-07-07, by FUJIWARA Katsunori
largefiles: add tests for summary/outgoing improved in subsequent patches
2014-07-07, by FUJIWARA Katsunori
context: generate filtered manifest efficiently for exact matchers
2014-07-12, by Siddharth Agarwal
manifestdict: add a new method to intersect with a set of files
2014-07-12, by Siddharth Agarwal
log: use an exact matcher for --patch --follow
2014-07-12, by Siddharth Agarwal
merge with stable
2014-07-16, by Matt Mackall
log: make --patch --follow work inside a subdirectory
stable
2014-07-12, by Siddharth Agarwal
mergetools: add --nofork option to gvimdiff.diffargs for extdiff
2014-07-12, by Yuya Nishihara
contrib/vagrant: use Vagrant for running tests on virtual machine
2014-07-05, by anatoly techtonik
merge with stable
2014-07-14, by Matt Mackall
log: allow revset for --follow to be lazily evaluated
2014-07-12, by Siddharth Agarwal
parsers: remove unused getintat function
2014-07-14, by Siddharth Agarwal
revset: maintain ordering when subtracting from a baseset (issue4289)
2014-07-14, by Matt Mackall
cmdutil: separate building commit text from 'commitforceeditor'
2014-07-15, by FUJIWARA Katsunori
convert: detect removal of ".gitmodules" at git source revisions correctly
stable
2014-07-14, by FUJIWARA Katsunori
templates: escape NUL bytes in jsonescape (issue4303)
stable
2014-07-14, by Matt Mackall
localrepo: document localrepo.hook()
2014-07-12, by Gregory Szorc
filemerge: use 'util.ellipsis' to trim custom conflict markers correctly
2014-07-06, by FUJIWARA Katsunori
filemerge: use only the first line of the generated conflict marker for safety
2014-07-06, by FUJIWARA Katsunori
progress: use 'encoding.colwidth' to get column width of items correctly
2014-07-06, by FUJIWARA Katsunori
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
+30000
tip