Mercurial > hg
graph
-
bookmarks: use tryunlinkTue, 21 Mar 2017 06:50:28 -0700, by Ryan McElroy
-
shelve: use tryunlinkTue, 21 Mar 2017 06:50:28 -0700, by Ryan McElroy
-
vfs: add tryunlink methodTue, 21 Mar 2017 06:50:28 -0700, by Ryan McElroy
-
util: use tryunlink in unlinkpathTue, 21 Mar 2017 06:50:28 -0700, by Ryan McElroy
-
util: add tryunlink functionTue, 21 Mar 2017 06:50:28 -0700, by Ryan McElroy
-
util: unify unlinkpathTue, 21 Mar 2017 06:50:28 -0700, by Ryan McElroy
-
posix: use local reference to removedirsTue, 21 Mar 2017 06:50:28 -0700, by Ryan McElroy
-
posix: use local reference to unlinkTue, 21 Mar 2017 06:50:28 -0700, by Ryan McElroy
-
localrepo: improve vfs documentationTue, 21 Mar 2017 06:50:42 -0700, by Ryan McElroy
-
ui: restrict length of autogenerated blocked tagsMon, 20 Mar 2017 05:08:21 -0700, by Simon Farnsworth
-
commit: keep opts as byteskwargs as much as possibleSun, 19 Mar 2017 01:20:08 -0400, by Augie Fackler
-
util: reference __main__ in sys.modules as a sysstrSun, 19 Mar 2017 01:19:27 -0400, by Augie Fackler
-
ui: convert to/from Unicode on Python 3 in ui.editor()Sun, 19 Mar 2017 01:38:10 -0400, by Augie Fackler
-
manifest: refer to bytestrings as bytes, not strSun, 19 Mar 2017 01:12:03 -0400, by Augie Fackler
-
manifest: use node.hex instead of .encode('hex')Sun, 19 Mar 2017 01:11:37 -0400, by Augie Fackler
-
pure: use int instead of longMon, 20 Mar 2017 21:40:28 -0700, by Martin von Zweigbergk
-
histedit: inline cleanupnodeMon, 13 Mar 2017 22:30:07 -0700, by Jun Wu
-
histedit: use safecleanupnode in _aborthistedit (issue5500)Mon, 13 Mar 2017 22:22:18 -0700, by Jun Wu
-
histedit: use safecleanupnode in _finishhisteditMon, 13 Mar 2017 22:19:06 -0700, by Jun Wu
-
histedit: add a method to cleanup nodes safelyMon, 13 Mar 2017 21:10:45 -0700, by Jun Wu
-
py3: prove hg status worksTue, 21 Mar 2017 07:22:13 +0530, by Rishabh Madan
-
localrepo: use node.hex instead of awkward .encode('latin1')Mon, 20 Mar 2017 22:06:57 -0400, by Augie Fackler
-
py3: prove hg config worksTue, 21 Mar 2017 03:15:18 +0530, by Rishabh Madan
-
templater: make pad() strip color codes before computing width (issue5416)Sat, 18 Mar 2017 21:02:20 +0900, by Yuya Nishihara
-
templater: make pad() compute actual widthSat, 18 Mar 2017 20:50:15 +0900, by Yuya Nishihara
-
templater: reject bad fillchar argument passed to pad()Sat, 18 Mar 2017 20:38:44 +0900, by Yuya Nishihara
-
color: insert color code after every "\e[0m" (issue5413)Sat, 18 Mar 2017 20:11:15 +0900, by Yuya Nishihara
-
debugtemplate: pass ui to templater so label() worksSat, 18 Mar 2017 19:59:47 +0900, by Yuya Nishihara
-
subrepo: move prompts out of the if (issue5505) stableMon, 20 Mar 2017 04:36:55 -0700, by Simon Farnsworth
-
merge: remove unnecessary matcher checksSun, 19 Mar 2017 11:42:17 -0700, by Durham Goode
-
rebase: use one dirstateguard for entire rebaseSun, 19 Mar 2017 11:54:15 -0700, by Durham Goode
-
histedit: add histedit.singletransaction config optionFri, 10 Mar 2017 15:52:29 -0800, by Durham Goode
-
histedit: pop action after the action is completedFri, 10 Mar 2017 15:43:31 -0800, by Durham Goode
-
histedit: add transaction support to writing the state fileFri, 10 Mar 2017 15:43:31 -0800, by Durham Goode
-
localrepo: forcibly copy list of filecache keysSun, 19 Mar 2017 01:11:00 -0400, by Augie Fackler
-
localrepo: turn hook kwargs back into strs before calling hookSun, 19 Mar 2017 01:10:02 -0400, by Augie Fackler
-
localrepo: ensure transaction id is fully bytes on py3Sun, 19 Mar 2017 01:08:59 -0400, by Augie Fackler
-
dirstate: use future-proof next(iter) instead of iter.nextSun, 19 Mar 2017 01:08:17 -0400, by Augie Fackler
-
posix: tiptoe around tempfile module more delicatelySun, 19 Mar 2017 01:06:47 -0400, by Augie Fackler
-
posix: use open() instead of file()Sun, 19 Mar 2017 01:05:48 -0400, by Augie Fackler
-
revlog: use int instead of longSun, 19 Mar 2017 01:05:28 -0400, by Augie Fackler
-
error: use r-string to properly pop hints from **kwSun, 19 Mar 2017 01:02:42 -0400, by Augie Fackler
-
dispatch: use pycompat.maplist to allow summing with argsSun, 19 Mar 2017 14:17:07 -0400, by Augie Fackler
-
pycompat: add maplist alias for old map behaviorSun, 19 Mar 2017 14:12:38 -0400, by Augie Fackler
-
dispatch: replace mayberepr with shellquoteSun, 19 Mar 2017 14:23:30 -0400, by Augie Fackler
-
color: sync text attributes and buffered text output on Windows (issue5508)Sun, 19 Mar 2017 12:44:45 -0400, by Matt Harbison
-
test-check-help: fix to work on WindowsSun, 19 Mar 2017 14:42:45 -0400, by Matt Harbison
-
branchmap: be more careful about using %d on intsSun, 19 Mar 2017 01:01:25 -0400, by Augie Fackler
-
util: use bytes re on bytes input in fspathSun, 19 Mar 2017 00:16:39 -0400, by Augie Fackler
-
util: use pycompat.bytestr in checkwinfilenameSun, 19 Mar 2017 00:16:08 -0400, by Augie Fackler
-
dispatch: ensure repr is bytes in _maybereprSun, 19 Mar 2017 00:22:04 -0400, by Augie Fackler
-
dispatch: extract maybe-use-repr formatting to helper functionSun, 19 Mar 2017 00:21:26 -0400, by Augie Fackler
-
dispatch: consolidate formatting of argumentsSun, 19 Mar 2017 00:18:53 -0400, by Augie Fackler
-
py3: make the regular expression bytes to prevent TypeErrorFri, 17 Mar 2017 05:10:58 +0530, by Pulkit Goyal
-
pager: flush outputs before firing pager processSat, 25 Feb 2017 17:29:30 +0900, by Yuya Nishihara
-
patchbomb: use modern pager to display -n/--test result (BC)Sat, 25 Feb 2017 17:27:48 +0900, by Yuya Nishihara
-
httpconnection: make sure to clear progress of httpsendfile at EOFSat, 18 Mar 2017 16:02:14 +0900, by Yuya Nishihara
-
py3: convert log opts to bytes-key dictTue, 14 Mar 2017 18:23:59 +0900, by Yuya Nishihara
-
graphlog: pass function arguments without expansionTue, 14 Mar 2017 18:16:13 +0900, by Yuya Nishihara
-
py3: call codecs.escape_decode() directlyFri, 17 Mar 2017 23:48:22 +0900, by Yuya Nishihara