log

age author description
Sat, 08 Nov 2014 16:31:38 +0000 Pierre-Yves David transaction: pass the transaction to 'finalize' callback
Sat, 08 Nov 2014 16:27:50 +0000 Pierre-Yves David transaction: pass the transaction to 'pending' callback
Wed, 05 Nov 2014 10:22:17 +0000 Pierre-Yves David transaction: gather backupjournal logic together in the __init__
Wed, 05 Nov 2014 01:38:48 +0000 Pierre-Yves David transaction: handle missing file in backupentries (instead of using entries)
Wed, 05 Nov 2014 01:23:40 +0000 Pierre-Yves David test-hup: use ls instead of echo
Sat, 08 Nov 2014 00:48:41 +0900 FUJIWARA Katsunori largefiles: move "copyalltostore" invocation into "markcommitted"
Sat, 08 Nov 2014 00:48:41 +0900 FUJIWARA Katsunori largefiles: avoid printing messages while transplanting by "_lfstatuswriters"
Sat, 08 Nov 2014 00:48:41 +0900 FUJIWARA Katsunori largefiles: update standins only at the 1st commit of "transplant --continue"
Sat, 08 Nov 2014 00:48:38 +0900 FUJIWARA Katsunori largefiles: avoid redundant "updatelfiles" invocation in "overridetransplant"
Wed, 12 Nov 2014 15:18:30 -0600 Matt Mackall merge with stable
Sat, 08 Nov 2014 13:14:19 +0900 Yuya Nishihara util.system: remove unused handling of onerr=ui
Sat, 08 Nov 2014 13:06:22 +0900 Yuya Nishihara util.system: use ui.system() in place of optional ui.fout parameter
Sat, 08 Nov 2014 12:57:42 +0900 Yuya Nishihara ui: introduce util.system() wrapper to make sure ui.fout is used
Wed, 12 Nov 2014 22:21:51 +0900 Yuya Nishihara hook: remove redundant code to redirect http hook output to client stream
Wed, 12 Nov 2014 21:53:44 +0900 Yuya Nishihara hgk: forward command output to ui.fout consistently