Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-384
+384
+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.
mq: simplifies the refresh hint in checklocalchanges
2013-09-25, by Pierre-Yves David
merge: let the user choose to merge, keep local or keep remote subrepo revisions
2013-09-06, by Angel Ezquerra
python2.4: fix imports of sub-packages of the email package
2013-09-24, by Augie Fackler
httpconnection: properly inject ssl_wrap_socket into httpclient (issue4038)
2013-09-20, by Augie Fackler
sslutil: make keyfile and certfile arguments consistent between 2.6+ and 2.5-
2013-09-20, by Augie Fackler
httpclient: import 4bb625347d4a to provide SSL wrapper injection
2013-09-20, by Augie Fackler
sslutil: add a config knob to support TLS (default) or SSLv23 (bc) (issue4038)
2013-09-19, by Augie Fackler
largefiles: standardize error message for dirty working dir
2013-09-23, by Siddharth Agarwal
cmdutil.bailifchanged: standardize error message for dirty working dir
2013-09-23, by Siddharth Agarwal
merge: standardize error message for dirty subrepo
2013-09-23, by Siddharth Agarwal
merge: standardize error message for dirty working dir
2013-09-23, by Siddharth Agarwal
update: standardize error message for dirty update --check
2013-09-23, by Siddharth Agarwal
update: improve error message for dirty non-linear update with rev
2013-09-23, by Siddharth Agarwal
update: add error message for dirty non-linear update with no rev
2013-09-23, by Siddharth Agarwal
update: improve error message for clean non-linear update
2013-09-23, by Siddharth Agarwal
pull: for pull --update with failed update, print hint if any
2013-09-23, by Siddharth Agarwal
paper: edit search hint to include new feature description
2013-09-06, by Alexander Plavin
paper: define searchhint message in map file and use it in other templates
2013-07-25, by Alexander Plavin
debugshell: appease pyflakes
2013-09-23, by Matt Mackall
check-code: new rule to forbid imports of a.b on the same line as other imports
2013-09-20, by Augie Fackler
notify: correct import of email module, sort stdlib modules to top
2013-09-20, by Augie Fackler
patchbomb: correct import of email module
2013-09-20, by Augie Fackler
mail: correct import of email module
2013-09-20, by Augie Fackler
patch: correct import of email module
2013-09-20, by Augie Fackler
subrepo: move import of xml.minidom.dom to its own line for check-code
2013-09-20, by Augie Fackler
convert: move import of xml.minidom.dom to its own line for check-code
2013-09-20, by Augie Fackler
perf: rearrange imports of changelong and manifest to appease check-code
2013-09-20, by Augie Fackler
merge with stable
2013-09-23, by Matt Mackall
tests: fix check-code breakage
stable
2013-09-23, by Matt Mackall
paper: add infinite scrolling to graph by calling ajaxScrollInit at the page
2013-09-22, by Alexander Plavin
hgweb: add graph mode of ajax response processing
2013-09-20, by Alexander Plavin
hgweb: make infinite scroll handling more generic and extensible
2013-09-22, by Alexander Plavin
hgweb: add reset javascript function to Graph
2013-09-06, by Alexander Plavin
largefiles: setup "largefiles" feature in each repositories individually
2013-09-21, by FUJIWARA Katsunori
localrepo: make supported features manageable in each repositories individually
2013-09-21, by FUJIWARA Katsunori
extensions: list up only enabled extensions, if "ui" is specified
2013-09-21, by FUJIWARA Katsunori
merge with stable
2013-09-23, by Matt Mackall
largefiles: remove bailifchanged check from overridepull (BC)
2013-09-20, by Siddharth Agarwal
rebase: remove bailifchanged check from pullrebase (BC)
2013-09-20, by Siddharth Agarwal
debugshell: check ui.debugger for which debugger to use
2013-07-14, by Sean Farley
debugshell: add function to embed ipython
2013-07-14, by Sean Farley
debugshell: abstract out pdb code.interact
2013-07-14, by Sean Farley
templater: support using templates with non-standard names from map file
2013-09-22, by Alexander Plavin
help: use full name of extensions to look up them for keyword search
stable
2013-09-23, by FUJIWARA Katsunori
hgweb: add link to force literal keyword search
2013-09-06, by Alexander Plavin
raw: show current search mode name at search results
2013-09-06, by Alexander Plavin
paper: show current search mode name at search results
2013-09-06, by Alexander Plavin
hgweb: pass variable with current search mode name to the search template
2013-09-06, by Alexander Plavin
generaldelta: initialize basecache properly
stable
2013-09-20, by Wojciech Lopata
merge with stable
2013-09-20, by Matt Mackall
paper: add reddish background to ajax error message
2013-09-06, by Alexander Plavin
paper: add simple animation to the loading indicator
2013-09-06, by Alexander Plavin
hgweb: add CSS class to the last entry on a page
2013-09-06, by Alexander Plavin
run-tests: find mercurial path with syntax valid on both py2 and py3
2013-09-19, by Augie Fackler
run-tests: if run by python3, execute setup.py with --c2to3
2013-09-19, by Augie Fackler
commands: import hgweb.server in a way that 2to3 can rewrite
2013-09-19, by Augie Fackler
hgweb: show message when an error occured during ajax loading
2013-09-06, by Alexander Plavin
hgweb: show loading indicator while an ajax request is in process
2013-09-06, by Alexander Plavin
hgweb: show a message when there are no more entries in the list
2013-09-06, by Alexander Plavin
util.h: fix gcc version checking
2013-09-19, by Siddharth Agarwal
mq: remove unused repo._committingpatch-related code
2013-09-16, by Brodie Rao
strip: set current bookmark to None if stripped
stable
2013-09-07, by Sean Farley
merge with stable
2013-09-18, by Matt Mackall
sslutil: backed out changeset 074bd02352c0 (issue4038)
stable
2013-09-18, by Augie Fackler
httpclient: apply upstream revision da7579b034a4 to fix SSL problems (issue4038)
stable
2013-09-18, by Augie Fackler
paper: call ajaxScrollInit in shortlog
2013-09-06, by Alexander Plavin
hgweb: add ajaxScrollInit function, which does the ajax requests and processing
2013-09-18, by Alexander Plavin
check-code: add bracket style check
2013-09-18, by Matt Mackall
util.h: getbe32() and putbe32() use intrinsic function to improve performance
2013-09-14, by Wei, Elson
hgweb: add appendFormatHTML javascript function
2013-09-06, by Alexander Plavin
hgweb: add removeByClassName javascript function
2013-09-06, by Alexander Plavin
hgweb: add docFromHTML javascript function
2013-09-06, by Alexander Plavin
hgweb: add makeRequest javascript function
2013-09-06, by Alexander Plavin
hgweb: add format javascript function
2013-09-06, by Alexander Plavin
hgweb: add nextentry variable for easy pagination in changelog
2013-09-06, by Alexander Plavin
hgweb: always compute all entries and latestentry in changelog
2013-09-06, by Alexander Plavin
templatefilters: add short format for age formatting
2013-09-17, by David Soria Parra
hgweb: remove unused argument of changelist function in changelog
2013-09-06, by Alexander Plavin
context: move evolution functions from changectx to basectx
2013-09-17, by Sean Farley
context: use correct spelling of committable
2013-09-17, by Sean Farley
check-code: check C patterns against .h files
2013-09-17, by Matt Mackall
check-code: make casting style check more precise
2013-09-17, by Matt Mackall
log: make file log slow path usable on large repos
2013-09-10, by Durham Goode
plan9: update util.py for cpython 2.7 build
2013-09-13, by Jeff Sickel
parse_manifest: rewrite to use memchr
2013-09-06, by Siddharth Agarwal
parsers: correctly handle a failed allocation
2013-09-16, by Bryan O'Sullivan
parsers: use Py_INCREF safely
2013-09-16, by Bryan O'Sullivan
parsers: state is a char, not an int
2013-09-16, by Bryan O'Sullivan
setup: check if mercurial/util.h has been modified
2013-09-13, by Wei, Elson
util.h: add stdint basic type definitions
2013-09-13, by Wei, Elson
hgweb: add revset syntax support to search
2013-09-06, by Alexander Plavin
revset: add a whitelist of DoS-safe symbols
2013-09-06, by Alexander Plavin
revset: add helper function to get functions used in a revset parse tree
2013-08-07, by Alexander Plavin
revset: add helper function to get revset parse tree depth
2013-08-09, by Alexander Plavin
parsers: use a lookup table to convert hex to binary
2013-09-07, by Siddharth Agarwal
revlog: remove _chunkbase since it is no longer used
2013-09-06, by Siddharth Agarwal
revlog: move chunk cache preload from revision to _chunks
2013-09-06, by Siddharth Agarwal
revlog._chunks: inline getchunk
2013-09-06, by Siddharth Agarwal
revlog.revision: fix cache preload for inline revlogs
2013-09-07, by Siddharth Agarwal
revlog: add a fast method for getting a list of chunks
2013-09-06, by Siddharth Agarwal
perfmanifest: allow and require passing in a rev
2013-09-06, by Siddharth Agarwal
perfmanifest: fix cache invalidation
2013-09-06, by Siddharth Agarwal
lrucachedict: implement clear()
2013-09-06, by Siddharth Agarwal
merge with stable
2013-09-07, by Kevin Bullock
bundle: fix performance regression when bundling file changes (issue4031)
stable
2013-09-07, by Antoine Pitrou
merge with stable
2013-09-07, by Kevin Bullock
revset: fix wrong keyword() behaviour for strings with spaces
stable
2013-08-06, by Alexander Plavin
commitablefilectx: move children from workingfilectx
2013-08-15, by Sean Farley
commitablefilectx: move parents from workingfilectx
2013-08-15, by Sean Farley
commitablefilectx: move __nonzero__ from workingfilectx
2013-08-15, by Sean Farley
commitablefilectx: move __init__ from workingfilectx
2013-08-15, by Sean Farley
commitablefilectx: add a class that will be used for mutable file contexts
2013-08-15, by Sean Farley
commitablectx: move dirs from workingctx
2013-08-14, by Sean Farley
commitablectx: move markcommitted from workingctx
2013-08-14, by Sean Farley
commitablectx: move ancestors from workingctx
2013-08-14, by Sean Farley
commitablectx: move walk from workingctx
2013-08-14, by Sean Farley
commitablectx: move ancestor from workingctx
2013-08-14, by Sean Farley
commitablectx: move flags from workingctx
2013-08-14, by Sean Farley
commitablectx: move children from workingctx
2013-08-14, by Sean Farley
commitablectx: move hidden from workingctx
2013-08-14, by Sean Farley
commitablectx: move phase from workingctx
2013-08-14, by Sean Farley
commitablectx: move bookmarks from workingctx
2013-08-14, by Sean Farley
commitablectx: move tags from workingctx
2013-08-14, by Sean Farley
commitablectx: move extra from workingctx
2013-08-14, by Sean Farley
commitablectx: move closesbranch from workingctx
2013-08-14, by Sean Farley
commitablectx: move branch from workingctx
2013-08-14, by Sean Farley
commitablectx: move clean from workingctx
2013-08-14, by Sean Farley
commitablectx: move ignored from workingctx
2013-08-14, by Sean Farley
commitablectx: move unknown from workingctx
2013-08-14, by Sean Farley
commitablectx: move deleted from workingctx
2013-08-14, by Sean Farley
commitablectx: move removed from workingctx
2013-08-14, by Sean Farley
commitablectx: move added from workingctx
2013-08-14, by Sean Farley
commitablectx: move modified from workingctx
2013-08-14, by Sean Farley
commitablectx: move files from workingctx
2013-08-14, by Sean Farley
commitablectx: move description from workingctx
2013-08-14, by Sean Farley
commitablectx: move date from workingctx
2013-08-14, by Sean Farley
commitablectx: move _date from workingctx
2013-08-15, by Sean Farley
commitablectx: move user from workingctx
2013-08-14, by Sean Farley
commitablectx: move _user from workingctx
2013-08-15, by Sean Farley
commitablectx: move status from workingctx
2013-08-14, by Sean Farley
commitablectx: move _status from workingctx
2013-08-14, by Sean Farley
commitablectx: move _manifest from workingctx
2013-08-14, by Sean Farley
commitablectx: move _flagfunc from workingctx
2013-08-14, by Sean Farley
commitablectx: move _buildflagfunc from workingctx
2013-08-14, by Sean Farley
commitablectx: move __contains__ from workingctx
2013-08-14, by Sean Farley
commitablectx: move __nonzero__ from workingctx
2013-08-14, by Sean Farley
commitablectx: move __str__ from workingctx
2013-08-14, by Sean Farley
commitablectx: move __init__ from workingctx
2013-08-14, by Sean Farley
commitablectx: add a class that will be used as a parent of mutable contexts
2013-08-14, by Sean Farley
workingfilectx: remove unneeded __repr__ since it is now inherited
2013-08-14, by Sean Farley
workingfilectx: remove bogus comment
2013-08-15, by Sean Farley
workingfilectx: remove __str__ manifest since it is now inherited
2013-08-15, by Sean Farley
basefilectx: use basectx __str__ instead of duplicating logic
2013-08-15, by Sean Farley
workingctx: remove unneeded manifest since it is now inherited
2013-08-14, by Sean Farley
workingctx: remove unneeded __repr__ since it is now inherited
2013-08-14, by Sean Farley
hgweb: import the whole util module in webcommands instead of just one function
2013-09-03, by Alexander Plavin
hgweb: add string constants for search mode names
2013-09-04, by Alexander Plavin
addremove: don't do full walks
2013-09-04, by Siddharth Agarwal
merge with mpm
2013-09-05, by Augie Fackler
merge with mpm
2013-09-03, by Augie Fackler
pack_dirstate: only invalidate mtime for files written in the last second
2013-08-17, by Siddharth Agarwal
dirstate.status: don't ignore symlink placeholders in the normal set
2013-08-31, by Siddharth Agarwal
localrepo.status: ignore empty symlink placeholders
2013-08-31, by Siddharth Agarwal
merge with stable
2013-09-03, by Matt Mackall
Added signature for changeset 335a558f81dc
stable
2013-09-03, by Matt Mackall
Added tag 2.7.1 for changeset 335a558f81dc
stable
2013-09-03, by Matt Mackall
tags: write tag overwriting history also into tag cache file (issue3911)
stable
2.7.1
2013-08-28, by FUJIWARA Katsunori
merge with stable
2013-09-03, by Matt Mackall
histedit: add description about "histedit --outgoing" to command help
stable
2013-08-26, by FUJIWARA Katsunori
histedit: add description about basic histedit function to command help
stable
2013-08-26, by FUJIWARA Katsunori
rebase: handle bookmarks matching revset function names (issue3950)
stable
2013-09-03, by Bryan O'Sullivan
rebase: handle bookmarks matching revset function names (issue3950)
2013-09-03, by Bryan O'Sullivan
dispatch: add ability to specify a custom pdb module as a debugger
2013-07-25, by Sean Farley
dispatch: move command line --config argument parsing to _runcatch()
2013-07-13, by Sean Farley
mq: update subrepos when applying / unapplying patches that change .hgsubstate
2013-08-13, by Angel Ezquerra
subrepo: make submerge() return the merged substate
2013-08-21, by Angel Ezquerra
mq: look for modified subrepos when checking for local changes
2013-08-06, by Angel Ezquerra
localrepo: get value from the unfiltered caches should check if the attribute existed.
2013-08-07, by Wei, Elson
hgweb: always run search when a query is entered (bc)
2013-07-19, by Alexander Plavin
hgweb: search() function supports direct pointing to revision
2013-07-19, by Alexander Plavin
hgweb: pass arguments which a function depends on explicitly in search
2013-08-22, by Alexander Plavin
hgweb: add dynamic search function selection, depending on the query
2013-08-22, by Alexander Plavin
unionrevlog: extract 'baserevision' and 'baserevdiff' methods
2013-08-26, by Wojciech Lopata
bundlerevlog: extract 'baserevision' method
2013-08-26, by Wojciech Lopata
solaris: tests can't use tail -n
2013-08-26, by Danek Duvall
solaris: sed doesn't recognize a line without a newline
2013-08-23, by Danek Duvall
solaris: test cases can't use grep -a
2013-08-23, by Danek Duvall
revlog: pass node as an argument of addrevision
2013-08-19, by Wojciech Lopata
revlog: extract 'checkhash' method
2013-08-19, by Wojciech Lopata
histedit: discard meaningless comment about 'hexlify node'
2013-08-26, by FUJIWARA Katsunori
histedit: add description about "histedit --outgoing" to command help
2013-08-26, by FUJIWARA Katsunori
histedit: add description about basic histedit function to command help
2013-08-26, by FUJIWARA Katsunori
httpclient: import 0d1b0a8bc549 to fix bug involving late-arriving RST after a response
2013-08-23, by Augie Fackler
progress: stop getting stuck in a nested topic during a long inner step
2013-08-23, by Augie Fackler
Backed out changeset 77d434760857
2013-08-15, by Augie Fackler
hgrc.d: separate namespace for mercurial scripts 9diff and 9mail
2013-08-15, by Jeff Sickel
debugfs: add hardlink support reporting
2013-08-14, by Matt Mackall
obsolete: allow passing a revision to successorssets()
2013-08-04, by Dan Villiom Podlaski Christiansen
factotum: clean up keychain for multiple hg repository authentication
2013-08-12, by Jeff Sickel
9mail: new script to add support for Plan 9 upas/marshal email wrapper
2013-08-12, by Jeff Sickel
workingfilectx: inherit from basefilectx instead of filectx
2013-08-11, by Sean Farley
basefilectx: move copies from filectx
2013-08-11, by Sean Farley
basefilectx: move ancestors from filectx
2013-08-11, by Sean Farley
basefilectx: move ancestor from filectx
2013-08-11, by Sean Farley
basefilectx: move annotate from filectx
2013-08-11, by Sean Farley
basefilectx: move p2 from filectx
2013-08-11, by Sean Farley
basefilectx: move p1 from filectx
2013-08-11, by Sean Farley
basefilectx: move parents from filectx
2013-08-11, by Sean Farley
basefilectx: move cmp from filectx
2013-08-11, by Sean Farley
basefilectx: move isbinary from filectx
2013-08-11, by Sean Farley
basefilectx: move path from filectx
2013-08-11, by Sean Farley
basefilectx: move changectx from filectx
2013-08-11, by Sean Farley
basefilectx: move manifest from filectx
2013-08-11, by Sean Farley
basefilectx: move phasestr from filectx
2013-08-11, by Sean Farley
basefilectx: move phase from filectx
2013-08-11, by Sean Farley
basefilectx: move extra from filectx
2013-08-11, by Sean Farley
basefilectx: move branch from filectx
2013-08-11, by Sean Farley
basefilectx: move description from filectx
2013-08-11, by Sean Farley
basefilectx: move files from filectx
2013-08-11, by Sean Farley
basefilectx: move date from filectx
2013-08-11, by Sean Farley
basefilectx: move user from filectx
2013-08-11, by Sean Farley
basefilectx: move hex from filectx
2013-08-11, by Sean Farley
basefilectx: move node from filectx
2013-08-11, by Sean Farley
basefilectx: move linkrev from filectx
2013-08-11, by Sean Farley
basefilectx: move rev from filectx
2013-08-11, by Sean Farley
basefilectx: move filelog from filectx
2013-08-11, by Sean Farley
basefilectx: move flags from filectx
2013-08-11, by Sean Farley
basefilectx: move filenode from filectx
2013-08-11, by Sean Farley
basefilectx: move filerev from filectx
2013-08-11, by Sean Farley
basefilectx: move __ne__ from filectx
2013-08-11, by Sean Farley
basefilectx: move __eq__ from filectx
2013-08-11, by Sean Farley
basefilectx: move __hash__ from filectx
2013-08-11, by Sean Farley
basefilectx: move __repr__ from filectx
2013-08-11, by Sean Farley
basefilectx: move __str__ from filectx
2013-08-11, by Sean Farley
basefilectx: move __nonzero__ from filectx
2013-08-11, by Sean Farley
basefilectx: move _repopath from filectx
2013-08-11, by Sean Farley
basefilectx: move _filerev from filectx
2013-08-11, by Sean Farley
basefilectx: move _filenode from filectx
2013-08-11, by Sean Farley
basefilectx: move _changeid from filectx
2013-08-11, by Sean Farley
basefilectx: move _filelog from filectx
2013-08-11, by Sean Farley
basefilectx: add an empty class that will be used as a parent of file contexts
2013-08-10, by Sean Farley
workingctx: inherit from basectx instead of changectx
2013-08-05, by Sean Farley
largefiles: remove unnecessary check of instance
2013-08-06, by Sean Farley
localrepo: remove unnecessary check of instance
2013-08-06, by Sean Farley
basectx: remove unnecessary check of instance
2013-08-06, by Sean Farley
basectx: move dirty from changectx
2013-08-05, by Sean Farley
basectx: move dirs from changectx
2013-08-05, by Sean Farley
basectx: move _dirs from changectx
2013-08-05, by Sean Farley
basectx: move diff from changectx
2013-08-05, by Sean Farley
basectx: move match from changectx
2013-08-05, by Sean Farley
basectx: move sub from changectx
2013-08-05, by Sean Farley
basectx: move flags from changectx
2013-08-05, by Sean Farley
basectx: move filenode from changectx
2013-08-05, by Sean Farley
basectx: move _fileinfo from changectx
2013-08-05, by Sean Farley
basectx: move p2 from changectx
2013-08-05, by Sean Farley
basectx: move p1 from changectx
2013-08-05, by Sean Farley
basectx: move parents from changectx
2013-08-05, by Sean Farley
basectx: move mutable from changectx
2013-08-05, by Sean Farley
basectx: move phasestr from changectx
2013-08-05, by Sean Farley
basectx: move manifest from changectx
2013-08-05, by Sean Farley
basectx: move __iter__ from changectx
2013-08-05, by Sean Farley
basectx: move __getitem__ from changectx
2013-08-05, by Sean Farley
basectx: move __contains__ from changectx
2013-08-05, by Sean Farley
basectx: move substate from changectx
2013-08-05, by Sean Farley
basectx: move __ne__ from changectx
2013-08-05, by Sean Farley
basectx: move __eq__ from changectx
2013-08-05, by Sean Farley
basectx: move __repr__ from changectx
2013-08-02, by Sean Farley
basectx: move __int__ from changectx
2013-08-02, by Sean Farley
basectx: change _node to node() in hex
2013-08-02, by Sean Farley
basectx: move hex from changectx
2013-08-02, by Sean Farley
basectx: move node from changectx
2013-08-02, by Sean Farley
basectx: move rev from changectx
2013-08-02, by Sean Farley
basectx: move __str__ from changectx
2013-08-02, by Sean Farley
changectx: if passing a basectx then exit __init__ immediately
2013-08-06, by Sean Farley
basectx: return a copied context if changeid is already a basectx
2013-08-06, by Sean Farley
basectx: add an empty class that will be used as a parent of all contexts
2013-07-13, by Sean Farley
ui.config: fix bug in config alternatives from cc669e4fec95
2013-07-24, by Augie Fackler
proxy: allow wildcards in the no proxy list (issue1821)
2013-08-03, by Matt Mackall
hgweb: cleaner if conditions in changelog() function
2013-07-19, by Alexander Plavin
hgweb: separate search itself and template generation
2013-07-15, by Alexander Plavin
paper: remove unused occurence of changelogtag in views
2013-08-03, by Alexander Plavin
hgweb: show full date in rfc822 format in tooltips at shortlog page
2013-06-30, by Alexander Plavin
hgweb: remove trailing whitespace in mercurial.js
2013-08-04, by Kevin Bullock
paper: get rid of changelogtag template duplication
2013-07-22, by Alexander Plavin
obsolete: clean up a couple of docstrings for correctness
2013-07-26, by Augie Fackler
run-tests: only check the common criteria once per test
2013-07-26, by Simon Heimberg
merge with stable
2013-08-01, by Matt Mackall
Added signature for changeset f37b5a17e6a0
stable
2013-08-01, by Matt Mackall
Added tag 2.7 for changeset f37b5a17e6a0
stable
2013-08-01, by Matt Mackall
bookmarks: pull --update updates to active bookmark if it moved (issue4007)
stable
2.7
2013-08-01, by Kevin Bullock
merge with i18n
stable
2013-08-01, by Matt Mackall
i18n-pt_BR: synchronized with 7b815e38022a
stable
2013-08-01, by Wagner Bruna
i18n-ja: synchronized with cfdae231ba78
stable
2013-08-01, by FUJIWARA Katsunori
histedit: don't clobber working copy on --abort if not on histedit cset
stable
2013-08-01, by Matt Mackall
rebase: allow aborting when descendants detected
stable
2013-08-01, by Matt Mackall
rebase: continue abort without strip for immutable csets (issue3997)
stable
2013-08-01, by Matt Mackall
rebase: don't clobber wd on --abort when we've updated away (issue4009)
stable
2013-08-01, by Matt Mackall
bookmarks: update only proper bookmarks on push -r/-B (issue 3973)
stable
2013-07-26, by Wojciech Lopata
checklink: work around sshfs brain-damage (issue3636)
stable
2013-07-28, by Matt Mackall
import: cut commit messages at --- unconditionally (issue2148)
stable
2013-07-27, by Matt Mackall
win32: update Inno Setup installer script and extensions list
stable
2013-07-27, by Pascal Quantin
revert: fix largefiles breakage
stable
2013-07-26, by Matt Mackall
revert: make backup when unforgetting a file (issue3423)
stable
2013-07-26, by Matt Mackall
revsingle: fix silly API issue (issue2992)
stable
2013-07-26, by Matt Mackall
Added signature for changeset f0d7721d7322
stable
2013-07-26, by Matt Mackall
Added tag 2.7-rc for changeset f0d7721d7322
stable
2013-07-26, by Matt Mackall
i18n-it: do not translate rst syntax
stable
2.7-rc
2013-07-25, by Simon Heimberg
convert: handle changeset sorting errors without traceback (issue3961)
stable
2013-07-26, by Frank Kingswood
ancestor.deepest: ignore ninteresting while building result (issue3984)
stable
2013-07-25, by Siddharth Agarwal
ancestor.deepest: decrement ninteresting correctly (issue3984)
stable
2013-07-25, by Wei, Elson
ancestor.deepest: sort revs in C version
stable
2013-07-25, by Siddharth Agarwal
check-code: add a check for the next() builtin, which was new in 2.6
stable
2013-07-25, by Augie Fackler
mq: rename next() to nextpatch() to avoid confusing a future check-code patch
stable
2013-07-25, by Augie Fackler
hgweb: replace next(revs) to revs.next() to fix compatibility with Python 2.5-
stable
2013-07-25, by Alexander Plavin
tests: glob out exception type for directory collision
stable
2013-07-25, by Matt Mackall
record: add checkunfinished support (issue3955)
stable
2013-07-25, by Matt Mackall
checkunfinished: accommodate histedit quirk
stable
2013-07-25, by Matt Mackall
tests: test-check-code-hg.t works for all files to check
stable
2013-07-22, by Simon Heimberg
check-code: do not abort on an unreadable file, only report this
stable
2013-07-22, by Simon Heimberg
heads: fix children/descendants in doc (issue3992)
stable
2013-07-25, by Matt Mackall
paper: fix rendering of the first tab in a line in Webkit (issue3990)
stable
2013-07-21, by Alexander Plavin
hgweb: fix duplication for some search queries
stable
2013-07-21, by Alexander Plavin
sslutil: force SSLv3 on Python 2.6 and later (issue3905)
stable
2013-07-24, by Augie Fackler
httpclient: update to revision 9517a2b56fe9 of httpplus (issue3905)
stable
2013-07-24, by Augie Fackler
hgweb: force connection close on early response
stable
2013-05-11, by Augie Fackler
hgweb: fix incorrect revisions count in graph (issue3977)
stable
2013-07-25, by Alexander Plavin
hgweb: fix incorrect way to count revisions in log (issue3977)
stable
2013-07-25, by Alexander Plavin
hgweb: always start graph with the revision in url
stable
2013-07-25, by Alexander Plavin
merge with i18n
stable
2013-07-25, by Matt Mackall
i18n-pt_BR: synchronized with bf6bc4681383
stable
2013-07-24, by Wagner Bruna
update: add tracking of interrupted updates (issue3113)
stable
2013-07-25, by Matt Mackall
mq: add checkunfinished support (issue3955)
stable
2013-07-25, by Matt Mackall
transplant: add checkunfinished (issue3955)
stable
2013-07-24, by Matt Mackall
histedit: add checkunfinished support (issue3955)
stable
2013-07-24, by Matt Mackall
rebase: add checkunfinished support (issue3955)
stable
2013-07-24, by Matt Mackall
rebase: reorder parent check and state storage
stable
2013-07-24, by Matt Mackall
commands: add checks for unfinished operations (issue3955)
stable
2013-07-24, by Matt Mackall
update: clear any clearable unfinished operations (issue3955)
stable
2013-07-24, by Matt Mackall
cmdutil: core functionality to block during multistep commands (issue3955)
stable
2013-07-24, by Matt Mackall
histedit: refuse to edit history that contains merges (issue3962)
stable
2013-07-24, by Augie Fackler
largefiles: overridematch() should replace the file path instead of extending (issue3934)
stable
2013-07-24, by Wei, Elson
revlog: handle hidden revs in _partialmatch (issue3979)
stable
2013-07-23, by Matt Mackall
fileset: handle underbar in symbols
stable
2013-07-23, by Matt Mackall
heads: modernize documentation (issue3992)
stable
2013-07-21, by Matt Mackall
convert: catch empty origpaths in svn gettags (issue3941)
stable
2013-07-19, by Matt Mackall
template: fix tabindent docstring (issue2880)
stable
2013-07-19, by Matt Mackall
merge default into stable for 2.7 code freeze
stable
2013-07-19, by Matt Mackall
osutil: consider WindowsError's behaviour to support python 2.4 on Windows
2013-07-12, by Shun-ichi GOTO
churn: split email aliases from the right
2013-07-17, by Matthew Turk
hgweb: highlight line which is linked to at annotate view
2013-07-14, by Alexander Plavin
hgweb: always start log with searched revision
2013-07-13, by Alexander Plavin
util: check if re2 works before using it (issue 3964)
2013-07-01, by Simon Heimberg
run-tests: backout 4f32747879d1 line endings change
2013-07-18, by Matt Mackall
hgweb: highlight line which is linked to at comparison view
2013-07-13, by Alexander Plavin
hgweb: change highlighted line color to be different from 'inserted' color
2013-07-13, by Alexander Plavin
convert: fix bad conversion of copies when hg.startrev is specified
2013-07-19, by Mads Kiilerich
test-convert-hg-startrev: fix test for copy removal on missing parent
2013-07-19, by Mads Kiilerich
hgweb: make stripes in diffstat with CSS
2013-07-13, by Alexander Plavin
hgweb: make stripes in file log with CSS
2013-07-13, by Alexander Plavin
hgweb: make stripes in graph with CSS
2013-07-13, by Alexander Plavin
hgweb: make stripes in log and search with CSS
2013-07-13, by Alexander Plavin
hgweb: make stripes in branch list with CSS
2013-07-13, by Alexander Plavin
hgweb: make stripes in repo list with CSS
2013-07-13, by Alexander Plavin
hgweb: make stripes in file annotate view with CSS
2013-07-13, by Alexander Plavin
hgweb: make stripes in tag list with CSS
2013-07-13, by Alexander Plavin
hgweb: make stripes in directory view with CSS
2013-07-13, by Alexander Plavin
hgweb: make stripes in bookmark list with CSS
2013-07-13, by Alexander Plavin
tests: update for commit --secret
2013-07-18, by Matt Mackall
gpg: show "Unknown key ID xxxxxxxx" when the status is ERRSIG
2013-07-14, by Wei, Elson
gpg: add shortkey() to convert from long id to short
2013-07-14, by Wei, Elson
gpg: getkeys() removes unused returning value "err"
2013-07-12, by Wei, Elson
gpg: treat "ERRSIG" as a valid key id but no fingerprint
2013-07-12, by Wei, Elson
commit: enable --secret option
2013-07-11, by Jordi GutiƩrrez Hermoso
merge: deprecate the --force option
2013-07-17, by Florence Laguzet
run-tests: revert previous commit, run() waits after a timeout
2013-07-18, by Brendan Cully
run-tests: reap timed-out zombies
2013-07-18, by Brendan Cully
hgweb: run search instead of showing wrong error for ambigious identifier
2013-07-12, by Alexander Plavin
doc: bump copyright year
2013-07-17, by Siddharth Agarwal
version: bump copyright year
2013-07-17, by Siddharth Agarwal
hgweb: add line wrapping switch to file diff and changeset views
2013-07-13, by Alexander Plavin
hgweb: file diff and changesets views behave like file source view
2013-07-13, by Alexander Plavin
hgweb: introduce separate classes for stripey background
2013-07-12, by Alexander Plavin
hgweb: add line wrapping switch to file source view
2013-07-12, by Alexander Plavin
hgweb: add changelog and search templates to raw style
2013-07-09, by Alexander Plavin
less
more
|
(0)
-10000
-3000
-1000
-384
+384
+1000
+3000
+10000
+30000
tip