Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

repowidget: fix missing import (fixes 6f3310ebd634)

Changeset f5538fe16d60

Parent e161ec4ef0a8

by Adrian Buehlmann

Changes to one file · Browse files at f5538fe16d60 Showing diff from parent e161ec4ef0a8 Diff from another changeset...

 
1390
1391
1392
 
1393
1394
1395
 
1390
1391
1392
1393
1394
1395
1396
@@ -1390,6 +1390,7 @@
  self.runCommand(cmdline)     def copyPatch(self): + from mercurial import commands   _ui = self.repo.ui   _ui.pushbuffer()   try: